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 | PHP Notice: Array to string conversion in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 180 |
|---|---|
| 2 | PHP Notice: Array to string conversion in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 180 |
| 3 |
| 6122 | 12794216 res/zV.9.png (OK) |
|---|---|
| 6123 | 12796719 res/zc.xml (OK - compressed) |
| 6124 | 12797168 res/ze.png (OK) |
| 6125 | 12805523 res/zp.xml (OK - compressed) |
| 6126 | 12805781 res/zq.xml (OK - compressed) |
| 6127 | 12806092 res/zr.png (OK) |
| 6128 | 12808911 res/zs.xml (OK - compressed) |
| 6129 | 12809183 res/zu.xml (OK - compressed) |
| 6130 | 12810213 res/zv.xml (OK - compressed) |
| 6131 | 12811489 res/zz.xml (OK - compressed) |
| 6132 | 12811680 resources.arsc (OK) |
| 6133 | Verification succesful |
| 6134 | [INFO][2025-05-14 22:17:26] APK app-x86_64-gitpull-unsigned.apk: signing creating /home/www-data/reyboz.it/lab/builds/libre-busto/D191-app-x86_64-gitpull-unsigned-signed..apk... |
| 6135 | [INFO][2025-05-14 22:17:28] APK app-x86_64-gitpull-unsigned.apk: signing creating /home/www-data/reyboz.it/lab/builds/libre-busto/D191-app-x86_64-gitpull-unsigned-signed..apk... signed! |
| 6136 | |
| 6137 | Notice: Array to string conversion in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 180 |
| 6138 | |
| 6139 | Notice: Array to string conversion in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 180 |
| 6140 | DEBUG TELEGRAM CONTENT |
| 6141 | Array |
| 6142 | Array |
| 6143 | Adding bipbop Comment to D191 |
| 6144 | [INFO][2025-05-14 22:17:28] Cleaning old artifacts |
| 6145 | [INFO][2025-05-14 22:17:28] Done |
| 6146 |
| 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.
| 14 | <uses-permission> element there. A typical path to a debug manifest |
|---|---|
| 15 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
| 16 | |
| 17 | /var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:132: Error: Expected non-nullable value [NullSafeMutableLiveData from androidx.lifecycle] |
| 18 | palinaLiveData.postValue(palina) |
| 19 | ~~~~~~ |
| 20 | |
| 21 | Explanation for issues of type "NullSafeMutableLiveData": |
| 22 | This check ensures that LiveData values are not null when explicitly |
| 23 | declared as non-nullable. |
| 24 | |
| 25 | Kotlin interoperability does not support enforcing explicit |
| 26 | null-safety when using generic Java type parameters. Since |
| 27 | LiveData is a Java class its value can always be null even |
| 28 | when its type is explicitly declared as non-nullable. This can lead |
| 29 | to runtime exceptions from reading a null LiveData value that is |
| 30 | assumed to be non-nullable. |
| 31 | |
| 32 | Vendor: Android Open Source Project |
| 33 | Identifier: androidx.lifecycle |
| 34 | Feedback: https://issuetracker.google.com/issues/new?component=413132 |
| 35 | |
| 36 | 2 errors, 0 warnings |
| 37 | |
| 38 |
| 87 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'. |
|---|---|
| 88 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'. |
| 89 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:163:17 Expression under 'when' is never equal to null. |
| 90 | |
| 91 | > Task :app:compileGitpullJavaWithJavac |
| 92 | |
| 93 | > Task :app:generateGitpullLintVitalReportModel |
| 94 | > Task :app:dexBuilderGitpull |
| 95 | > Task :app:processGitpullJavaRes |
| 96 | > Task :app:mergeGitpullGlobalSynthetics |
| 97 | > Task :app:mergeGitpullJavaResource |
| 98 | > Task :app:mergeDexGitpull |
| 99 | > Task :app:compileGitpullArtProfile |
| 100 | > Task :app:packageGitpull |
| 101 | > Task :app:createGitpullApkListingFileRedirect |
| 102 | > Task :app:lintVitalAnalyzeGitpull |
| 103 | > Task :app:lintVitalReportGitpull |
| 104 | |
| 105 | > Task :app:lintVitalGitpull |
| 106 | |
| 107 | > Task :app:assembleGitpull |
| 108 | |
| 109 | BUILD SUCCESSFUL in 3m 23s |
| 110 | 55 actionable tasks: 54 executed, 1 up-to-date |
| 111 |
| Passed |
| 1 | Found 8.7 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean |
| 3 | Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details |
| 4 | > Task :app:clean |
| 5 | |
| 6 | BUILD SUCCESSFUL in 22s |
| 7 | 1 actionable task: 1 executed |
| 8 |
| Passed |
| Passed |