Page MenuHomeGitPull.it

Build 1050
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 25 2025, 15:06 · Built for 15 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/

1 empty log is hidden Show all logs.

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

6056Here the related fresh test builds:
6057
6058APK for **arm64\-v8a**:
6059[Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk)
6060APK sha256: `e26ed312c4808f9008bfe48aeb79b50a35aa88aa8e64f0d8f0359723e07d3d34`
6061
6062APK for **armeabi\-v7a**:
6063[Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk)
6064APK sha256: `df0f6f4734a3378748633ce16b321edb19438d488cd56fc892b5b44989c84a7e`
6065
6066APK for **universal**:
6067[Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk)
6068APK sha256: `01d6eb40b4855f7fe6977ffc00e1c405f1b7485bc57df3f97c695182068fc328`
6069
6070APK for **x86**:
6071[Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk)
6072APK sha256: `cf8a7a9469535935d74c2da6f04d55fd5367d495a195aeabc4f86f7dcddce252`
6073
6074APK for **x86\_64**:
6075[Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk)
6076APK sha256: `cd41e8327b98552c4b41ccaa4aa66d2d68e11a3ba53372d3730c68677e50f1ad`
6077
6078[INFO][2025-10-25 15:06:35] Cleaning old artifacts
6079[INFO][2025-10-25 15:06:35] Done
6080

Drydock: Assemble debug APK

When
Completed at Oct 25 2025, 15:06 · Built for 3 m, 24 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 5380 (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 5379 (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 3m 23s
11954 actionable tasks: 54 executed
120

Drydock: Clean Gradle

When
Completed at Oct 25 2025, 15:02 · Built for 21 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 5377 (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 19s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Oct 25 2025, 15:02 · Built for 2 s
Status
Passed

Abort Older Builds

When
Completed at Oct 25 2025, 15:02 · Built instantly
Status
Passed

Event Timeline