Page MenuHomeGitPull.it

Build 1142
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Jan 3 2026, 20:03 · Built for 12 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/

1 empty logs are hidden. Show all logs.

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

6091Here the related fresh test builds:
6092
6093APK for **arm64\-v8a**:
6094[Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk)
6095APK sha256: `925fc8eab0136d83d02c6225907cdbf0d9cc7e03438ab79433aa97f04d96be3c`
6096
6097APK for **armeabi\-v7a**:
6098[Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk)
6099APK sha256: `820d3087293eec35403f0035f33a2d0dd4a2fd1fc5d9f724e5a86132e0a85cb1`
6100
6101APK for **universal**:
6102[Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk)
6103APK sha256: `828984780d91997af2973454cd43ad0d11486dfb8d9ada5cbf9ab26305c8c8d0`
6104
6105APK for **x86**:
6106[Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk)
6107APK sha256: `984c10058c2c7eebb2cdbb2e74ee8ae0642b8028dbb25f864583ed8c2b9f46e7`
6108
6109APK for **x86\_64**:
6110[Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk)
6111APK sha256: `6df162499b59e930e1c2e8effb683131dea776dfb56885bdd7de582058ea1574`
6112
6113[INFO][2026-01-03 20:03:36] Cleaning old artifacts
6114[INFO][2026-01-03 20:03:36] Done
6115

Drydock: Assemble debug APK

When
Completed at Jan 3 2026, 20:03 · Built for 1 m, 13 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 5737 (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 5736 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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

Drydock: Clean Gradle

When
Completed at Jan 3 2026, 20:02 · Built for 3 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 5734 (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 2s
141 actionable task: 1 executed
15

Lease BusTO Working Copy

When
Completed at Jan 3 2026, 20:02 · Built for 2 s
Status
Passed

Abort Older Builds

When
Completed at Jan 3 2026, 20:02 · Built instantly
Status
Passed

Event Timeline