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 |
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.
| 22 | > Task :compileDebugShaders |
|---|---|
| 23 | > Task :generateDebugAssets |
| 24 | > Task :mergeDebugAssets |
| 25 | > Task :validateSigningDebug |
| 26 | > Task :signingConfigWriterDebug |
| 27 | /home/phabricator-android-builder/.gradle/caches/transforms-2/files-2.1/0ef8fd8b875dee58fb945c6d9e9136dc/jars/classes.jar: D8: Type `android.graphics.Insets` was not found, it is required for default or static interface methods desugaring of `android.graphics.Insets androidx.core.graphics.Insets.toPlatformInsets()` |
| 28 | /home/phabricator-android-builder/.gradle/caches/transforms-2/files-2.1/bd8345874a77905b3f3215bb21f48f99/jars/classes.jar: D8: Type `androidx.paging.PositionalDataSource` was not found, it is required for default or static interface methods desugaring of `boolean androidx.room.paging.LimitOffsetDataSource.isInvalid()` |
| 29 | /home/phabricator-android-builder/.gradle/caches/transforms-2/files-2.1/178c42bcec104a63588f24650f3b8b14/jars/classes.jar: D8: Type `android.net.http.AndroidHttpClient` was not found, it is required for default or static interface methods desugaring of `com.android.volley.RequestQueue com.android.volley.toolbox.Volley.newRequestQueue(android.content.Context, com.android.volley.toolbox.BaseHttpStack)` |
| 30 | > Task :transformClassesWithDexBuilderForDebug |
| 31 | > Task :transformDexArchiveWithExternalLibsDexMergerForDebug |
| 32 | > Task :transformDexArchiveWithDexMergerForDebug |
| 33 | > Task :mergeDebugJniLibFolders |
| 34 | > Task :transformNativeLibsWithMergeJniLibsForDebug |
| 35 | > Task :processDebugJavaRes NO-SOURCE |
| 36 | > Task :transformResourcesWithMergeJavaResForDebug |
| 37 | > Task :packageDebug |
| 38 | > Task :assembleDebug |
| 39 | |
| 40 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 41 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 42 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 43 | |
| 44 | BUILD SUCCESSFUL in 24s |
| 45 | 25 actionable tasks: 12 executed, 13 up-to-date |
| 46 |
| 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 |
| 27 | > Task :javaPreCompileRelease |
|---|---|
| 28 | > Task :mainApkListPersistenceRelease |
| 29 | > Task :generateReleaseResValues |
| 30 | > Task :generateReleaseResources |
| 31 | > Task :mergeReleaseResources |
| 32 | > Task :createReleaseCompatibleScreenManifests |
| 33 | > Task :processReleaseManifest |
| 34 | > Task :processReleaseResources |
| 35 | |
| 36 | > Task :compileReleaseJavaWithJavac |
| 37 | |
| 38 | > Task :lint |
| 39 | Calling mockable JAR artifact transform to create file: /home/phabricator-android-builder/.gradle/caches/transforms-2/files-2.1/2ae8df04da09051421b4858a8be7b173/android.jar with input /home/phabricator-android-builder/android-sdk/platforms/android-28/android.jar |
| 40 | Ran lint on variant debug: 124 issues found |
| 41 | Ran lint on variant release: 124 issues found |
| 42 | Wrote HTML report to file:///var/drydock/workingcopy-71/repo/libre-busto/build/reports/lint-results.html |
| 43 | Wrote XML report to file:///var/drydock/workingcopy-71/repo/libre-busto/build/reports/lint-results.xml |
| 44 | |
| 45 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. |
| 46 | Use '--warning-mode all' to show the individual deprecation warnings. |
| 47 | See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings |
| 48 | |
| 49 | BUILD SUCCESSFUL in 42s |
| 50 | 26 actionable tasks: 26 executed |
| 51 |
| Passed |
| Passed |