Properties
Properties
- Buildable
- B125: R4:2ac2d9251a02: Remove unused stuff
- Build Plan
- Plan 2 BusTO Build Plan
Drydock: Run Gradle Lint Command
Drydock: Run Gradle Lint Command
- When
- Completed at Nov 10 2020, 01:25 · Built for 1 m, 46 s
- Status
Failed
| 300 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:84: error: cannot find symbol |
|---|---|
| 301 | private AppCompatButton switchButton; |
| 302 | ^ |
| 303 | symbol: class AppCompatButton |
| 304 | location: class NearbyStopsFragment |
| 305 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/backend/FiveTAPIVolleyRequest.java:21: error: cannot find symbol |
| 306 | import androidx.annotation.Nullable; |
| 307 | ^ |
| 308 | symbol: class Nullable |
| 309 | location: package androidx.annotation |
| 310 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:22: error: cannot find symbol |
| 311 | import androidx.annotation.Nullable; |
| 312 | ^ |
| 313 | symbol: class Nullable |
| 314 | location: package androidx.annotation |
| 315 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:23: error: package androidx.core.util does not exist |
| 316 | import androidx.core.util.Pair; |
| 317 | ^ |
| 318 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:24: error: package androidx.recyclerview.widget does not exist |
| 319 | import androidx.recyclerview.widget.RecyclerView; |
| 320 | ^ |
| 321 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:38: error: package RecyclerView does not exist |
| 322 | public class ArrivalsStopAdapter extends RecyclerView.Adapter<ArrivalsStopAdapter.ViewHolder> { |
| 323 | ^ |
| 324 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:112: error: package RecyclerView does not exist |
| 325 | class ViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener { |
| 326 | ^ |
| 327 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:287: error: cannot find symbol |
| 328 | public Loader<Cursor> onCreateLoader(int id, Bundle args) { |
| 329 | ^ |
| 330 | symbol: class Loader |
| 331 | location: class NearbyStopsFragment |
| 332 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:303: error: cannot find symbol |
| 333 | public void onLoadFinished(Loader<Cursor> loader, Cursor data) { |
| 334 | ^ |
| 335 | symbol: class Loader |
| 336 | location: class NearbyStopsFragment |
| 337 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:345: error: cannot find symbol |
| 338 | public void onLoaderReset(Loader<Cursor> loader) { |
| 339 | ^ |
| 340 | symbol: class Loader |
| 341 | location: class NearbyStopsFragment |
| 342 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:43: error: cannot find symbol |
| 343 | private List< Pair<Stop, Route> > routesPairList = new ArrayList<>(); |
| 344 | ^ |
| 345 | symbol: class Pair |
| 346 | location: class ArrivalsStopAdapter |
| 347 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:48: error: cannot find symbol |
| 348 | public ArrivalsStopAdapter(@Nullable List< Pair<Stop, Route> > routesPairList, FragmentListener fragmentListener, Context con, @Nullable Location pos) { |
| 349 | ^ |
| 350 | symbol: class Pair |
| 351 | location: class ArrivalsStopAdapter |
| 352 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/adapters/ArrivalsStopAdapter.java:158: error: cannot find symbol |
| 353 | public void setRoutesPairListAndPosition(List<Pair<Stop, Route>> routesPairList, @Nullable Location pos) { |
| 354 | ^ |
| 355 | symbol: class Pair |
| 356 | location: class ArrivalsStopAdapter |
| 357 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:633: error: package RecyclerView does not exist |
| 358 | public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { |
| 359 | ^ |
| 360 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:633: error: package RecyclerView does not exist |
| 361 | public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) { |
| 362 | ^ |
| 363 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:557: error: package LoaderManager does not exist |
| 364 | LoaderManager.LoaderCallbacks<Cursor> callbacks; |
| 365 | ^ |
| 366 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/fragments/NearbyStopsFragment.java:562: error: package LoaderManager does not exist |
| 367 | public FragmentLocationListener(LoaderManager.LoaderCallbacks<Cursor> callbacks) { |
| 368 | ^ |
| 369 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/ActivityMap.java:31: error: cannot find symbol |
| 370 | import androidx.annotation.RequiresApi; |
| 371 | ^ |
| 372 | symbol: class RequiresApi |
| 373 | location: package androidx.annotation |
| 374 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/ActivityMap.java:32: error: package androidx.appcompat.app does not exist |
| 375 | import androidx.appcompat.app.AppCompatActivity; |
| 376 | ^ |
| 377 | /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/ActivityMap.java:33: error: package androidx.preference does not exist |
| 378 | import androidx.preference.PreferenceManager; |
| 379 | ^ |
| 380 | Note: /var/drydock/workingcopy-72/repo/libre-busto/src/com/google/zxing/integration/android/IntentIntegrator.java uses or overrides a deprecated API. |
| 381 | Note: Recompile with -Xlint:deprecation for details. |
| 382 | Note: /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 383 | Note: Recompile with -Xlint:unchecked for details. |
| 384 | Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output |
| 385 | 100 errors |
| 386 | |
| 387 | FAILURE: Build failed with an exception. |
| 388 | |
| 389 | * What went wrong: |
| 390 | Execution failed for task ':compileDebugJavaWithJavac'. |
| 391 | > Compilation failed; see the compiler error output for details. |
| 392 | |
| 393 | * Try: |
| 394 | 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. |
| 395 | |
| 396 | * Get more help at https://help.gradle.org |
| 397 | |
| 398 | BUILD FAILED in 1m 45s |
| 399 |
| 1 | Found 5.1.1 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/5.1.1/bin/gradle lint |
| 3 | Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details |
| 4 | > Task :checkDebugClasspath |
| 5 | > Task :preBuild UP-TO-DATE |
| 6 | > Task :preDebugBuild |
| 7 | > Task :compileDebugAidl NO-SOURCE |
| 8 | > Task :compileDebugRenderscript |
| 9 | > Task :checkDebugManifest |
| 10 | > Task :generateDebugBuildConfig |
| 11 | > Task :prepareLintJar |
| 12 | > Task :mainApkListPersistenceDebug |
| 13 | > Task :generateDebugResValues |
| 14 | > Task :generateDebugResources |
| 15 | > Task :mergeDebugResources |
| 16 | > Task :createDebugCompatibleScreenManifests |
| 17 | > Task :processDebugManifest |
| 18 | > Task :splitsDiscoveryTaskDebug |
| 19 | > Task :processDebugResources |
| 20 | > Task :generateDebugSources |
| 21 | > Task :javaPreCompileDebug |
| 22 | |
| 23 | > Task :compileDebugJavaWithJavac |
| 24 | |
| 25 | > Task :compileDebugJavaWithJavac FAILED |
| 26 | |
| 27 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 28 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 29 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 30 | 15 actionable tasks: 15 executed |
| 31 |
Lease BusTO Working Copy
Lease BusTO Working Copy
- When
- Completed at Nov 10 2020, 01:23 · Built for 2 s
- Status
Passed