Page MenuHomeGitPull.it

Build 1047
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 14 2025, 22:38 · Built for 13 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 5369 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

5821Here the related fresh test builds:
5822
5823APK for **arm64\-v8a**:
5824[Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk)
5825APK sha256: `5cdd01880b11d4eef8f77e5dc852c54aa548601b4d919f67b5af1ef8104eb979`
5826
5827APK for **armeabi\-v7a**:
5828[Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk)
5829APK sha256: `f5cef1aef1211a86946c18d1096e975b2596c0317b704a2c37c903fe5c82d833`
5830
5831APK for **universal**:
5832[Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk)
5833APK sha256: `ff77f51960b623f7a6c912ea2ce73710da3b0011d2501c1ea76c7b1e2b4b851d`
5834
5835APK for **x86**:
5836[Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk)
5837APK sha256: `6b17da4ca3ad40b5fb6899cae82ddd6cd546ac90a4a9d9ca615ee12b619ed577`
5838
5839APK for **x86\_64**:
5840[Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk)
5841APK sha256: `204db82c803570927f05f74e9b65529ee26cce0de3257c22c3cb6662d116ef25`
5842
5843[INFO][2025-10-14 22:38:40] Cleaning old artifacts
5844[INFO][2025-10-14 22:38:40] Done
5845

Drydock: Assemble debug APK

When
Completed at Oct 14 2025, 22:38 · Built for 2 m, 50 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 5368 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

14 <uses-permission> element there. A typical path to a debug manifest
15 override file in a Gradle project is src/debug/AndroidManifest.xml.
16
17/var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:132: Error: Expected non-nullable value [NullSafeMutableLiveData from androidx.lifecycle]
18 palinaLiveData.postValue(palina)
19 ~~~~~~
20
21 Explanation for issues of type "NullSafeMutableLiveData":
22 This check ensures that LiveData values are not null when explicitly
23 declared as non-nullable.
24
25 Kotlin interoperability does not support enforcing explicit
26 null-safety when using generic Java type parameters. Since
27 LiveData is a Java class its value can always be null even
28 when its type is explicitly declared as non-nullable. This can lead
29 to runtime exceptions from reading a null LiveData value that is
30 assumed to be non-nullable.
31
32 Vendor: Android Open Source Project
33 Identifier: androidx.lifecycle
34 Feedback: https://issuetracker.google.com/issues/new?component=413132
35
362 errors, 0 warnings
37
38

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

87w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'.
88w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'.
89w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:163:17 Expression under 'when' is never equal to null.
90
91> Task :app:compileGitpullJavaWithJavac
92
93> Task :app:generateGitpullLintVitalReportModel
94> Task :app:dexBuilderGitpull
95> Task :app:mergeGitpullGlobalSynthetics
96> Task :app:processGitpullJavaRes
97> Task :app:mergeGitpullJavaResource
98> Task :app:mergeDexGitpull
99> Task :app:compileGitpullArtProfile
100> Task :app:packageGitpull
101> Task :app:createGitpullApkListingFileRedirect
102> Task :app:lintVitalAnalyzeGitpull
103> Task :app:lintVitalReportGitpull
104
105> Task :app:lintVitalGitpull
106
107> Task :app:assembleGitpull
108
109BUILD SUCCESSFUL in 2m 49s
11055 actionable tasks: 54 executed, 1 up-to-date
111

Drydock: Clean Gradle

When
Completed at Oct 14 2025, 22:35 · Built for 19 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 5365 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 8.7 via distributionUrl
2Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean
3Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
4> Task :app:clean
5
6BUILD SUCCESSFUL in 18s
71 actionable task: 1 executed
8

Lease BusTO Working Copy

When
Completed at Oct 14 2025, 22:35 · Built for 2 s
Status
Passed

Abort Older Builds

When
Completed at Oct 14 2025, 22:35 · Built instantly
Status
Passed

Event Timeline