Page MenuHomeGitPull.it

Build 1006
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, 11:53 · Built for 14 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/

Build Log 5198 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1PHP Notice: Undefined variable: ABI in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
2PHP Notice: Undefined property: APK::$ in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
3PHP Notice: Undefined variable: ABI in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
4PHP Notice: Undefined property: APK::$ in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
5PHP Notice: Undefined variable: ABI in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
6PHP Notice: Undefined property: APK::$ in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
7PHP Notice: Undefined variable: ABI in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
8PHP Notice: Undefined property: APK::$ in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
9PHP Notice: Undefined variable: ABI in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
10PHP Notice: Undefined property: APK::$ in /home/phabricator-android-builder/repos/libre-busto-ci-cd/bin/publish-latest-branch-build.php on line 176
11

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

6127DEBUG TELEGRAM CONTENT
6128⚙ Dear Android hackers, please review this promising patch:
6129https://gitpull\.it/D192
6130
6131Here the related fresh test builds:
6132
6133[Download D192\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D192-arm64-v8a-signed.apk)
6134APK sha256: `74755d9d699c9f33efb41bfae093df349fb74065826e03e352b206680160a987`
6135
6136[Download D192\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D192-armeabi-v7a-signed.apk)
6137APK sha256: `a033b04af2b8acbac0740ca1fdf7dd3f29347a7c531f9d3ef9d6f113ce1e7f7f`
6138
6139[Download D192\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D192-universal-signed.apk)
6140APK sha256: `e0d845127a595c68adabf5623617380a1a7df10df1fca2929d9d6303c17d685d`
6141
6142[Download D192\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D192-x86-signed.apk)
6143APK sha256: `5eca4eb588214edd79450787d75ed9ed8b24417c3308d639adf81c47c1e1ce8a`
6144
6145[Download D192\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D192-x86_64-signed.apk)
6146APK sha256: `ef19f794b0b6e552577b4e15d3976b4b40b64a546f8a47ff05371f6ac63db79f`
6147
6148Adding bipbop Comment to D192
6149[INFO][2025-05-15 11:53:11] Cleaning old artifacts
6150[INFO][2025-05-15 11:53:11] Done
6151

Drydock: Assemble debug APK

When
Completed at May 15 2025, 11:52 · Built for 53 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 5196 (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 5195 (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:processGitpullJavaRes
97> Task :app:mergeGitpullGlobalSynthetics
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 52s
11155 actionable tasks: 54 executed, 1 up-to-date
112

Drydock: Clean Gradle

When
Completed at May 15 2025, 11:52 · Built for 3 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 5193 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 8.7 via distributionUrl
2Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean
3> Task :app:clean
4
5BUILD SUCCESSFUL in 2s
61 actionable task: 1 executed
7

Lease BusTO Working Copy

When
Completed at May 15 2025, 11:52 · Built for 5 s
Status
Passed

Abort Older Builds

When
Completed at May 15 2025, 11:51 · Built instantly
Status
Passed