Page MenuHomeGitPull.it

Build 1094
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Thu, Nov 20, 12:13 · 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 5548 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6086Here the related fresh test builds:
6087
6088APK for **arm64\-v8a**:
6089[Download HEAD\~3\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~3-arm64-v8a-signed.apk)
6090APK sha256: `86b32e9108b60c0039db5a1afa74f2895f915a901203367c5b66afebff8f4db3`
6091
6092APK for **armeabi\-v7a**:
6093[Download HEAD\~3\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~3-armeabi-v7a-signed.apk)
6094APK sha256: `9e43cf5f033143a4ca9d29f11b54b3522ca60b2141b01e6ce20599190a240053`
6095
6096APK for **universal**:
6097[Download HEAD\~3\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~3-universal-signed.apk)
6098APK sha256: `a8b10d2f0f80416705291421945afa9c0ec7d83b149bd59c400822bf95a353b3`
6099
6100APK for **x86**:
6101[Download HEAD\~3\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~3-x86-signed.apk)
6102APK sha256: `71a71d46196d15f1dcdfc36f624e43ccfb814fabc393b56ffd2d3a32d29a8310`
6103
6104APK for **x86\_64**:
6105[Download HEAD\~3\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD~3-x86_64-signed.apk)
6106APK sha256: `3b46fce899f80f852e31503c96eedcd18c039ddf9e84dc96c200767a32383583`
6107
6108[INFO][2025-11-20 12:13:38] Cleaning old artifacts
6109[INFO][2025-11-20 12:13:38] Done
6110

Drydock: Assemble debug APK

When
Completed at Thu, Nov 20, 12:13 · Built for 2 m, 28 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 5545 (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 5544 (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 27s
12054 actionable tasks: 53 executed, 1 up-to-date
121

Drydock: Clean Gradle

When
Completed at Thu, Nov 20, 12:10 · Built for 16 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 5540 (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 15s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Thu, Nov 20, 12:10 · Built for 4 s
Status
Passed

Abort Older Builds

When
Completed at Thu, Nov 20, 12:10 · Built instantly
Status
Passed

Event Timeline