Page MenuHomeGitPull.it

Build 1136
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Dec 29 2025, 17:42 · Built for 10 s
Status
Passed
Description

The command is:

/home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.sh ${buildable.revision}

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 5715 (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 5714 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6092
6093APK for **arm64\-v8a**:
6094[Download D215\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D215-arm64-v8a-signed.apk)
6095APK sha256: `d079581b88ba1db63753cd1ffa0c37a604bac2c93196b488ac614cb5dbe0c99d`
6096
6097APK for **armeabi\-v7a**:
6098[Download D215\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D215-armeabi-v7a-signed.apk)
6099APK sha256: `70cd786e840fba8074670efb05d0ecad9d795e692295ff6c656dfbf81e954ab8`
6100
6101APK for **universal**:
6102[Download D215\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D215-universal-signed.apk)
6103APK sha256: `8bc81fcf2372b0846711c7a18ee96b955c8b380809fbb2b758e63d5b1692881b`
6104
6105APK for **x86**:
6106[Download D215\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D215-x86-signed.apk)
6107APK sha256: `3fdf3855a667f2f4d0fb649d3acff6338c99c7b8b0d419895438db9615c8b86d`
6108
6109APK for **x86\_64**:
6110[Download D215\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D215-x86_64-signed.apk)
6111APK sha256: `d47f451d79b4d3acd0235bf1a6d006b634679ac6b8bcc589936d7a2adf299ee4`
6112
6113Adding bipbop Comment to D215
6114[INFO][2025-12-29 17:42:40] Cleaning old artifacts
6115[INFO][2025-12-29 17:42:40] Done
6116

Drydock: Assemble debug APK

When
Completed at Dec 29 2025, 17:42 · Built for 2 m, 25 s
Status
Passed
Description

This step will build an .apk using Gradle.

sudo apt install openjdk-11-jre-headless

Then aliased this gradle:

https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid

Build Log 5711 (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-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
181 error
19
20

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

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
112Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
113
114You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
115
116For 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
118BUILD SUCCESSFUL in 2m 23s
11954 actionable tasks: 53 executed, 1 up-to-date
120

Drydock: Clean Gradle

When
Completed at Dec 29 2025, 17:40 · Built for 5 s
Status
Passed
Description

Clean Gradle directory to avoid nasty errors like:

https://gitpull.it/harbormaster/build/273/

1 empty logs are hidden. Show all logs.

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

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

Lease BusTO Working Copy

When
Completed at Dec 29 2025, 17:40 · Built for 5 s
Status
Passed

Abort Older Builds

When
Completed at Dec 29 2025, 17:39 · Built instantly
Status
Passed

Event Timeline