Page MenuHomeGitPull.it

Build 1043
PassedPublic

Properties

Drydock: Sign and Publish Builded APK Files

When
Completed at Oct 13 2025, 19:49 · Built for 14 s
Status
Passed
Description

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 5352 (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 5351 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

5822
5823APK for **arm64\-v8a**:
5824[Download D199\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-arm64-v8a-signed.apk)
5825APK sha256: `493ba4ae9e0581fa2d9664f02c764d2baa500686f884a2acfb1c980e740c4f0c`
5826
5827APK for **armeabi\-v7a**:
5828[Download D199\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-armeabi-v7a-signed.apk)
5829APK sha256: `60c4f59f2381596bd3322ee66070f60050d5297ec1ff14d9bb24d760fa917aac`
5830
5831APK for **universal**:
5832[Download D199\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-universal-signed.apk)
5833APK sha256: `ae0f94040097e31e28513501558448c4a081779c51caa539e36856559e50736a`
5834
5835APK for **x86**:
5836[Download D199\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-x86-signed.apk)
5837APK sha256: `0bcd0a97e1fde527cc9f9f0938e72f996e4a23a7ee20688634590ec2de395c0e`
5838
5839APK for **x86\_64**:
5840[Download D199\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/D199-x86_64-signed.apk)
5841APK sha256: `8769eb043b83de02ae7fddda770b5663ae568409825c306e69ef4dcda3a273d8`
5842
5843Adding bipbop Comment to D199
5844[INFO][2025-10-13 19:49:21] Cleaning old artifacts
5845[INFO][2025-10-13 19:49:21] Done
5846

Drydock: Assemble debug APK

When
Completed at Oct 13 2025, 19:49 · Built for 2 m, 29 s
Status
Passed
Description

This step will build an .apk using Gradle using this fantastic Docker image:

https://gitlab.com/fabmazz/android-fdroid-build-container/-/tree/ubuntu

Source code of this build step:

https://gitpull.it/source/libre-busto-ci-cd/browse/master/bin/fdroid-docker-builder.sh

TODO: Use the official image by Fabio Mazza, when the "DESIRED_UID" / "DESIRED_GID" features will be merged.

Build Log 5350 (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 5349 (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:mergeGitpullGlobalSynthetics
97> Task :app:processGitpullJavaRes
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 2m 28s
11155 actionable tasks: 54 executed, 1 up-to-date
112

Drydock: Clean Gradle

When
Completed at Oct 13 2025, 19:46 · 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 5347 (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 Oct 13 2025, 19:46 · Built for 5 s
Status
Passed

Abort Older Builds

When
Completed at Oct 13 2025, 19:46 · Built instantly
Status
Passed

Event Timeline