Page MenuHomeGitPull.it

Build 1039
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 11 2025, 13:07 · 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/

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

1PHP Fatal error: Uncaught HTTPFutureHTTPResponseStatus: [HTTP/403]
2<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
3<html><head>
4<title>403 Forbidden</title>
5</head><body>
6<h1>Forbidden</h1>
7<p>You don't have permission to access this resource.</p>
8<hr>
9<address>Apache/2.4.59 (Debian) Server at gitpull.it Port 443</address>
10</body></html> in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php:384
11Stack trace:
12#0 /home/www-data/gitpull.it/arcanist/src/future/http/HTTPSFuture.php(547): BaseHTTPFuture->parseRawHTTPResponse('HTTP/1.1 403 Fo...')
13#1 /home/www-data/gitpull.it/arcanist/src/future/Future.php(63): HTTPSFuture->isReady()
14#2 /home/www-data/gitpull.it/arcanist/src/future/FutureProxy.php(35): Future->updateFuture()
15#3 /home/www-data/gitpull.it/arcanist/src/future/Future.php(63): FutureProxy->isReady()
16#4 /home/www-data/gitpull.it/arcanist/src/future/FutureIterator.php(224): Future->updateFuture()
17#5 /home/www-data/gitpull.it/arcanist/src/future/FutureIterator.php(190): FutureIterator->next()
18#6 [inter in /home/www-data/gitpull.it/arcanist/src/future/http/BaseHTTPFuture.php on line 384
19

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

5812
5813APK for **arm64\-v8a**:
5814[Download D199\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-arm64-v8a-signed.apk)
5815APK sha256: `51d7e86303b51b547f87d1c5295693fe61a2cd563d98bffc81d7968cf58d2e24`
5816
5817APK for **armeabi\-v7a**:
5818[Download D199\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-armeabi-v7a-signed.apk)
5819APK sha256: `67cb86062963c07e177e10bce21608f97fdfe1b6bb7e47ffcce16908f06e63e4`
5820
5821APK for **universal**:
5822[Download D199\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-universal-signed.apk)
5823APK sha256: `95968eba3f553b861ef6a2472a19b58a93d6bf002e0f3edc4b6f545347f885f0`
5824
5825APK for **x86**:
5826[Download D199\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-x86-signed.apk)
5827APK sha256: `b77ac5371e0305450892d90778b53da9b881cfbaaee6d1ccaf23abd94f5d9ec1`
5828
5829APK for **x86\_64**:
5830[Download D199\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-x86_64-signed.apk)
5831APK sha256: `4d43dfac585a901e79960f9972842e928a91416a414e50889d9af26728c38fb8`
5832
5833Adding bipbop Comment to D199
5834[INFO][2025-10-11 13:07:32] Cleaning old artifacts
5835[INFO][2025-10-11 13:07:32] Done
5836

Drydock: Assemble debug APK

When
Completed at Oct 11 2025, 13:07 · Built for 3 m, 39 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 5340 (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 5339 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

87w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:124:17 Condition is always 'false'.
88w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:143:13 Condition is always 'true'.
89w: 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.
90
91> Task :app:compileGitpullJavaWithJavac
92
93> Task :app:generateGitpullLintVitalReportModel
94> Task :app:dexBuilderGitpull
95> Task :app:mergeGitpullGlobalSynthetics
96> Task :app:processGitpullJavaRes
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 38s
11055 actionable tasks: 55 executed
111

Drydock: Clean Gradle

When
Completed at Oct 11 2025, 13:03 · Built for 29 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 5337 (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 29s
71 actionable task: 1 executed
8

Lease BusTO Working Copy

When
Completed at Oct 11 2025, 13:03 · Built for 4 s
Status
Passed

Abort Older Builds

When
Completed at Oct 11 2025, 13:03 · Built instantly
Status
Passed

Event Timeline