Page MenuHomeGitPull.it

Build 1116
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Mon, Nov 24, 08:50 · 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/

1 empty logs are hidden. Show all logs.

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

6086Here the related fresh test builds:
6087
6088APK for **arm64\-v8a**:
6089[Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk)
6090APK sha256: `253ebf603c5a075e7247ff7b3d4264a3231221de1884ea0788ec731dfd599ca7`
6091
6092APK for **armeabi\-v7a**:
6093[Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk)
6094APK sha256: `c068ef94e1008ed227a0cbff83da881bb2897a3e2ebe391cd848526e918d0854`
6095
6096APK for **universal**:
6097[Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk)
6098APK sha256: `fa5c89dc157fc8bc0127d13ab35db9f3faf8c855b19c9e11764d7d891f25110e`
6099
6100APK for **x86**:
6101[Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk)
6102APK sha256: `c8e92c19981e9bbc0ac470950e82dbc7525a2cf1d858d89615128a32839b690c`
6103
6104APK for **x86\_64**:
6105[Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk)
6106APK sha256: `8d250b9002c61af6e99949de4e4ccba4b3f00e4a3d0493260d2a0b736ef642be`
6107
6108[INFO][2025-11-24 08:50:51] Cleaning old artifacts
6109[INFO][2025-11-24 08:50:51] Done
6110

Drydock: Assemble debug APK

When
Completed at Mon, Nov 24, 08:50 · Built for 1 m, 11 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 5637 (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 5636 (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 1m 10s
11954 actionable tasks: 53 executed, 1 up-to-date
120

Drydock: Clean Gradle

When
Completed at Mon, Nov 24, 08:49 · 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 5634 (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 1s
141 actionable task: 1 executed
15

Lease BusTO Working Copy

When
Completed at Mon, Nov 24, 08:49 · Built for 1 s
Status
Passed

Abort Older Builds

When
Completed at Mon, Nov 24, 08:49 · Built instantly
Status
Passed

Event Timeline