Open Bug 1510706 Opened 6 years ago Updated 2 years ago

Java Warning: Pointless bitwise expression

Categories

(GeckoView :: General, enhancement, P5)

Unspecified
Android
enhancement

Tracking

(Not tracked)

People

(Reporter: fluffyemily, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

Attachments

(1 file)

Reports pointless bitwise expressions. Such expressions include anding with zero, oring by zero, and shifting by zero. Such expressions may be the result of automated refactorings not completely followed through to completion, and in any case are unlikely to be what the developer intended to do. Affected Classes: CacheDataSource DataSpec GeckoScreenOrientation GeckoSession GeckoThread Tx3gDecoder
Keywords: good-first-bug
OS: Unspecified → Android
Priority: -- → P5
Product: Firefox for Android → GeckoView

Hi Mozilla Community! I am a final year computer science student at the University of Toronto looking to work on this as a good first bug.

I've successfully cloned and built Firefox and was wondering if there is anything else I should be aware of, or do, before getting started.

Flags: needinfo?(cpeterson)

Hi Alexander,

If you followed the instructions of how to get set up with GeckoView on our website you should have everything you need to get going set up.

In order to see this warning, you will need to run Analyze -> Inspect Code in Android Studio. Please note a full analyze on the whole code base might take a while.

Please let us know if you have any questions.

Emily

Flags: needinfo?(cpeterson)

Thanks for the information Emily. I'll get on it.

I'm encountering a small issue with Gradle inside Android Studio. I keep getting the message "Gradle project sync failed. Basic functionality (e.g. editing, debugging) will not work properly".

I tried downloading the Gradle binaries separately and in file->settings->Build,Execution,Deployment->Gradle changing to "Use local gradle distribution" with a path to the downloaded binaries but that didn't fix it.

Also at the bottom Android Studio gives me the message with "Gradle model version = UNKNOWN" and "NDK version is UNKNOWN", but I do have the Android SDK and NDK bundle installed; and in Project Structure->SDK Location all the paths appear to be correct.

Am I missing something?

Flags: needinfo?(etoop)

I should add that this is the event log I'm seeing:

3:00 PM Gradle sync started with single-variant sync
3:00 PM Gradle sync failed: Sync cancelled due to distributionSha256Sum in gradle-wrapper.properties (78 ms)
3:00 PM NDK Resolution Outcome: Project settings: Gradle model version=UNKNOWN, NDK version is UNKNOWN

Hi Alexander. Can I ask whether you followed the GeckoView build instructions found on https://mozilla.github.io/geckoview/contributor/geckoview-quick-start?

Also, can you please provide the output from running ./mach build and attach your mozconfig file as well, so that we can help you figure this out?

Flags: needinfo?(etoop) → needinfo?(alexander.cherkaski)
Attached file match_build_output (deleted) —
Hi Emly. Yes, I did follow the instruction you linked me too. The only difference was that I checked-out mozilla-central following the [Linux build preparation guide](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build/Linux_and_MacOS_build_preparation). But I did run `./mach bootstrap` and `./mach build` following the gecko-view instructions. And the output of running `./mach build` inside my `mozilla-central` directory is: >ac_add_options --disable-optimize >ac_add_options --enable-debug >\# Build GeckoView/Firefox for Android: >ac_add_options --enable-application=mobile/android >\# Targeting the following architecture. >\# For regular phones, no --target is needed. >\# For x86 emulators (and x86 devices, which are uncommon): >\# ac_add_options --target=i686 >\# For newer phones. >\# ac_add_options --target=aarch64 >\# For x86_64 emulators (and x86_64 devices, which are even less common): >\# ac_add_options --target=x86_64

Sorry about the previous post. Adding an attachment seemed to have resulted in posting my comment unfinished.

Yes, I did follow the instruction you linked me too. The only difference was that I checked-out mozilla-central following the Linux build preparation guide.

My .mozconfig file contains the following:

ac_add_options --disable-optimize
ac_add_options --enable-debug

# Build GeckoView/Firefox for Android:
ac_add_options --enable-application=mobile/android

# Targeting the following architecture.
# For regular phones, no --target is needed.
# For x86 emulators (and x86 devices, which are uncommon):
# ac_add_options --target=i686
# For newer phones.
# ac_add_options --target=aarch64
# For x86_64 emulators (and x86_64 devices, which are even less common):
# ac_add_options --target=x86_64

And the output of running ./mach build in the mozilla-central directory is

user@user-UX303LB:~/src/mozilla-central$ ./mach build
 0:01.15 Clobber not needed.
 0:01.15 Adding make options from /home/user/src/mozilla-central/.mozconfig
    MOZ_OBJDIR=/home/user/src/mozilla-central/obj-arm-unknown-linux-androideabi
    OBJDIR=/home/user/src/mozilla-central/obj-arm-unknown-linux-androideabi
    FOUND_MOZCONFIG=/home/user/src/mozilla-central/.mozconfig
    export FOUND_MOZCONFIG
 0:01.16 /usr/bin/make -f client.mk -s
 0:01.38 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.38 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.40 Elapsed: 0.02s; From dist/xpi-stage: Kept 53 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.77 Elapsed: 0.27s; From dist/bin: Kept 992 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:01.81 Elapsed: 0.33s; From _tests: Kept 1058 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:02.28 Elapsed: 0.90s; From dist/include: Kept 5950 existing; Added/updated 0; Removed 0 files and 0 directories.
 0:02.40 mobile/android/base/android_apks.stub
 0:03.13  0:00.54 /home/user/src/mozilla-central/gradlew geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug -x lint
 0:03.17 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
 0:03.91 Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
 0:12.92 > Configure project :geckoview
 0:12.92 File /home/user/.android/repositories.cfg could not be loaded.
 0:13.62 Checking the license for package Android SDK Build-Tools 28.0.3 in /home/user/Android/Sdk/licenses
 0:13.62 License for package Android SDK Build-Tools 28.0.3 accepted.
 0:13.62 Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)".
 1:59.42 "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" ready.
 1:59.42 Installing Android SDK Build-Tools 28.0.3 in /home/user/Android/Sdk/build-tools/28.0.3
 1:59.42 "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" complete.
 1:59.42 "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" finished.
 1:59.42 Checking the license for package Android SDK Platform 28 in /home/user/Android/Sdk/licenses
 1:59.42 License for package Android SDK Platform 28 accepted.
 1:59.42 Preparing "Install Android SDK Platform 28 (revision: 6)".
 5:45.51 "Install Android SDK Platform 28 (revision: 6)" ready.
 5:45.51 Installing Android SDK Platform 28 in /home/user/Android/Sdk/platforms/android-28
 5:45.51 "Install Android SDK Platform 28 (revision: 6)" complete.
 5:45.51 "Install Android SDK Platform 28 (revision: 6)" finished.
 5:47.81 > Task :geckoview:preBuild UP-TO-DATE
 5:47.81 > Task :geckoview:preWithGeckoBinariesDebugBuild UP-TO-DATE
 5:48.02 > Task :annotations:compileJava UP-TO-DATE
 5:48.02 > Task :annotations:processResources NO-SOURCE
 5:48.02 > Task :annotations:classes UP-TO-DATE
 5:48.02 > Task :annotations:jar UP-TO-DATE
 5:48.21 > Task :geckoview:compileWithGeckoBinariesDebugAidl UP-TO-DATE
 5:48.21 > Task :geckoview:compileWithGeckoBinariesDebugRenderscript NO-SOURCE
 5:48.21 > Task :geckoview:checkWithGeckoBinariesDebugManifest UP-TO-DATE
 5:48.21 > Task :geckoview:generateWithGeckoBinariesDebugBuildConfig UP-TO-DATE
 5:48.21 > Task :geckoview:generateWithGeckoBinariesDebugResValues UP-TO-DATE
 5:48.22 > Task :geckoview:generateWithGeckoBinariesDebugResources UP-TO-DATE
 5:48.22 > Task :geckoview:packageWithGeckoBinariesDebugResources UP-TO-DATE
 5:48.31 > Task :geckoview:processWithGeckoBinariesDebugManifest UP-TO-DATE
 5:48.61 > Task :geckoview:generateWithGeckoBinariesDebugRFile UP-TO-DATE
 5:49.01 > Task :geckoview:compileWithGeckoBinariesDebugKotlin UP-TO-DATE
 5:49.01 > Task :geckoview:prepareLintJar UP-TO-DATE
 5:49.01 > Task :geckoview:generateWithGeckoBinariesDebugSources UP-TO-DATE
 5:49.01 > Task :geckoview:javaPreCompileWithGeckoBinariesDebug UP-TO-DATE
 5:49.21 > Task :geckoview:compileWithGeckoBinariesDebugJavaWithJavac UP-TO-DATE
 5:49.21 > Task :geckoview:bundleLibRuntimeWithGeckoBinariesDebug UP-TO-DATE
 5:49.21 > Task :geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug UP-TO-DATE
 5:49.21 Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
 5:49.21 Use '--warning-mode all' to show the individual deprecation warnings.
 5:49.21 See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
 5:49.21 BUILD SUCCESSFUL in 5m 45s
 5:49.21 15 actionable tasks: 15 up-to-date
 5:49.65 toolkit/library/rust/force-cargo-library-buildtoolkit/crashreporter/rust/force-cargo-host-library-build
 5:49.79     Blocking waiting for file lock on package cache
 5:50.59     Blocking waiting for file lock on package cache
 5:51.39     Blocking waiting for file lock on build directory
 5:51.47     Finished dev [optimized + debuginfo] target(s) in 1.80s
 5:51.54     Finished dev [optimized + debuginfo] target(s) in 1.87s
 5:54.31 toolkit/library/buildid.cpp.stub
 6:02.16 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:90: Missing file(s): bin/package-name.txt
 6:02.16 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:96: Missing file(s): bin/blocklist.xml
 6:02.16 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:101: Missing file(s): bin/components/components.manifest
 6:02.39 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:159: Missing file(s): bin/features/*
 6:02.50 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:179: Missing file(s): bin/defaults/pref/channel-prefs.js
 6:02.52 Warning: $SRCDIR/mobile/android/installer/package-manifest.in:235: Missing file(s): bin/crashreporter-override.ini
 6:04.09 /home/user/src/mozilla-central/gradlew geckoview:assembleWithGeckoBinariesDebug geckoview:assembleWithGeckoBinariesDebugAndroidTest geckoview_example:assembleWithGeckoBinariesDebug geckoview_example:assembleWithGeckoBinariesDebugAndroidTest geckoview:publishWithGeckoBinariesDebugPublicationToMavenRepository
 6:04.11 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
 6:06.44 > Task :geckoview:preBuild UP-TO-DATE
 6:06.45 > Task :geckoview:preWithGeckoBinariesDebugBuild UP-TO-DATE
 6:06.45 > Task :geckoview_example:preBuild UP-TO-DATE
 6:06.55 > Task :machBuildFaster SKIPPED
 6:06.55 Skipping task :machBuildFaster because: within `mach build`
 6:06.55 > Task :machStagePackageForGeckoview SKIPPED
 6:06.55 Skipping task :machStagePackageForGeckoview because: within `mach build`
 6:06.55 > Task :geckoview_example:prepareLintJar UP-TO-DATE
 6:06.55 > Task :geckoview_example:preWithGeckoBinariesDebugAndroidTestBuild SKIPPED
 6:06.55 > Task :geckoview_example:mainApkListPersistenceWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:06.55 > Task :geckoview_example:generateWithGeckoBinariesDebugAndroidTestResValues UP-TO-DATE
 6:06.55 > Task :geckoview_example:mergeWithGeckoBinariesDebugAndroidTestShaders UP-TO-DATE
 6:06.55 > Task :geckoview_example:compileWithGeckoBinariesDebugAndroidTestShaders UP-TO-DATE
 6:06.55 > Task :geckoview_example:generateWithGeckoBinariesDebugAndroidTestAssets UP-TO-DATE
 6:06.55 > Task :geckoview_example:validateSigningWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:06.55 > Task :geckoview_example:signingConfigWriterWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:06.65 > Task :annotations:compileJava UP-TO-DATE
 6:06.65 > Task :annotations:processResources NO-SOURCE
 6:06.65 > Task :annotations:classes UP-TO-DATE
 6:06.65 > Task :annotations:jar UP-TO-DATE
 6:06.74 > Task :geckoview:compileWithGeckoBinariesDebugAidl UP-TO-DATE
 6:06.74 > Task :geckoview:compileWithGeckoBinariesDebugRenderscript NO-SOURCE
 6:06.74 > Task :geckoview:checkWithGeckoBinariesDebugManifest UP-TO-DATE
 6:06.74 > Task :geckoview:generateWithGeckoBinariesDebugBuildConfig UP-TO-DATE
 6:06.74 > Task :geckoview:generateWithGeckoBinariesDebugResValues UP-TO-DATE
 6:06.74 > Task :geckoview:generateWithGeckoBinariesDebugResources UP-TO-DATE
 6:06.74 > Task :geckoview:packageWithGeckoBinariesDebugResources UP-TO-DATE
 6:06.75 > Task :geckoview:processWithGeckoBinariesDebugManifest UP-TO-DATE
 6:06.84 > Task :geckoview:generateWithGeckoBinariesDebugRFile UP-TO-DATE
 6:06.84 > Task :geckoview_example:checkWithGeckoBinariesDebugAndroidTestDuplicateClasses UP-TO-DATE
 6:06.84 > Task :geckoview:compileWithGeckoBinariesDebugKotlin UP-TO-DATE
 6:06.84 > Task :geckoview:prepareLintJar UP-TO-DATE
 6:06.84 > Task :geckoview:generateWithGeckoBinariesDebugSources UP-TO-DATE
 6:06.94 > Task :geckoview:javaPreCompileWithGeckoBinariesDebug UP-TO-DATE
 6:06.94 > Task :geckoview:compileWithGeckoBinariesDebugJavaWithJavac UP-TO-DATE
 6:07.04 > Task :geckoview_example:preWithGeckoBinariesDebugBuild UP-TO-DATE
 6:07.04 > Task :geckoview_example:compileWithGeckoBinariesDebugAidl NO-SOURCE
 6:07.04 > Task :geckoview_example:checkWithGeckoBinariesDebugManifest UP-TO-DATE
 6:07.05 > Task :geckoview_example:generateWithGeckoBinariesDebugBuildConfig UP-TO-DATE
 6:07.05 > Task :geckoview_example:mainApkListPersistenceWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview:extractWithGeckoBinariesDebugAnnotations UP-TO-DATE
 6:07.05 > Task :geckoview:bundleLibRuntimeWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview_example:generateWithGeckoBinariesDebugResValues UP-TO-DATE
 6:07.05 > Task :geckoview:mergeWithGeckoBinariesDebugConsumerProguardFiles UP-TO-DATE
 6:07.05 > Task :geckoview:mergeWithGeckoBinariesDebugShaders UP-TO-DATE
 6:07.05 > Task :geckoview:compileWithGeckoBinariesDebugShaders UP-TO-DATE
 6:07.05 > Task :geckoview:syncAssetsFromDistDirForWithGeckoBinariesDebug NO-SOURCE
 6:07.05 > Task :geckoview_example:createWithGeckoBinariesDebugCompatibleScreenManifests UP-TO-DATE
 6:07.05 > Task :geckoview:syncLibsFromDistDirForWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview_example:processWithGeckoBinariesDebugManifest UP-TO-DATE
 6:07.05 > Task :geckoview_example:mergeWithGeckoBinariesDebugShaders UP-TO-DATE
 6:07.05 > Task :geckoview_example:compileWithGeckoBinariesDebugShaders UP-TO-DATE
 6:07.05 > Task :geckoview_example:generateWithGeckoBinariesDebugAssets UP-TO-DATE
 6:07.05 > Task :geckoview_example:validateSigningWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview_example:signingConfigWriterWithGeckoBinariesDebug UP-TO-DATE
 6:07.05 > Task :geckoview_example:checkWithGeckoBinariesDebugDuplicateClasses UP-TO-DATE
 6:07.05 > Task :geckoview_example:mergeWithGeckoBinariesDebugJniLibFolders UP-TO-DATE
 6:07.05 > Task :geckoview_example:processWithGeckoBinariesDebugJavaRes NO-SOURCE
 6:07.05 > Task :geckoview_example:compileWithGeckoBinariesDebugAndroidTestAidl NO-SOURCE
 6:07.05 > Task :geckoview_example:processWithGeckoBinariesDebugAndroidTestManifest UP-TO-DATE
 6:07.15 > Task :geckoview_example:generateWithGeckoBinariesDebugAndroidTestBuildConfig UP-TO-DATE
 6:07.15 > Task :geckoview_example:mergeWithGeckoBinariesDebugAndroidTestJniLibFolders UP-TO-DATE
 6:07.15 > Task :geckoview_example:processWithGeckoBinariesDebugAndroidTestJavaRes NO-SOURCE
 6:07.15 > Task :geckoview:syncOmnijarFromDistDirForWithGeckoBinariesDebug UP-TO-DATE
 6:07.15 > Task :geckoview:generateWithGeckoBinariesDebugAssets UP-TO-DATE
 6:07.15 > Task :geckoview:packageWithGeckoBinariesDebugAssets UP-TO-DATE
 6:07.15 > Task :geckoview:packageWithGeckoBinariesDebugRenderscript NO-SOURCE
 6:07.15 > Task :geckoview:prepareLintJarForPublish UP-TO-DATE
 6:07.15 > Task :geckoview:processWithGeckoBinariesDebugJavaRes NO-SOURCE
 6:07.15 > Task :geckoview_example:compileWithGeckoBinariesDebugRenderscript NO-SOURCE
 6:07.15 > Task :geckoview_example:generateWithGeckoBinariesDebugSources UP-TO-DATE
 6:07.15 > Task :geckoview_example:generateWithGeckoBinariesDebugResources UP-TO-DATE
 6:07.15 > Task :geckoview:transformResourcesWithMergeJavaResForWithGeckoBinariesDebug UP-TO-DATE
 6:07.15 > Task :geckoview:transformClassesAndResourcesWithSyncLibJarsForWithGeckoBinariesDebug UP-TO-DATE
 6:07.15 > Task :geckoview:mergeWithGeckoBinariesDebugJniLibFolders UP-TO-DATE
 6:07.15 > Task :geckoview:transformNativeLibsWithMergeJniLibsForWithGeckoBinariesDebug UP-TO-DATE
 6:07.34 > Task :geckoview_example:mergeWithGeckoBinariesDebugResources UP-TO-DATE
 6:07.44 > Task :geckoview_example:processWithGeckoBinariesDebugResources UP-TO-DATE
 6:07.54 > Task :geckoview_example:mergeWithGeckoBinariesDebugAssets UP-TO-DATE
 6:07.54 > Task :geckoview_example:compileWithGeckoBinariesDebugAndroidTestRenderscript NO-SOURCE
 6:07.54 > Task :geckoview_example:generateWithGeckoBinariesDebugAndroidTestSources UP-TO-DATE
 6:07.55 > Task :geckoview_example:generateWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:07.55 > Task :geckoview_example:mergeWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:07.64 > Task :geckoview_example:processWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:07.64 > Task :geckoview_example:mergeWithGeckoBinariesDebugAndroidTestAssets UP-TO-DATE
 6:08.54 > Task :geckoview:transformNativeLibsWithStripDebugSymbolForWithGeckoBinariesDebug
 6:09.44 > Task :geckoview:transformNativeLibsWithSyncJniLibsForWithGeckoBinariesDebug
 6:09.44 > Task :geckoview:bundleWithGeckoBinariesDebugAar UP-TO-DATE
 6:09.44 > Task :geckoview:compileWithGeckoBinariesDebugSources UP-TO-DATE
 6:09.45 > Task :geckoview:assembleWithGeckoBinariesDebug UP-TO-DATE
 6:09.54 > Task :geckoview:bundleLibCompileWithGeckoBinariesDebug UP-TO-DATE
 6:09.54 > Task :geckoview:preWithGeckoBinariesDebugAndroidTestBuild UP-TO-DATE
 6:09.54 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestAidl NO-SOURCE
 6:09.54 > Task :geckoview_example:javaPreCompileWithGeckoBinariesDebug UP-TO-DATE
 6:09.54 > Task :geckoview_example:compileWithGeckoBinariesDebugJavaWithJavac UP-TO-DATE
 6:09.54 > Task :geckoview_example:compileWithGeckoBinariesDebugSources UP-TO-DATE
 6:09.64 > Task :geckoview:processWithGeckoBinariesDebugAndroidTestManifest UP-TO-DATE
 6:09.64 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestRenderscript NO-SOURCE
 6:09.65 > Task :geckoview_example:transformClassesWithDexBuilderForWithGeckoBinariesDebug UP-TO-DATE
 6:09.65 > Task :geckoview:generateWithGeckoBinariesDebugAndroidTestBuildConfig UP-TO-DATE
 6:09.65 > Task :geckoview:mainApkListPersistenceWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.65 > Task :geckoview:generateWithGeckoBinariesDebugAndroidTestResValues UP-TO-DATE
 6:09.65 > Task :geckoview:generateWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:09.65 > Task :geckoview_example:transformDexArchiveWithExternalLibsDexMergerForWithGeckoBinariesDebug UP-TO-DATE
 6:09.65 > Task :geckoview_example:transformDexArchiveWithDexMergerForWithGeckoBinariesDebug UP-TO-DATE
 6:09.65 > Task :geckoview_example:bundleWithGeckoBinariesDebugClasses UP-TO-DATE
 6:09.74 > Task :geckoview_example:javaPreCompileWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.74 > Task :geckoview_example:compileWithGeckoBinariesDebugAndroidTestJavaWithJavac UP-TO-DATE
 6:09.74 > Task :geckoview_example:compileWithGeckoBinariesDebugAndroidTestSources UP-TO-DATE
 6:09.74 > Task :geckoview_example:transformClassesWithDexBuilderForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.74 > Task :geckoview:mergeWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:09.74 > Task :geckoview_example:transformDexArchiveWithExternalLibsDexMergerForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.74 > Task :geckoview_example:transformDexArchiveWithDexMergerForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.74 > Task :geckoview:processWithGeckoBinariesDebugAndroidTestResources UP-TO-DATE
 6:09.84 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestKotlin UP-TO-DATE
 6:09.84 > Task :geckoview:generateWithGeckoBinariesDebugAndroidTestSources UP-TO-DATE
 6:09.84 > Task :geckoview:javaPreCompileWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.94 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestJavaWithJavac UP-TO-DATE
 6:09.94 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestSources UP-TO-DATE
 6:09.94 > Task :geckoview:mergeWithGeckoBinariesDebugAndroidTestShaders UP-TO-DATE
 6:09.94 > Task :geckoview:compileWithGeckoBinariesDebugAndroidTestShaders UP-TO-DATE
 6:09.94 > Task :geckoview:generateWithGeckoBinariesDebugAndroidTestAssets UP-TO-DATE
 6:09.94 > Task :geckoview:mergeWithGeckoBinariesDebugAndroidTestAssets UP-TO-DATE
 6:09.94 > Task :geckoview:validateSigningWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.94 > Task :geckoview:signingConfigWriterWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:09.95 > Task :geckoview:checkWithGeckoBinariesDebugAndroidTestDuplicateClasses UP-TO-DATE
 6:10.04 > Task :geckoview:transformClassesWithDexBuilderForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:10.04 > Task :geckoview:transformDexArchiveWithExternalLibsDexMergerForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:10.04 > Task :geckoview:transformDexArchiveWithDexMergerForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:10.04 > Task :geckoview:bundleLibResWithGeckoBinariesDebug UP-TO-DATE
 6:10.04 > Task :geckoview:mergeWithGeckoBinariesDebugAndroidTestJniLibFolders UP-TO-DATE
 6:10.14 > Task :geckoview_example:transformResourcesWithMergeJavaResForWithGeckoBinariesDebug UP-TO-DATE
 6:10.14 > Task :geckoview_example:transformResourcesWithMergeJavaResForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:10.94 > Task :geckoview:transformNativeLibsWithIntermediateJniLibsForWithGeckoBinariesDebug
 6:10.94 > Task :geckoview:transformNativeLibsWithMergeJniLibsForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:10.94 > Task :geckoview_example:transformNativeLibsWithMergeJniLibsForWithGeckoBinariesDebug UP-TO-DATE
 6:10.95 > Task :geckoview:processWithGeckoBinariesDebugAndroidTestJavaRes NO-SOURCE
 6:11.04 > Task :geckoview:transformResourcesWithMergeJavaResForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:11.04 > Task :geckoview:packageWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:11.04 > Task :geckoview:assembleWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:11.34 > Task :geckoview:generatePomFileForWithGeckoBinariesDebugPublication
 6:12.44 > Task :geckoview_example:transformNativeLibsWithStripDebugSymbolForWithGeckoBinariesDebug
 6:13.35 > Task :geckoview:javadocWithGeckoBinariesDebug
 6:13.35 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
 6:14.34 javadoc: warning - Error reading file: /home/user/Android/Sdk/docs/reference/package-list
 6:14.54 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlocking.java:353: warning - Tag @link: reference not found: STP
 6:14.64 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlocking.java:221: warning - Tag @link: reference not found: setAntiTracking
 6:14.74 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:194: warning - Tag @link: reference not found: saveExceptionList
 6:14.74 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:265: warning - Tag @link: reference not found: COOKIES_LOADED
 6:14.74 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:258: warning - Tag @link: reference not found: COOKIES_LOADED
 6:14.74 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:258: warning - Tag @link: reference not found: COOKIES_LOADED
 6:14.74 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:265: warning - Tag @link: reference not found: COOKIES_LOADED
 6:14.84 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:96: warning - Tag @link: reference not found: toString
 6:14.84 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/ContentBlockingController.java:108: warning - Tag @link: reference not found: toJson
 6:15.14 /home/user/src/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java:301: warning - Tag @link: reference not found: android.app.job.JobScheduler
 6:16.55 11 warnings
 6:16.85 > Task :geckoview:javadocJarWithGeckoBinariesDebug
 6:16.85 > Task :geckoview:sourcesJarWithGeckoBinariesDebug UP-TO-DATE
 6:19.74 > Task :geckoview:publishWithGeckoBinariesDebugPublicationToMavenRepository
 6:22.40 > Task :geckoview_example:packageWithGeckoBinariesDebug
 6:22.40 > Task :geckoview_example:assembleWithGeckoBinariesDebug
 6:22.40 > Task :geckoview_example:transformNativeLibsWithMergeJniLibsForWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:22.40 > Task :geckoview_example:packageWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:22.40 > Task :geckoview_example:assembleWithGeckoBinariesDebugAndroidTest UP-TO-DATE
 6:22.41 Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
 6:22.41 Use '--warning-mode all' to show the individual deprecation warnings.
 6:22.41 See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
 6:22.41 BUILD SUCCESSFUL in 18s
 6:22.41 108 actionable tasks: 9 executed, 99 up-to-date
 6:22.78 Packaging specialpowers@mozilla.org.xpi...
 6:22.87 Packaging quitter@mozilla.org.xpi...
 6:22.97 349 compiler warnings present.
 6:23.18 Overall system resources - Wall time: 382s; CPU: 13%; Read bytes: 1276993536; Write bytes: 1704239104; Read time: 13915; Write time: 14731
 6:23.32 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build complete
To view resource usage of the build, run |mach resource-usage|.
 6:23.36 Your build was successful!
For more information on what to do now, see https://developer.mozilla.org/docs/Developer_Guide/So_You_Just_Built_Firefox
Flags: needinfo?(alexander.cherkaski) → needinfo?(etoop)
Flags: needinfo?(etoop)
Severity: normal → S3

Enhancements should have severity N/A.

Severity: S3 → N/A
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: