Page MenuHomeGitPull.it

Build 1049
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 24 2025, 20:15 · Built for 14 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 5376 (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(547): BaseHTTPFuture->parseRawHTTPResponse('HTTP/1.1 403 Fo...')
13#1 /home/www-data/gitpull.it/arcanist/src/future/Future.php(63): 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(63): 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 5375 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6057
6058APK for **arm64\-v8a**:
6059[Download D201\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D201-arm64-v8a-signed.apk)
6060APK sha256: `8d6532055f5191ed5d46e1fdd5f44e1b8d5cea4f434bbf1b2a8bf196a4f43402`
6061
6062APK for **armeabi\-v7a**:
6063[Download D201\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D201-armeabi-v7a-signed.apk)
6064APK sha256: `b5ec5dc7d492f1627a660cbf98b934b542be06360ef1056e5bd884502bb8bb1d`
6065
6066APK for **universal**:
6067[Download D201\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D201-universal-signed.apk)
6068APK sha256: `71183d7910e7a43e99d1b4dff6272f50e22d9acadfe3f1ed692913483219886d`
6069
6070APK for **x86**:
6071[Download D201\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D201-x86-signed.apk)
6072APK sha256: `d2dba0116000e4ef5fcc46237b148584dd1ffe8b1f822582d3060502f486d1d2`
6073
6074APK for **x86\_64**:
6075[Download D201\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D201-x86_64-signed.apk)
6076APK sha256: `82861558dc8db60bfb430b988cd5e93797d67d32d8859c964a6c2596eab388f0`
6077
6078Adding bipbop Comment to D201
6079[INFO][2025-10-24 20:15:01] Cleaning old artifacts
6080[INFO][2025-10-24 20:15:01] Done
6081

Drydock: Assemble debug APK

When
Completed at Oct 24 2025, 20:14 · Built for 5 m, 44 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 5374 (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 5373 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

111> Task :app:generateGitpullLintVitalReportModel
112> Task :app:mergeDexGitpull
113> Task :app:processGitpullJavaRes
114> Task :app:compileGitpullArtProfile
115> Task :app:mergeGitpullJavaResource
116> Task :app:lintVitalAnalyzeGitpull
117> Task :app:lintVitalReportGitpull
118
119> Task :app:lintVitalGitpull
120
121> Task :app:packageGitpull
122> Task :app:createGitpullApkListingFileRedirect
123> Task :app:assembleGitpull
124
125[Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html
126
127Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
128
129You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
130
131For 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.
132
133BUILD SUCCESSFUL in 5m 42s
13454 actionable tasks: 54 executed
135

Drydock: Clean Gradle

When
Completed at Oct 24 2025, 20:09 · Built for 51 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 5371 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

4Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean
5
6Welcome to Gradle 8.13!
7
8Here are the highlights of this release:
9 - Daemon JVM auto-provisioning
10 - Enhancements for Scala plugin and JUnit testing
11 - Improvements for build authors and plugin developers
12
13For more details see https://docs.gradle.org/8.13/release-notes.html
14
15Starting a Gradle Daemon (subsequent builds will be faster)
16> Task :app:clean
17
18[Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html
19
20Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
21
22You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
23
24For 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.
25
26BUILD SUCCESSFUL in 46s
271 actionable task: 1 executed
28

Lease BusTO Working Copy

When
Completed at Oct 24 2025, 20:08 · Built for 5 s
Status
Passed

Abort Older Builds

When
Completed at Oct 24 2025, 20:08 · Built instantly
Status
Passed

Event Timeline