Clean Gradle directory to avoid nasty errors like:
Properties
Properties
Drydock: Run Gradle Lint Command
Drydock: Run Gradle Lint Command
- When
- Completed at Apr 17 2021, 19:40 · Built for 8 s
- Status
Failed
1 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/MainScreenFragment.java:308: error: cannot find symbol |
---|---|
2 | if (pendingNearbyStopsRequest && (fragmentType == FragmentKind.ARRIVALS || fragmentType == FragmentKind.STOPS)) { |
3 | ^ |
4 | symbol: variable pendingNearbyStopsRequest |
5 | location: class MainScreenFragment |
6 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/MainScreenFragment.java:309: error: cannot find symbol |
7 | locmgr.removeUpdates(locListener); |
8 | ^ |
9 | symbol: variable locListener |
10 | location: class MainScreenFragment |
11 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/MainScreenFragment.java:309: error: cannot find symbol |
12 | locmgr.removeUpdates(locListener); |
13 | ^ |
14 | symbol: variable locmgr |
15 | location: class MainScreenFragment |
16 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/MainScreenFragment.java:310: error: cannot find symbol |
17 | pendingNearbyStopsRequest = false; |
18 | ^ |
19 | symbol: variable pendingNearbyStopsRequest |
20 | location: class MainScreenFragment |
21 | Note: Some input files use or override a deprecated API. |
22 | Note: Recompile with -Xlint:deprecation for details. |
23 | Note: /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
24 | Note: Recompile with -Xlint:unchecked for details. |
25 | 4 errors |
26 | |
27 | FAILURE: Build failed with an exception. |
28 | |
29 | * What went wrong: |
30 | Execution failed for task ':compileDebugJavaWithJavac'. |
31 | > Compilation failed; see the compiler error output for details. |
32 | |
33 | * Try: |
34 | Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. |
35 | |
36 | * Get more help at https://help.gradle.org |
37 | |
38 | BUILD FAILED in 7s |
39 |
1 | Found 6.1.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle lint |
3 | > Task :preBuild UP-TO-DATE |
4 | > Task :preDebugBuild UP-TO-DATE |
5 | > Task :compileDebugAidl NO-SOURCE |
6 | > Task :generateDebugBuildConfig |
7 | > Task :compileDebugRenderscript |
8 | > Task :javaPreCompileDebug |
9 | > Task :generateDebugResValues |
10 | > Task :generateDebugResources |
11 | > Task :createDebugCompatibleScreenManifests |
12 | > Task :extractDeepLinksDebug |
13 | |
14 | > Task :processDebugManifest |
15 | /var/drydock/workingcopy-79/repo/libre-busto/src/debug/AndroidManifest.xml:39:9-45:51 Warning: |
16 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
17 | |
18 | > Task :preReleaseBuild UP-TO-DATE |
19 | > Task :compileReleaseAidl NO-SOURCE |
20 | > Task :compileReleaseRenderscript |
21 | > Task :generateReleaseBuildConfig |
22 | > Task :generateReleaseResValues |
23 | > Task :generateReleaseResources |
24 | > Task :mergeDebugResources |
25 | > Task :processDebugResources |
26 | |
27 | > Task :compileDebugJavaWithJavac |
28 | |
29 | > Task :compileDebugJavaWithJavac FAILED |
30 | > Task :mergeReleaseResources |
31 | > Task :javaPreCompileRelease |
32 | 15 actionable tasks: 15 executed |
33 |
Drydock: Clean Gradle
Drydock: Clean Gradle
- When
- Completed at Apr 17 2021, 19:40 · Built for 1 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | Found 6.1.1 via distributionUrl |
---|---|
2 | Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle clean |
3 | > Task :clean |
4 | |
5 | BUILD SUCCESSFUL in 1s |
6 | 1 actionable task: 1 executed |
7 |
Lease BusTO Working Copy
Lease BusTO Working Copy
- When
- Completed at Apr 17 2021, 19:40 · Built for 1 m, 23 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 17 2021, 19:39 · Built for 51 s
- Status
Passed