Properties
Properties
Drydock: Run Gradle Lint Command
Drydock: Run Gradle Lint Command
- When
- Completed at Feb 22 2021, 23:21 · Built for 7 s
- Status
Failed
| 1 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/ResultListFragment.java:229: error: cannot find symbol |
|---|---|
| 2 | SwipeRefreshLayout reflay = (SwipeRefreshLayout) getActivity().findViewById(R.id.listRefreshLayout); |
| 3 | ^ |
| 4 | symbol: variable listRefreshLayout |
| 5 | location: class id |
| 6 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/ResultListFragment.java:241: error: cannot find symbol |
| 7 | fabutton = (FloatingActionButton) getActivity().findViewById(R.id.floatingActionButton); |
| 8 | ^ |
| 9 | symbol: variable floatingActionButton |
| 10 | location: class id |
| 11 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/FragmentHelper.java:97: error: cannot find symbol |
| 12 | if(fm.findFragmentById(R.id.resultFrame) instanceof ArrivalsFragment) { |
| 13 | ^ |
| 14 | symbol: variable resultFrame |
| 15 | location: class id |
| 16 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/FragmentHelper.java:98: error: cannot find symbol |
| 17 | arrivalsFragment = (ArrivalsFragment) fm.findFragmentById(R.id.resultFrame); |
| 18 | ^ |
| 19 | symbol: variable resultFrame |
| 20 | location: class id |
| 21 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/fragments/FragmentHelper.java:118: error: cannot find symbol |
| 22 | arrivalsFragment = (ArrivalsFragment) fm.findFragmentById(R.id.resultFrame); |
| 23 | ^ |
| 24 | symbol: variable resultFrame |
| 25 | location: class id |
| 26 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:136: error: cannot find symbol |
| 27 | if (framan.findFragmentById(R.id.resultFrame) instanceof ArrivalsFragment) { |
| 28 | ^ |
| 29 | symbol: variable resultFrame |
| 30 | location: class id |
| 31 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:137: error: cannot find symbol |
| 32 | ArrivalsFragment fragment = (ArrivalsFragment) framan.findFragmentById(R.id.resultFrame); |
| 33 | ^ |
| 34 | symbol: variable resultFrame |
| 35 | location: class id |
| 36 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:158: error: cannot find symbol |
| 37 | setContentView(R.layout.activity_main); |
| 38 | ^ |
| 39 | symbol: variable activity_main |
| 40 | location: class layout |
| 41 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:159: error: cannot find symbol |
| 42 | Toolbar defToolbar = findViewById(R.id.that_toolbar); |
| 43 | ^ |
| 44 | symbol: variable that_toolbar |
| 45 | location: class id |
| 46 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:161: error: cannot find symbol |
| 47 | busStopSearchByIDEditText = findViewById(R.id.busStopSearchByIDEditText); |
| 48 | ^ |
| 49 | symbol: variable busStopSearchByIDEditText |
| 50 | location: class id |
| 51 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:162: error: cannot find symbol |
| 52 | busStopSearchByNameEditText = findViewById(R.id.busStopSearchByNameEditText); |
| 53 | ^ |
| 54 | symbol: variable busStopSearchByNameEditText |
| 55 | location: class id |
| 56 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:163: error: cannot find symbol |
| 57 | progressBar = findViewById(R.id.progressBar); |
| 58 | ^ |
| 59 | symbol: variable progressBar |
| 60 | location: class id |
| 61 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:164: error: cannot find symbol |
| 62 | howDoesItWorkTextView = findViewById(R.id.howDoesItWorkTextView); |
| 63 | ^ |
| 64 | symbol: variable howDoesItWorkTextView |
| 65 | location: class id |
| 66 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:165: error: cannot find symbol |
| 67 | hideHintButton = findViewById(R.id.hideHintButton); |
| 68 | ^ |
| 69 | symbol: variable hideHintButton |
| 70 | location: class id |
| 71 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:166: error: cannot find symbol |
| 72 | swipeRefreshLayout = findViewById(R.id.listRefreshLayout); |
| 73 | ^ |
| 74 | symbol: variable listRefreshLayout |
| 75 | location: class id |
| 76 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:167: error: cannot find symbol |
| 77 | floatingActionButton = findViewById(R.id.floatingActionButton); |
| 78 | ^ |
| 79 | symbol: variable floatingActionButton |
| 80 | location: class id |
| 81 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:200: error: cannot find symbol |
| 82 | fh = new FragmentHelper(this, R.id.listRefreshLayout, R.id.resultFrame); |
| 83 | ^ |
| 84 | symbol: variable listRefreshLayout |
| 85 | location: class id |
| 86 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:200: error: cannot find symbol |
| 87 | fh = new FragmentHelper(this, R.id.listRefreshLayout, R.id.resultFrame); |
| 88 | ^ |
| 89 | symbol: variable resultFrame |
| 90 | location: class id |
| 91 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:517: error: cannot find symbol |
| 92 | } else if (framan.findFragmentById(R.id.resultFrame) instanceof ArrivalsFragment) { |
| 93 | ^ |
| 94 | symbol: variable resultFrame |
| 95 | location: class id |
| 96 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:518: error: cannot find symbol |
| 97 | ArrivalsFragment fragment = (ArrivalsFragment) framan.findFragmentById(R.id.resultFrame); |
| 98 | ^ |
| 99 | symbol: variable resultFrame |
| 100 | location: class id |
| 101 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:586: error: cannot find symbol |
| 102 | snackbar = Snackbar.make(findViewById(R.id.searchButton), R.string.database_update_message, Snackbar.LENGTH_INDEFINITE); |
| 103 | ^ |
| 104 | symbol: variable searchButton |
| 105 | location: class id |
| 106 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:660: error: cannot find symbol |
| 107 | Fragment oldFrag = framan.findFragmentById(R.id.resultFrame); |
| 108 | ^ |
| 109 | symbol: variable resultFrame |
| 110 | location: class id |
| 111 | /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/ActivityMain.java:664: error: cannot find symbol |
| 112 | ft.add(R.id.resultFrame, fragment, "nearbyStop_correct"); |
| 113 | ^ |
| 114 | symbol: variable resultFrame |
| 115 | location: class id |
| 116 | Note: Some input files use or override a deprecated API. |
| 117 | Note: Recompile with -Xlint:deprecation for details. |
| 118 | Note: /var/drydock/workingcopy-79/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 119 | Note: Recompile with -Xlint:unchecked for details. |
| 120 | 23 errors |
| 121 | |
| 122 | FAILURE: Build failed with an exception. |
| 123 | |
| 124 | * What went wrong: |
| 125 | Execution failed for task ':compileDebugJavaWithJavac'. |
| 126 | > Compilation failed; see the compiler error output for details. |
| 127 | |
| 128 | * Try: |
| 129 | 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. |
| 130 | |
| 131 | * Get more help at https://help.gradle.org |
| 132 | |
| 133 | BUILD FAILED in 6s |
| 134 |
| 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 UP-TO-DATE |
| 7 | > Task :compileDebugRenderscript |
| 8 | > Task :javaPreCompileDebug UP-TO-DATE |
| 9 | > Task :generateDebugResValues UP-TO-DATE |
| 10 | > Task :generateDebugResources |
| 11 | > Task :createDebugCompatibleScreenManifests UP-TO-DATE |
| 12 | > Task :extractDeepLinksDebug UP-TO-DATE |
| 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 UP-TO-DATE |
| 22 | > Task :javaPreCompileRelease UP-TO-DATE |
| 23 | > Task :generateReleaseResValues UP-TO-DATE |
| 24 | > Task :generateReleaseResources |
| 25 | > Task :createReleaseCompatibleScreenManifests UP-TO-DATE |
| 26 | > Task :extractDeepLinksRelease UP-TO-DATE |
| 27 | |
| 28 | > Task :processReleaseManifest |
| 29 | /var/drydock/workingcopy-79/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning: |
| 30 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present |
| 31 | |
| 32 | > Task :prepareLintJar UP-TO-DATE |
| 33 | > Task :mergeDebugResources |
| 34 | > Task :processDebugResources |
| 35 | |
| 36 | > Task :compileDebugJavaWithJavac |
| 37 | |
| 38 | > Task :compileDebugJavaWithJavac FAILED |
| 39 | > Task :mergeReleaseResources |
| 40 | 19 actionable tasks: 8 executed, 11 up-to-date |
| 41 |
Lease BusTO Working Copy
Lease BusTO Working Copy
- When
- Completed at Feb 22 2021, 23:21 · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Feb 22 2021, 23:21 · Built for 32 s
- Status
Passed