Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| Passed |
Source code:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/publish-latest-branch-build.sh
(ex P23)
This step will copy the built .apk to an indexed HTTP directory exposed by Apache, signing them:
| 1 | Published: |
|---|---|
| 2 | https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto-unsigned.apk |
| 3 |
| Passed |
| Passed |
This step will build an .apk using Gradle using this fantastic Docker image:
https://gitlab.com/fabmazz/android-fdroid-build-container/-/tree/ubuntu
Source code of this build step:
https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/fdroid-docker-builder.sh
TODO: Use the official image by Fabio Mazza, when the "DESIRED_UID" / "DESIRED_GID" features will be merged.
| 1 | Found 5.1.1 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/5.1.1/bin/gradle assembleDebug |
| 3 | Starting a Gradle Daemon, 1 busy and 2 stopped Daemons could not be reused, use --status for details |
| 4 | > Task :checkDebugClasspath UP-TO-DATE |
| 5 | > Task :preBuild UP-TO-DATE |
| 6 | > Task :preDebugBuild UP-TO-DATE |
| 7 | > Task :compileDebugAidl NO-SOURCE |
| 8 | > Task :compileDebugRenderscript UP-TO-DATE |
| 9 | > Task :checkDebugManifest UP-TO-DATE |
| 10 | > Task :generateDebugBuildConfig UP-TO-DATE |
| 11 | > Task :prepareLintJar UP-TO-DATE |
| 12 | > Task :mainApkListPersistenceDebug UP-TO-DATE |
| 13 | > Task :generateDebugResValues UP-TO-DATE |
| 14 | > Task :generateDebugResources UP-TO-DATE |
| 15 | > Task :mergeDebugResources UP-TO-DATE |
| 16 | > Task :createDebugCompatibleScreenManifests UP-TO-DATE |
| 17 | > Task :processDebugManifest UP-TO-DATE |
| 18 | > Task :splitsDiscoveryTaskDebug UP-TO-DATE |
| 19 | > Task :processDebugResources UP-TO-DATE |
| 20 | > Task :generateDebugSources UP-TO-DATE |
| 21 | > Task :javaPreCompileDebug UP-TO-DATE |
| 22 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
| 23 | > Task :compileDebugNdk NO-SOURCE |
| 24 | > Task :compileDebugSources UP-TO-DATE |
| 25 | > Task :mergeDebugShaders UP-TO-DATE |
| 26 | > Task :compileDebugShaders UP-TO-DATE |
| 27 | > Task :generateDebugAssets UP-TO-DATE |
| 28 | > Task :mergeDebugAssets UP-TO-DATE |
| 29 | > Task :transformClassesWithDexBuilderForDebug UP-TO-DATE |
| 30 | > Task :transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE |
| 31 | > Task :transformDexArchiveWithDexMergerForDebug UP-TO-DATE |
| 32 | > Task :mergeDebugJniLibFolders UP-TO-DATE |
| 33 | > Task :transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE |
| 34 | > Task :checkDebugLibraries UP-TO-DATE |
| 35 | > Task :processDebugJavaRes NO-SOURCE |
| 36 | > Task :transformResourcesWithMergeJavaResForDebug UP-TO-DATE |
| 37 | > Task :validateSigningDebug UP-TO-DATE |
| 38 | > Task :packageDebug UP-TO-DATE |
| 39 | > Task :assembleDebug UP-TO-DATE |
| 40 | |
| 41 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 42 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 43 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 44 | |
| 45 | BUILD SUCCESSFUL in 14s |
| 46 | 27 actionable tasks: 27 up-to-date |
| 47 |
| 1 | Found 5.1.1 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/5.1.1/bin/gradle assembleDebug |
| 3 | > Task :checkDebugClasspath UP-TO-DATE |
| 4 | > Task :preBuild UP-TO-DATE |
| 5 | > Task :preDebugBuild UP-TO-DATE |
| 6 | > Task :compileDebugAidl NO-SOURCE |
| 7 | > Task :compileDebugRenderscript UP-TO-DATE |
| 8 | > Task :checkDebugManifest UP-TO-DATE |
| 9 | > Task :generateDebugBuildConfig UP-TO-DATE |
| 10 | > Task :prepareLintJar UP-TO-DATE |
| 11 | > Task :mainApkListPersistenceDebug UP-TO-DATE |
| 12 | > Task :generateDebugResValues UP-TO-DATE |
| 13 | > Task :generateDebugResources UP-TO-DATE |
| 14 | > Task :mergeDebugResources UP-TO-DATE |
| 15 | > Task :createDebugCompatibleScreenManifests UP-TO-DATE |
| 16 | > Task :processDebugManifest UP-TO-DATE |
| 17 | > Task :splitsDiscoveryTaskDebug UP-TO-DATE |
| 18 | > Task :processDebugResources UP-TO-DATE |
| 19 | > Task :generateDebugSources UP-TO-DATE |
| 20 | > Task :javaPreCompileDebug UP-TO-DATE |
| 21 | > Task :compileDebugJavaWithJavac UP-TO-DATE |
| 22 | > Task :compileDebugNdk NO-SOURCE |
| 23 | > Task :compileDebugSources UP-TO-DATE |
| 24 | > Task :mergeDebugShaders |
| 25 | > Task :compileDebugShaders |
| 26 | > Task :generateDebugAssets |
| 27 | > Task :mergeDebugAssets |
| 28 | > Task :transformClassesWithDexBuilderForDebug |
| 29 | > Task :transformDexArchiveWithExternalLibsDexMergerForDebug |
| 30 | > Task :transformDexArchiveWithDexMergerForDebug |
| 31 | > Task :mergeDebugJniLibFolders |
| 32 |
| Passed |
| Passed |
| 1 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 | Note: /var/drydock/workingcopy-71/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 4 | Note: Recompile with -Xlint:unchecked for details. |
| 5 | Note: Some input files use or override a deprecated API. |
| 6 | Note: Recompile with -Xlint:deprecation for details. |
| 7 | Note: /var/drydock/workingcopy-71/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations. |
| 8 | Note: Recompile with -Xlint:unchecked for details. |
| 9 |
| 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 :checkReleaseClasspath |
| 26 | > Task :preReleaseBuild |
| 27 | > Task :compileReleaseAidl NO-SOURCE |
| 28 | > Task :compileReleaseRenderscript |
| 29 | > Task :checkReleaseManifest |
| 30 | > Task :generateReleaseBuildConfig |
| 31 | > Task :mainApkListPersistenceRelease |
| 32 | > Task :generateReleaseResValues |
| 33 | > Task :generateReleaseResources |
| 34 | > Task :mergeReleaseResources |
| 35 | > Task :createReleaseCompatibleScreenManifests |
| 36 | > Task :processReleaseManifest |
| 37 | > Task :splitsDiscoveryTaskRelease |
| 38 | > Task :processReleaseResources |
| 39 | > Task :generateReleaseSources |
| 40 | > Task :javaPreCompileRelease |
| 41 | |
| 42 | > Task :compileReleaseJavaWithJavac |
| 43 | |
| 44 | > Task :lint |
| 45 | Ran lint on variant debug: 122 issues found |
| 46 | Ran lint on variant release: 122 issues found |
| 47 | Wrote HTML report to file:///var/drydock/workingcopy-71/repo/libre-busto/build/reports/lint-results.html |
| 48 | Wrote XML report to file:///var/drydock/workingcopy-71/repo/libre-busto/build/reports/lint-results.xml |
| 49 | |
| 50 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 51 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 52 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 53 | |
| 54 | BUILD SUCCESSFUL in 2m 4s |
| 55 | 30 actionable tasks: 30 executed |
| 56 |
| Passed |