Page MenuHomeGitPull.it

Build 1056
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 30 2025, 18:55 · Built for 16 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 5401 (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 5400 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6072
6073APK for **arm64\-v8a**:
6074[Download D203\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D203-arm64-v8a-signed.apk)
6075APK sha256: `82a89abadc258624d53339c44ae17c53af810ecb6717539b3be428534d4d990e`
6076
6077APK for **armeabi\-v7a**:
6078[Download D203\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D203-armeabi-v7a-signed.apk)
6079APK sha256: `c8c5a3ad8bd2c5f5833bc7da0727a4b1af01de8e27452bb66f993702e25c2108`
6080
6081APK for **universal**:
6082[Download D203\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D203-universal-signed.apk)
6083APK sha256: `ee8532a63b3e356d5b31ea26570768ac66969c20270c193a1dca9a761c8ad674`
6084
6085APK for **x86**:
6086[Download D203\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D203-x86-signed.apk)
6087APK sha256: `3f4a002bf7b8b30cf618f7f701ab311eec4f31bcc5709b1d77c0b4c89e4d8cdb`
6088
6089APK for **x86\_64**:
6090[Download D203\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D203-x86_64-signed.apk)
6091APK sha256: `2ea025c16bec7bb9b4df88479a19c8d676106ac97bff95416157b842b968615a`
6092
6093Adding bipbop Comment to D203
6094[INFO][2025-10-30 18:55:06] Cleaning old artifacts
6095[INFO][2025-10-30 18:55:06] Done
6096

Drydock: Assemble debug APK

When
Completed at Oct 30 2025, 18:54 · Built for 3 m, 18 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 5399 (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 5398 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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-79/repo/libre-busto/build/reports/problems/problems-report.html
112
113Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
114
115You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
116
117For 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
119BUILD SUCCESSFUL in 3m 17s
12054 actionable tasks: 53 executed, 1 up-to-date
121

Drydock: Clean Gradle

When
Completed at Oct 30 2025, 18:51 · Built for 23 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 5396 (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-79/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 22s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Oct 30 2025, 18:51 · Built for 4 s
Status
Passed

Abort Older Builds

When
Completed at Oct 30 2025, 18:51 · Built instantly
Status
Passed

Event Timeline