Page MenuHomeGitPull.it

Build 1000
PassedPublic

Drydock: Publish Builded APK

When
Completed at May 14 2025, 14:59 · Built for 3 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 4968 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1PHP Warning: unlink(./app/build/outputs/apk/gitpull/app-gitpull-unsigned.apk): No such file or directory in /opt/reyboz/android/bin/publish-latest-branch-build.php on line 219
2

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

1[INFO] including /home/phabricator-android-builder/.phorge_bot_telegram_config file
2Current directory:
3 /var/drydock/workingcopy-112/repo/libre-busto
4Calculating sha256sum of:
5 ./app/build/outputs/apk/gitpull/app-gitpull-unsigned.apk
6File info
7-rw-r--r-- 1 phabricator-android-builder phabricator-android-builder 24826027 May 14 14:58 ./app/build/outputs/apk/gitpull/app-gitpull-unsigned.apk
8Cleaning old builds
9Published here:
10https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto.apk
11DEBUG TELEGRAM CONTENT
12🌚 New commit: *'Update libraries, add protocol buffer plugin'*
13https://gitpull.it/R4:3a5e18f2d23d4a5e244fb05cff7e882589fd5750
14
15Try this fresh test APK:
16[Download 'HEAD-libre-busto.apk']('https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto.apk')
17
18APK fingerprint sha256:
19`9a01ff5b1b85e68a4aceb4d91f857ad20dcd5c3c39722f1feab16a81b7af4862`
20Cleaning
21
22Warning: unlink(./app/build/outputs/apk/gitpull/app-gitpull-unsigned.apk): No such file or directory in /opt/reyboz/android/bin/publish-latest-branch-build.php on line 219
23Done
24

Drydock: Run Command APK sign

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at May 14 2025, 14:59 · Built for 4 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

119723417420 res/yd.png (OK)
119823429356 res/yg.9.png (OK)
119923429791 res/yj.xml (OK - compressed)
120023430188 res/yn.png (OK)
120123432672 res/z-.9.png (OK)
120223432936 res/z9.9.png (OK)
120323433396 res/zE.png (OK)
120423433760 res/zG.xml (OK - compressed)
120523434080 res/zR.png (OK)
120623436881 res/zR.xml (OK - compressed)
120723437372 res/zV.9.png (OK)
120823439875 res/zc.xml (OK - compressed)
120923440324 res/ze.png (OK)
121023448679 res/zp.xml (OK - compressed)
121123448937 res/zq.xml (OK - compressed)
121223449248 res/zr.png (OK)
121323452067 res/zs.xml (OK - compressed)
121423452339 res/zu.xml (OK - compressed)
121523453369 res/zv.xml (OK - compressed)
121623454645 res/zz.xml (OK - compressed)
121723454836 resources.arsc (OK)
1218Verification succesful
1219Signing APK
1220Sign concluded with exit status 0
1221

Drydock: Assemble debug APK

When
Completed at May 14 2025, 14:59 · Built for 3 m, 21 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 4964 (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 4963 (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 21s
11055 actionable tasks: 55 executed
111

Drydock: Clean Gradle

When
Completed at May 14 2025, 14:55 · 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 4961 (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 14 2025, 14:55 · Built for 3 s
Status
Passed

Abort Older Builds

When
Completed at May 14 2025, 14:55 · Built instantly
Status
Passed

Event Timeline