Page MenuHomeGitPull.it

Build 1002
PassedPublic

You are viewing an older run of this build. View Current Build

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at May 15 2025, 08:37 · 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 5059 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

6142
6143[Download D191-app-arm64-v8a-gitpull-unsigned.apk](https://lab.reyboz.it/builds/libre-busto/D191-app-arm64-v8a-gitpull-unsigned.apk)
6144
6145APK sha256: `b6711137a611ae08a50de130dc805ca8ee3f519a64406b2f7bb2161854824cee`
6146
6147[Download D191-app-armeabi-v7a-gitpull-unsigned.apk](https://lab.reyboz.it/builds/libre-busto/D191-app-armeabi-v7a-gitpull-unsigned.apk)
6148
6149APK sha256: `1ef73451003ed88d441461817bcf906742d3b1a7951126994563170dad53d408`
6150
6151[Download D191-app-universal-gitpull-unsigned.apk](https://lab.reyboz.it/builds/libre-busto/D191-app-universal-gitpull-unsigned.apk)
6152
6153APK sha256: `7b7a1a18948725dd5032e10ca91cdf2733b5a4724255dd5324fd26afd2da298b`
6154
6155[Download D191-app-x86-gitpull-unsigned.apk](https://lab.reyboz.it/builds/libre-busto/D191-app-x86-gitpull-unsigned.apk)
6156
6157APK sha256: `499acd2c40532d9c63649e4579c40ac2c74585ca59d08ebdd5a94b48a1277254`
6158
6159[Download D191-app-x86_64-gitpull-unsigned.apk](https://lab.reyboz.it/builds/libre-busto/D191-app-x86_64-gitpull-unsigned.apk)
6160
6161APK sha256: `da916a969642aafc89f77c478b2c55c75ec5c61ac5d8d3d16715074a53cfbcb9`
6162
6163Adding bipbop Comment to D191
6164[INFO][2025-05-15 08:37:10] Cleaning old artifacts
6165[INFO][2025-05-15 08:37:10] Done
6166

Drydock: Assemble debug APK

When
Completed at May 15 2025, 08:36 · Built for 3 m, 13 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 5058 (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-112/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 5057 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

87w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'.
88w: file:///var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'.
89w: file:///var/drydock/workingcopy-112/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:processGitpullJavaRes
96> Task :app:mergeGitpullGlobalSynthetics
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 3m 12s
11055 actionable tasks: 54 executed, 1 up-to-date
111

Drydock: Clean Gradle

When
Completed at May 15 2025, 08:33 · 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 5055 (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 15 2025, 08:33 · Built for 5 s
Status
Passed

Abort Older Builds

When
Completed at May 15 2025, 08:33 · Built instantly
Status
Passed