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:
| 6031 | 24401220 res/z-.9.png (OK) |
|---|---|
| 6032 | 24401484 res/z9.9.png (OK) |
| 6033 | 24401944 res/zE.png (OK) |
| 6034 | 24402308 res/zG.xml (OK - compressed) |
| 6035 | 24402628 res/zL.png (OK) |
| 6036 | 24402876 res/zR.png (OK) |
| 6037 | 24405677 res/zR.xml (OK - compressed) |
| 6038 | 24406168 res/zV.9.png (OK) |
| 6039 | 24408671 res/zc.xml (OK - compressed) |
| 6040 | 24409124 res/ze.png (OK) |
| 6041 | 24417479 res/zp.xml (OK - compressed) |
| 6042 | 24417738 res/zq.xml (OK - compressed) |
| 6043 | 24418048 res/zr.png (OK) |
| 6044 | 24420867 res/zs.xml (OK - compressed) |
| 6045 | 24421139 res/zu.xml (OK - compressed) |
| 6046 | 24422168 res/zv.xml (OK - compressed) |
| 6047 | 24423444 res/zz.png (OK) |
| 6048 | 24424372 resources.arsc (OK) |
| 6049 | Verification succesful |
| 6050 | [INFO][2025-10-25 15:06:33] APK ALIGNED HEAD-x86_64-aligned.apk: apksigner... creating HEAD-x86_64-signed.apk |
| 6051 | [INFO][2025-10-25 15:06:34] APK ALIGNED SIGNED HEAD-x86_64-signed.apk: calculating sha256sum... |
| 6052 | DEBUG TELEGRAM CONTENT |
| 6053 | 🌚 New commit: *Upgrade to latest version of libraries, patch edge-to-edge* |
| 6054 | https://gitpull.it/R4:88e3eba9ccfa0b0a69669a1a1e4e504212204bb2 |
| 6055 | |
| 6056 | Here the related fresh test builds: |
| 6057 | |
| 6058 | APK for **arm64\-v8a**: |
| 6059 | [Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk) |
| 6060 | APK sha256: `e26ed312c4808f9008bfe48aeb79b50a35aa88aa8e64f0d8f0359723e07d3d34` |
| 6061 | |
| 6062 | APK for **armeabi\-v7a**: |
| 6063 | [Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk) |
| 6064 | APK sha256: `df0f6f4734a3378748633ce16b321edb19438d488cd56fc892b5b44989c84a7e` |
| 6065 | |
| 6066 | APK for **universal**: |
| 6067 | [Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk) |
| 6068 | APK sha256: `01d6eb40b4855f7fe6977ffc00e1c405f1b7485bc57df3f97c695182068fc328` |
| 6069 | |
| 6070 | APK for **x86**: |
| 6071 | [Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk) |
| 6072 | APK sha256: `cf8a7a9469535935d74c2da6f04d55fd5367d495a195aeabc4f86f7dcddce252` |
| 6073 | |
| 6074 | APK for **x86\_64**: |
| 6075 | [Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk) |
| 6076 | APK sha256: `cd41e8327b98552c4b41ccaa4aa66d2d68e11a3ba53372d3730c68677e50f1ad` |
| 6077 | |
| 6078 | [INFO][2025-10-25 15:06:35] Cleaning old artifacts |
| 6079 | [INFO][2025-10-25 15:06:35] Done |
| 6080 |
| 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 | Note: Some input files use or override a deprecated API. |
|---|---|
| 2 | Note: Recompile with -Xlint:deprecation for details. |
| 3 | /var/drydock/workingcopy-79/repo/libre-busto/app/src/gitpull/AndroidManifest.xml:4: Error: Mock locations should only be requested in a test or debug-specific manifest file (typically src/debug/AndroidManifest.xml) [MockLocation] |
| 4 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/> |
| 5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 6 | |
| 7 | Explanation for issues of type "MockLocation": |
| 8 | Using a mock location provider (by requiring the permission |
| 9 | android.permission.ACCESS_MOCK_LOCATION) should only be done in debug |
| 10 | builds (or from tests). In Gradle projects, that means you should only |
| 11 | request this permission in a test or debug source set specific manifest |
| 12 | file. |
| 13 | |
| 14 | To fix this, create a new manifest file in the debug folder and move the |
| 15 | <uses-permission> element there. A typical path to a debug manifest |
| 16 | override file in a Gradle project is src/debug/AndroidManifest.xml. |
| 17 | |
| 18 | 1 error |
| 19 | |
| 20 |
| 71 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:595:21 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java. |
|---|---|
| 72 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:644:66 'fun execute(vararg p0: Stop!): AsyncTask<Stop!, Void!, Boolean!>!' is deprecated. Deprecated in Java. |
| 73 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:172:43 'fun setColorFilter(p0: Int, p1: PorterDuff.Mode): Unit' is deprecated. Deprecated in Java. |
| 74 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:213:24 'fun setColorFilter(p0: Int, p1: PorterDuff.Mode): Unit' is deprecated. Deprecated in Java. |
| 75 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:176:16 Condition is always 'false'. |
| 76 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:221:21 Condition is always 'false'. |
| 77 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapLibreFragment.kt:990:25 'fun requestSingleUpdate(p0: String, p1: LocationListener, p2: Looper?): Unit' is deprecated. Deprecated in Java. |
| 78 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapLibreFragment.kt:1011:26 This declaration overrides a deprecated member but is not marked as deprecated itself. Add the '@Deprecated' annotation or suppress the diagnostic. |
| 79 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:27 'class LocationProvider : Any' is deprecated. Deprecated in Java. |
| 80 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:44 'static field OUT_OF_SERVICE: Int' is deprecated. Deprecated in Java. |
| 81 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:72 'class LocationProvider : Any' is deprecated. Deprecated in Java. |
| 82 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:89 'static field TEMPORARILY_UNAVAILABLE: Int' is deprecated. Deprecated in Java. |
| 83 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:34 'class LocationProvider : Any' is deprecated. Deprecated in Java. |
| 84 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:51 'static field AVAILABLE: Int' is deprecated. Deprecated in Java. |
| 85 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:216:48 'class Criteria : Any, Parcelable' is deprecated. Deprecated in Java. |
| 86 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:53:40 Unchecked cast of 'Any!' to 'Map<String?, Any>?'. |
| 87 | w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:83:56 Unchecked cast of 'Set<*>' to 'Set<String?>'. |
| 88 | 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'. |
| 89 | 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'. |
| 90 | 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. |
| 91 | |
| 92 | > Task :app:compileGitpullJavaWithJavac |
| 93 | |
| 94 | > Task :app:dexBuilderGitpull |
| 95 | > Task :app:mergeGitpullGlobalSynthetics |
| 96 | > Task :app:generateGitpullLintVitalReportModel |
| 97 | > Task :app:processGitpullJavaRes |
| 98 | > Task :app:mergeGitpullJavaResource |
| 99 | > Task :app:mergeDexGitpull |
| 100 | > Task :app:compileGitpullArtProfile |
| 101 | > Task :app:lintVitalAnalyzeGitpull |
| 102 | > Task :app:lintVitalReportGitpull |
| 103 | |
| 104 | > Task :app:lintVitalGitpull |
| 105 | |
| 106 | > Task :app:packageGitpull |
| 107 | > Task :app:createGitpullApkListingFileRedirect |
| 108 | > Task :app:assembleGitpull |
| 109 | |
| 110 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 111 | |
| 112 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 113 | |
| 114 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 115 | |
| 116 | For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 117 | |
| 118 | BUILD SUCCESSFUL in 3m 23s |
| 119 | 54 actionable tasks: 54 executed |
| 120 |
| Passed |
| 1 | Found 8.13 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean |
| 3 | Starting a Gradle Daemon (subsequent builds will be faster) |
| 4 | > Task :app:clean |
| 5 | |
| 6 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 7 | |
| 8 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 9 | |
| 10 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 11 | |
| 12 | For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 13 | |
| 14 | BUILD SUCCESSFUL in 19s |
| 15 | 1 actionable task: 1 executed |
| 16 |
| Passed |
| Passed |