Page MenuHomeGitPull.it

Build 1062
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Nov 14 2025, 18:38 · Built for 10 s
Status
Passed
Description

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:

https://lab.reyboz.it/builds/libre-busto/

Build Log 5425 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1PHP 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.59 (Debian) Server at gitpull.it Port 443</address>
10</body></html> in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php:384
11Stack trace:
12#0 /home/www-data/gitpull.it/arcanist/src/future/http/HTTPSFuture.php(552): BaseHTTPFuture->parseRawHTTPResponse('HTTP/1.1 403 Fo...')
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 [inter in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php on line 384
19

Build Log 5424 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6087
6088APK for **arm64\-v8a**:
6089[Download D205\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D205-arm64-v8a-signed.apk)
6090APK sha256: `05dcc0fd455eea3ceea089e26655e6ad008b7f7d31d29bce3a251fb752d8ad2c`
6091
6092APK for **armeabi\-v7a**:
6093[Download D205\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D205-armeabi-v7a-signed.apk)
6094APK sha256: `3b44c3b98e86fe9fa6074cfc92d73a1f15388123a41b5f59ae5b54342516d0d7`
6095
6096APK for **universal**:
6097[Download D205\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D205-universal-signed.apk)
6098APK sha256: `25d5ba6b1cc3e1daf685e7c99ef74fef1298284abea42215804f12e70023c0d1`
6099
6100APK for **x86**:
6101[Download D205\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D205-x86-signed.apk)
6102APK sha256: `47aa31cb980cb3382386298bbfaa1da68df08744af60c3db2b8f8892cf31090a`
6103
6104APK for **x86\_64**:
6105[Download D205\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D205-x86_64-signed.apk)
6106APK sha256: `430a4236b9ea79ada09a38d71a8200ec00ac1c4086a5224a7b77289e795ec902`
6107
6108Adding bipbop Comment to D205
6109[INFO][2025-11-14 18:38:13] Cleaning old artifacts
6110[INFO][2025-11-14 18:38:13] Done
6111

Drydock: Assemble debug APK

When
Completed at Nov 14 2025, 18:38 · Built for 2 m, 2 s
Status
Passed
Description

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.

Build Log 5423 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1Note: Some input files use or override a deprecated API.
2Note: 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
181 error
19
20

Build Log 5422 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

99> Task :app:generateGitpullLintVitalReportModel
100> Task :app:processGitpullJavaRes
101> Task :app:mergeGitpullJavaResource
102> Task :app:mergeDexGitpull
103> Task :app:compileGitpullArtProfile
104> Task :app:lintVitalAnalyzeGitpull
105> Task :app:lintVitalReportGitpull
106
107> Task :app:lintVitalGitpull
108
109> Task :app:packageGitpull
110> Task :app:createGitpullApkListingFileRedirect
111> Task :app:assembleGitpull
112
113[Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html
114
115Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
116
117You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
118
119For 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.
120
121BUILD SUCCESSFUL in 2m
12254 actionable tasks: 53 executed, 1 up-to-date
123

Drydock: Clean Gradle

When
Completed at Nov 14 2025, 18:36 · Built for 14 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.
1 empty log is hidden Show all logs.

Build Log 5420 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 8.13 via distributionUrl
2Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean
3Starting 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
8Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
9
10You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
11
12For 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
14BUILD SUCCESSFUL in 13s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Nov 14 2025, 18:35 · Built for 3 s
Status
Passed

Abort Older Builds

When
Completed at Nov 14 2025, 18:35 · Built instantly
Status
Passed

Event Timeline