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 |
| 5907 | |
|---|---|
| 5908 | APK for **arm64\-v8a**: |
| 5909 | [Download D223\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D223-arm64-v8a-signed.apk) |
| 5910 | APK sha256: `8272444f14dc750a0f9faae7051bd062758248c03cefd6a2f9c2aee3daf40d35` |
| 5911 | |
| 5912 | APK for **armeabi\-v7a**: |
| 5913 | [Download D223\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D223-armeabi-v7a-signed.apk) |
| 5914 | APK sha256: `3321a581821cdbbfe624054e7d5e2243d249ea5fc7f6a5dacb5ddb12772af043` |
| 5915 | |
| 5916 | APK for **universal**: |
| 5917 | [Download D223\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D223-universal-signed.apk) |
| 5918 | APK sha256: `029ca4025ac0dcc93e43161613d617f09f53ba18fb42473d0612f41b9211d012` |
| 5919 | |
| 5920 | APK for **x86**: |
| 5921 | [Download D223\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D223-x86-signed.apk) |
| 5922 | APK sha256: `876aed316c831e1c36e4a1c14488cd678a6d3ec2c43a83d1c6306c1bc66da40f` |
| 5923 | |
| 5924 | APK for **x86\_64**: |
| 5925 | [Download D223\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D223-x86_64-signed.apk) |
| 5926 | APK sha256: `dc9590d523d0a4d4c2f36d00f96eca04170f6afe03635d20f4984dd6d6e06090` |
| 5927 | |
| 5928 | Adding bipbop Comment to D223 |
| 5929 | [INFO][2026-04-17 10:19:09] Cleaning old artifacts |
| 5930 | [INFO][2026-04-17 10:19:09] Done |
| 5931 |
| 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-112/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 |
| 97 | > Task :app:generateGitpullLintVitalReportModel |
|---|---|
| 98 | > Task :app:processGitpullJavaRes |
| 99 | > Task :app:mergeGitpullJavaResource |
| 100 | > Task :app:mergeDexGitpull |
| 101 | > Task :app:compileGitpullArtProfile |
| 102 | > Task :app:lintVitalAnalyzeGitpull |
| 103 | > Task :app:lintVitalReportGitpull |
| 104 | |
| 105 | > Task :app:lintVitalGitpull |
| 106 | |
| 107 | > Task :app:packageGitpull |
| 108 | > Task :app:createGitpullApkListingFileRedirect |
| 109 | > Task :app:assembleGitpull |
| 110 | |
| 111 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html |
| 112 | |
| 113 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 114 | |
| 115 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 116 | |
| 117 | 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. |
| 118 | |
| 119 | BUILD SUCCESSFUL in 2m 41s |
| 120 | 56 actionable tasks: 55 executed, 1 up-to-date |
| 121 |
| 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-112/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 21s |
| 15 | 1 actionable task: 1 executed |
| 16 |
| Passed |
| Passed |