Page MenuHomeGitPull.it

Build 1017
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at May 22 2025, 10:39 · 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 logs are hidden. Show all logs.

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

6122
6123APK for **arm64\-v8a**:
6124[Download D195\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D195-arm64-v8a-signed.apk)
6125APK sha256: `45868ba410a29f3d1077f4293ef9c12411108787429108b6a49e0f6a1374e6b8`
6126
6127APK for **armeabi\-v7a**:
6128[Download D195\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D195-armeabi-v7a-signed.apk)
6129APK sha256: `7eef01295966e84c66ca877bc369c4c497b8f76e2faf75790010217abfd3b58f`
6130
6131APK for **universal**:
6132[Download D195\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D195-universal-signed.apk)
6133APK sha256: `721b5f59d54e354f206dc6503d887f8d9c49b7c356b1090c388e95fe54b3f1d6`
6134
6135APK for **x86**:
6136[Download D195\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D195-x86-signed.apk)
6137APK sha256: `98ea76f6c3113a3f3743a15d3af7efb8cb228c119fb10672006174df3a31d905`
6138
6139APK for **x86\_64**:
6140[Download D195\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D195-x86_64-signed.apk)
6141APK sha256: `f3eeb63219be0cad39abeb33b252bdcf6cba7d28443ed323da7e6a724f3e7e8f`
6142
6143Adding bipbop Comment to D195
6144[INFO][2025-05-22 10:39:47] Cleaning old artifacts
6145[INFO][2025-05-22 10:39:47] Done
6146

Drydock: Assemble debug APK

When
Completed at May 22 2025, 10:39 · Built for 3 m, 20 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 5264 (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 5263 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

88w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'.
89w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'.
90w: 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.
91
92> Task :app:compileGitpullJavaWithJavac
93
94> Task :app:generateGitpullLintVitalReportModel
95> Task :app:dexBuilderGitpull
96> Task :app:mergeGitpullGlobalSynthetics
97> Task :app:processGitpullJavaRes
98> Task :app:mergeGitpullJavaResource
99> Task :app:mergeDexGitpull
100> Task :app:compileGitpullArtProfile
101> Task :app:packageGitpull
102> Task :app:createGitpullApkListingFileRedirect
103> Task :app:lintVitalAnalyzeGitpull
104> Task :app:lintVitalReportGitpull
105
106> Task :app:lintVitalGitpull
107
108> Task :app:assembleGitpull
109
110BUILD SUCCESSFUL in 3m 18s
11155 actionable tasks: 54 executed, 1 up-to-date
112

Drydock: Clean Gradle

When
Completed at May 22 2025, 10:36 · Built for 24 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 5261 (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 23s
71 actionable task: 1 executed
8

Lease BusTO Working Copy

When
Completed at May 22 2025, 10:35 · Built for 4 s
Status
Passed

Abort Older Builds

When
Completed at May 22 2025, 10:35 · Built instantly
Status
Passed

Event Timeline