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 Fatal error: Uncaught HTTPFutureHTTPResponseStatus: [HTTP/403] |
|---|---|
| 2 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> |
| 3 | <html><head> |
| 4 | <title>403 Forbidden</title> |
| 5 | </head><body> |
| 6 | <h1>Forbidden</h1> |
| 7 | <p>You don't have permission to access this resource.</p> |
| 8 | <hr> |
| 9 | <address>Apache/2.4.62 (Debian) Server at gitpull.it Port 443</address> |
| 10 | </body></html> in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php:390 |
| 11 | Stack trace: |
| 12 | #0 /home/www-data/gitpull.it/arcanist/src/future/http/HTTPSFuture.php(561): BaseHTTPFuture->parseRawHTTPResponse() |
| 13 | #1 /home/www-data/gitpull.it/arcanist/src/future/Future.php(65): HTTPSFuture->isReady() |
| 14 | #2 /home/www-data/gitpull.it/arcanist/src/future/FutureProxy.php(35): Future->updateFuture() |
| 15 | #3 /home/www-data/gitpull.it/arcanist/src/future/Future.php(65): FutureProxy->isReady() |
| 16 | #4 /home/www-data/gitpull.it/arcanist/src/future/FutureIterator.php(224): Future->updateFuture() |
| 17 | #5 /home/www-data/gitpull.it/arcanist/src/future/FutureIterator.php(190): FutureIterator->next() |
| 18 | #6 [internal function]: Futur in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php on line 390 |
| 19 |
| 6092 | |
|---|---|
| 6093 | APK for **arm64\-v8a**: |
| 6094 | [Download D219\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D219-arm64-v8a-signed.apk) |
| 6095 | APK sha256: `4b12e20454ed8e36bdf494909273280d6b84f9e5c2bed0570deb0c22c95a7b7c` |
| 6096 | |
| 6097 | APK for **armeabi\-v7a**: |
| 6098 | [Download D219\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D219-armeabi-v7a-signed.apk) |
| 6099 | APK sha256: `cabce1f6ca271daee78eedd8eeb4b63d8a95b5903220a26680ea68f69aef06ad` |
| 6100 | |
| 6101 | APK for **universal**: |
| 6102 | [Download D219\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D219-universal-signed.apk) |
| 6103 | APK sha256: `2172f49a3b6385387e8b6dabd4cb601c2405e0b0db3a7f00ed7f7006d0d351fb` |
| 6104 | |
| 6105 | APK for **x86**: |
| 6106 | [Download D219\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D219-x86-signed.apk) |
| 6107 | APK sha256: `f28a46c844a21350f1eedd5afd838094aa1687c312587f0c969b71219e68e861` |
| 6108 | |
| 6109 | APK for **x86\_64**: |
| 6110 | [Download D219\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D219-x86_64-signed.apk) |
| 6111 | APK sha256: `71aa31bc15659abff750d8e44446b7f3f13004f0635a141f6efffcd4815ead18` |
| 6112 | |
| 6113 | Adding bipbop Comment to D219 |
| 6114 | [INFO][2026-03-13 18:17:31] Cleaning old artifacts |
| 6115 | [INFO][2026-03-13 18:17:31] Done |
| 6116 |
| 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 |
| 95 | > Task :app:generateGitpullLintVitalReportModel |
|---|---|
| 96 | > Task :app:processGitpullJavaRes |
| 97 | > Task :app:mergeGitpullJavaResource |
| 98 | > Task :app:mergeDexGitpull |
| 99 | > Task :app:compileGitpullArtProfile |
| 100 | > Task :app:lintVitalAnalyzeGitpull |
| 101 | > Task :app:lintVitalReportGitpull |
| 102 | |
| 103 | > Task :app:lintVitalGitpull |
| 104 | |
| 105 | > Task :app:packageGitpull |
| 106 | > Task :app:createGitpullApkListingFileRedirect |
| 107 | > Task :app:assembleGitpull |
| 108 | |
| 109 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 110 | |
| 111 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 112 | |
| 113 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 114 | |
| 115 | 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. |
| 116 | |
| 117 | BUILD SUCCESSFUL in 1m 32s |
| 118 | 54 actionable tasks: 53 executed, 1 up-to-date |
| 119 |
| Passed |
| 1 | Found 8.13 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean |
| 3 | > Task :app:clean |
| 4 | |
| 5 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 6 | |
| 7 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 8 | |
| 9 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 10 | |
| 11 | 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. |
| 12 | |
| 13 | BUILD SUCCESSFUL in 2s |
| 14 | 1 actionable task: 1 executed |
| 15 |
| Passed |
| Passed |