Page MenuHomeGitPull.it

Build 987
PassedPublic

Drydock: Publish Builded APK

When
Completed at May 7 2025, 12:04 · Built for 2 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 4896 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1 % Total % Received % Xferd Average Speed Time Time Time Current
2 Dload Upload Total Spent Left Speed
3
4 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
5100 1316 100 920 100 396 8598 3700 --:--:-- --:--:-- --:--:-- 12415
6

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

1[INFO] including .env file
2Current directory:
3 /var/drydock/workingcopy-79/repo/libre-busto
4Calculating sha256sum of:
5 ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk
6File info
7-rw-r--r-- 1 phabricator-android-builder phabricator-android-builder 25177957 May 7 12:04 ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk
8Cleaning old builds
9Update checksums
10Published here:
11https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto.apk
12DEBUG TELEGRAM CONTENT
13🌚 New commit: *Translated using Weblate \(Italian\)*
14https://gitpull\.it/R4:1207a5252e76001ebfaeb21fe02802c23f42b66c
15
16Try this fresh test APK:
17[Download HEAD\-libre\-busto\.apk](https:\/\/lab\.reyboz\.it\/builds\/libre\-busto\/HEAD\-libre\-busto\.apk)
18
19APK fingerprint sha256:
20`e2f038dca2fff3a5b6e65c3e9ee3e68fb190b772049c0bffd9265cb36e4b1e24`
21{"ok":true,"result":{"message_id":8179,"from":{"id":7507357656,"is_bot":true,"first_name":"GitPull.it Phorge bot","username":"gitpullit_phorge_bot"},"chat":{"id":-1001282771908,"title":"Libre BusTO dev community ediscion","username":"librebusto_dev","type":"supergroup"},"date":1746612280,"text":"\ud83c\udf1a New commit: Translated using Weblate (Italian)\nhttps://gitpull.it/R4:1207a5252e76001ebfaeb21fe02802c23f42b66c\n\nTry this fresh test APK:\nDownload HEAD-libre-busto.apk\n\nAPK fingerprint sha256:\ne2f038dca2fff3a5b6e65c3e9ee3e68fb190b772049c0bffd9265cb36e4b1e24","entities":[{"offset":15,"length":34,"type":"bold"},{"offset":50,"length":62,"type":"url"},{"offset":139,"length":29,"type":"text_link","url":"https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto.apk"},{"offset":194,"length":64,"type":"code"}],"link_preview_options":{"url":"https://gitpull.it/R4:1207a5252e76001ebfaeb21fe02802c23f42b66c"}}}Cleaning
22Done
23

Drydock: Run Command APK sign

When
Completed at May 7 2025, 12:04 · Built for 3 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.
1 empty log is hidden Show all logs.

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

119323693808 res/yd.png (OK)
119423705744 res/yg.9.png (OK)
119523706179 res/yj.xml (OK - compressed)
119623706576 res/yn.png (OK)
119723709060 res/z-.9.png (OK)
119823709324 res/z9.9.png (OK)
119923709784 res/zE.png (OK)
120023710148 res/zG.xml (OK - compressed)
120123710468 res/zR.png (OK)
120223713269 res/zR.xml (OK - compressed)
120323713760 res/zV.9.png (OK)
120423716263 res/zc.xml (OK - compressed)
120523716712 res/ze.png (OK)
120623725067 res/zp.xml (OK - compressed)
120723725324 res/zq.xml (OK - compressed)
120823725636 res/zr.png (OK)
120923728455 res/zs.xml (OK - compressed)
121023728727 res/zu.xml (OK - compressed)
121123729758 res/zv.xml (OK - compressed)
121223731035 res/zz.xml (OK - compressed)
121323731228 resources.arsc (OK)
1214Verification succesful
1215Signing APK
1216Sign concluded with exit status 0
1217

Drydock: Assemble debug APK

When
Completed at May 7 2025, 12:04 · Built for 1 m, 43 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 4888 (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 4887 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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

Drydock: Clean Gradle

When
Completed at May 7 2025, 12:02 · Built for 6 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 4885 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 8.7 via distributionUrl
2Running /home/phabricator-android-builder/versions/8.7/bin/gradle clean
3
4> Configure project :app
5WARNING: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
6The current default is 'false'.
7It will be removed in version 9.0 of the Android Gradle plugin.
8To keep using this feature, add the following to your module-level build.gradle files:
9 android.buildFeatures.buildConfig = true
10or from Android Studio, click: `Refactor` > `Migrate BuildConfig to Gradle Build Files`.
11
12> Task :app:clean
13
14BUILD SUCCESSFUL in 5s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at May 7 2025, 12:02 · Built for 3 s
Status
Passed

Abort Older Builds

When
Completed at May 7 2025, 12:02 · Built instantly
Status
Passed

Event Timeline