Closed
Bug 1662861
Opened 5 years ago
Closed 5 years ago
[Automated review] This command is only available for linux64
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: owlish, Unassigned)
Details
Phabricator URL: https://phabricator.services.mozilla.com/D89074
I got a comment from review-bot telling me a problem was found in the code analysis. It doesn't say in the comment what exactly the problem is, and suggests a command to try on my computer: ./mach static-analysis check-java mobile/android/geckoview_example/src/main/java/org/mozilla/geckoview_example/GeckoViewActivity.java
When I try it on my computer to see what the trouble is, I get the message: This command is only available for linux64!
All this is happening on OS X 14.6 Mojave.
Full output of the command:
./mach static-analysis check-java mobile/android/geckoview_example/src/main/java/org/mozilla/geckoview_example/GeckoViewActivity.java
0:00.99 checking for vcs source checkout...
0:00.99 git
0:01.07 Adding configure options from /Users/istorozhko/code/gecko/mozconfig
0:01.07 --enable-application=mobile/android
0:01.07 --target=x86_64
0:01.07 --enable-debug
0:01.07 checking for host system type...
0:01.18 x86_64-apple-darwin18.7.0
0:01.18 checking for target system type...
0:01.18 x86_64-unknown-linux-android
0:01.21 /usr/bin/make -C /Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android -j8 -s -w pre-export
0:01.39 make: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:01.40 BUILDSTATUS TIERS pre-export
0:01.40 BUILDSTATUS TIER_START pre-export
0:01.48 make[1]: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:01.65 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.65 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.66 Elapsed: 0.01s; From dist/xpi-stage: Kept 56 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.82 Elapsed: 0.17s; From dist/bin: Kept 957 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.96 Elapsed: 0.31s; From _tests: Kept 1185 existing; Added/updated 0; Removed 0 files and 0 directories.
0:02.48 Elapsed: 0.83s; From dist/include: Kept 6365 existing; Added/updated 0; Removed 0 files and 0 directories.
0:02.49 make[1]: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:02.50 BUILDSTATUS TIER_FINISH pre-export
0:02.50 make: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:02.53 /usr/bin/make -C /Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android -j8 -s -w export
0:02.62 make: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:02.63 BUILDSTATUS TIERS export
0:02.63 BUILDSTATUS TIER_START export
0:02.71 make[1]: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:02.72 ./android_apks.stub
0:02.87 make[2]: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android/xpcom/xpidl'
0:03.10 make[2]: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android/xpcom/xpidl'
0:04.01 0:00.72 /Users/istorozhko/code/gecko/gradlew geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug -x lint
0:04.30 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf-8
0:05.21 Starting a Gradle Daemon (subsequent builds will be faster)
0:15.21 > Task :geckoview:preBuild UP-TO-DATE
0:15.21 > Task :geckoview:preWithGeckoBinariesDebugBuild UP-TO-DATE
0:15.31 > Task :annotations:compileJava UP-TO-DATE
0:15.31 > Task :annotations:processResources NO-SOURCE
0:15.31 > Task :annotations:classes UP-TO-DATE
0:15.31 > Task :annotations:jar UP-TO-DATE
0:15.41 > Task :geckoview:compileWithGeckoBinariesDebugAidl UP-TO-DATE
0:15.41 > Task :geckoview:compileWithGeckoBinariesDebugRenderscript NO-SOURCE
0:15.51 > Task :geckoview:checkWithGeckoBinariesDebugManifest UP-TO-DATE
0:15.51 > Task :geckoview:generateWithGeckoBinariesDebugBuildConfig UP-TO-DATE
0:15.51 > Task :geckoview:generateWithGeckoBinariesDebugResValues UP-TO-DATE
0:15.51 > Task :geckoview:generateWithGeckoBinariesDebugResources UP-TO-DATE
0:15.51 > Task :geckoview:packageWithGeckoBinariesDebugResources UP-TO-DATE
0:15.51 > Task :geckoview:processWithGeckoBinariesDebugManifest UP-TO-DATE
0:15.61 > Task :geckoview:generateWithGeckoBinariesDebugRFile UP-TO-DATE
0:16.01 > Task :geckoview:compileWithGeckoBinariesDebugKotlin UP-TO-DATE
0:16.01 > Task :geckoview:prepareLintJar UP-TO-DATE
0:16.01 > Task :geckoview:generateWithGeckoBinariesDebugSources UP-TO-DATE
0:16.01 > Task :geckoview:javaPreCompileWithGeckoBinariesDebug UP-TO-DATE
0:16.31 > Task :geckoview:compileWithGeckoBinariesDebugJavaWithJavac UP-TO-DATE
0:16.41 > Task :geckoview:bundleLibRuntimeWithGeckoBinariesDebug UP-TO-DATE
0:16.41 > Task :geckoview:generateJNIWrappersForGeneratedWithGeckoBinariesDebug UP-TO-DATE
0:16.41
0:16.41 Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
0:16.41 Use '--warning-mode all' to show the individual deprecation warnings.
0:16.41 See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
0:16.41
0:16.41 BUILD SUCCESSFUL in 11s
0:16.41 15 actionable tasks: 15 up-to-date
0:16.91 make[1]: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:16.91 BUILDSTATUS TIER_FINISH export
0:16.91 make: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:16.95 /usr/bin/make -C /Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android -j8 -s -w pre-compile
0:17.10 make: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:17.11 BUILDSTATUS TIERS pre-compile
0:17.11 BUILDSTATUS TIER_START pre-compile
0:17.19 make[1]: Entering directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:17.25 make[1]: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:17.26 BUILDSTATUS TIER_FINISH pre-compile
0:17.26 make: Leaving directory `/Users/istorozhko/code/gecko/obj-x86_64-unknown-linux-android'
0:17.28 This command is only available for linux64!
0:17.28 This command is only available for linux64!
Comment 1•5 years ago
|
||
Sorry, but we offer java analysis only on linux64 and in the near future we will deprecate that as well.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•