Page MenuHomeGitPull.it

Build 1195
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Fri, Apr 17, 23:18 · Built for 26 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 log is hidden Show all logs.

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

5907
5908APK for **arm64\-v8a**:
5909[Download D224\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D224-arm64-v8a-signed.apk)
5910APK sha256: `987e6e2a501ee76c532a7fbc185517774bda5af49683e853bde983945cac5890`
5911
5912APK for **armeabi\-v7a**:
5913[Download D224\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D224-armeabi-v7a-signed.apk)
5914APK sha256: `a916f6b6ce054e80141882620da87ef36f52368f7d72b5de989c4c24b82a558b`
5915
5916APK for **universal**:
5917[Download D224\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D224-universal-signed.apk)
5918APK sha256: `1a56fb24c5128ab2585a16ac466f760ddc701d56fc0bd2bd7080543eac6f7c4c`
5919
5920APK for **x86**:
5921[Download D224\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D224-x86-signed.apk)
5922APK sha256: `489207ae7f79c944a4536a1fbed7269ab4b2e48e3309ae25e220db1690c929ee`
5923
5924APK for **x86\_64**:
5925[Download D224\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D224-x86_64-signed.apk)
5926APK sha256: `0447ad73620e6cec803aa84586bc462a26c59c82a29e33433bcc5012b7c6a19d`
5927
5928Adding bipbop Comment to D224
5929[INFO][2026-04-17 23:18:27] Cleaning old artifacts
5930[INFO][2026-04-17 23:18:27] Done
5931

Drydock: Assemble debug APK

When
Completed at Fri, Apr 17, 23:18 · Built for 2 m, 12 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 5913 (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 5912 (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-112/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 2m 12s
12056 actionable tasks: 55 executed, 1 up-to-date
121

Drydock: Clean Gradle

When
Completed at Fri, Apr 17, 23:15 · Built for 17 s
Status
Passed
Description

Clean Gradle directory to avoid nasty errors like:

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

1 empty log is hidden Show all logs.

Build Log 5910 (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-112/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 16s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Fri, Apr 17, 23:15 · Built for 3 s
Status
Passed

Abort Older Builds

When
Completed at Fri, Apr 17, 23:15 · Built instantly
Status
Passed

Event Timeline