Page MenuHomeGitPull.it

Build 1193
PassedPublic

Drydock: Sign and Publish Builded APK Files

When
Completed at Fri, Apr 17, 17:56 · Built for 11 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/

1 empty log is hidden Show all logs.

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

588124863155 res/yj.xml (OK - compressed)
588224863552 res/yn.png (OK)
588324866036 res/z-.9.png (OK)
588424866300 res/z9.9.png (OK)
588524866760 res/zE.png (OK)
588624867124 res/zG.xml (OK - compressed)
588724867444 res/zR.png (OK)
588824870245 res/zR.xml (OK - compressed)
588924870736 res/zV.9.png (OK)
589024873239 res/zc.xml (OK - compressed)
589124873692 res/ze.png (OK)
589224882047 res/zp.xml (OK - compressed)
589324882306 res/zq.xml (OK - compressed)
589424882616 res/zr.png (OK)
589524885435 res/zs.xml (OK - compressed)
589624885707 res/zu.xml (OK - compressed)
589724886685 res/zv.xml (OK - compressed)
589824887968 resources.arsc (OK)
5899Verification succesful
5900[INFO][2026-04-17 17:56:20] APK ALIGNED HEAD-x86_64-aligned.apk: apksigner... creating HEAD-x86_64-signed.apk
5901[INFO][2026-04-17 17:56:22] APK ALIGNED SIGNED HEAD-x86_64-signed.apk: calculating sha256sum...
5902DEBUG TELEGRAM CONTENT
5903🌚 New commit: *Restore lost functionality to the arrivals fragment*
5904https://gitpull.it/R4:c182b75e5f99e4abe96308994f413286f074c40a
5905
5906Here the related fresh test builds:
5907
5908APK for **arm64\-v8a**:
5909[Download HEAD\-arm64\-v8a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-arm64-v8a-signed.apk)
5910APK sha256: `8eab6e587564fc49070b5cac419f9a18035c1ba886ce589ca20bd11cafd74f67`
5911
5912APK for **armeabi\-v7a**:
5913[Download HEAD\-armeabi\-v7a\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-armeabi-v7a-signed.apk)
5914APK sha256: `ed1df8287df2837507c93b327c27e53a82a986221523f3161b7264699a8ee3ed`
5915
5916APK for **universal**:
5917[Download HEAD\-universal\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-universal-signed.apk)
5918APK sha256: `77c1f0b9198c0b89a95218faf9d5dde8dd1e5d133f3f3988cd52e9e51681a0de`
5919
5920APK for **x86**:
5921[Download HEAD\-x86\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86-signed.apk)
5922APK sha256: `12993fcb75012bcc12c7870110db166b41431eb6635faaeb6f7d0cfa0266022a`
5923
5924APK for **x86\_64**:
5925[Download HEAD\-x86\_64\-signed\.apk](https://lab.reyboz.it/builds/libre-busto/HEAD-x86_64-signed.apk)
5926APK sha256: `eac93c34c19a50f059481b01b7728d5bf60a2c6ae79329bf8609701f2df9281c`
5927
5928[INFO][2026-04-17 17:56:22] Cleaning old artifacts
5929[INFO][2026-04-17 17:56:22] Done
5930

Drydock: Assemble debug APK

When
Completed at Fri, Apr 17, 17:56 · Built for 2 m, 40 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 5907 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1Note: Some input files use or override a deprecated API.
2Note: Recompile with -Xlint:deprecation for details.
3/var/drydock/workingcopy-79/repo/libre-busto/app/src/gitpull/AndroidManifest.xml:4: Error: Mock locations should only be requested in a test or debug-specific manifest file (typically src/debug/AndroidManifest.xml) [MockLocation]
4 <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 Explanation for issues of type "MockLocation":
8 Using a mock location provider (by requiring the permission
9 android.permission.ACCESS_MOCK_LOCATION) should only be done in debug
10 builds (or from tests). In Gradle projects, that means you should only
11 request this permission in a test or debug source set specific manifest
12 file.
13
14 To fix this, create a new manifest file in the debug folder and move the
15 <uses-permission> element there. A typical path to a debug manifest
16 override file in a Gradle project is src/debug/AndroidManifest.xml.
17
181 error
19
20

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

72w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:427:29 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java.
73w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:582:20 Condition is always 'true'.
74w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:697:66 'fun execute(vararg p0: Stop!): AsyncTask<Stop!, Void!, Boolean!>!' is deprecated. Deprecated in Java.
75w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:172:43 'fun setColorFilter(p0: Int, p1: PorterDuff.Mode): Unit' is deprecated. Deprecated in Java.
76w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/IntroFragment.kt:213:24 'fun setColorFilter(p0: Int, p1: PorterDuff.Mode): Unit' is deprecated. Deprecated in Java.
77w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:186:21 Condition is always 'false'.
78w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapLibreFragment.kt:650:25 'fun requestSingleUpdate(p0: String, p1: LocationListener, p2: Looper?): Unit' is deprecated. Deprecated in Java.
79w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/MapLibreFragment.kt:671:26 This declaration overrides a deprecated member but is not marked as deprecated itself. Add the '@Deprecated' annotation or suppress the diagnostic.
80w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/fragments/TestRealtimeGtfsFragment.kt:55:39 The corresponding parameter in the supertype 'MQTTMatoListener' is named 'posUpdates'. This may cause problems when calling this function with named arguments.
81w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:27 'class LocationProvider : Any' is deprecated. Deprecated in Java.
82w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:44 'static field OUT_OF_SERVICE: Int' is deprecated. Deprecated in Java.
83w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:72 'class LocationProvider : Any' is deprecated. Deprecated in Java.
84w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:89 'static field TEMPORARILY_UNAVAILABLE: Int' is deprecated. Deprecated in Java.
85w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:34 'class LocationProvider : Any' is deprecated. Deprecated in Java.
86w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:51 'static field AVAILABLE: Int' is deprecated. Deprecated in Java.
87w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:216:48 'class Criteria : Any, Parcelable' is deprecated. Deprecated in Java.
88w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:53:40 Unchecked cast of 'Any!' to 'Map<String?, Any>?'.
89w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:83:56 Unchecked cast of 'Set<*>' to 'Set<String?>'.
90w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:224:17 Expression under 'when' is never equal to null.
91w: file:///var/drydock/workingcopy-79/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/viewmodels/LivePositionsViewModel.kt:145:39 The corresponding parameter in the supertype 'MQTTMatoListener' is named 'posUpdates'. This may cause problems when calling this function with named arguments.
92
93> Task :app:compileGitpullJavaWithJavac
94
95> Task :app:dexBuilderGitpull
96> Task :app:mergeGitpullGlobalSynthetics
97> Task :app:generateGitpullLintVitalReportModel
98> Task :app:processGitpullJavaRes
99> Task :app:mergeGitpullJavaResource
100> Task :app:mergeDexGitpull
101> Task :app:compileGitpullArtProfile
102> Task :app:lintVitalAnalyzeGitpull
103> Task :app:lintVitalReportGitpull
104
105> Task :app:lintVitalGitpull
106
107> Task :app:packageGitpull
108> Task :app:createGitpullApkListingFileRedirect
109> Task :app:assembleGitpull
110
111[Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html
112
113Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
114
115You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
116
117For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
118
119BUILD SUCCESSFUL in 2m 38s
12056 actionable tasks: 55 executed, 1 up-to-date
121

Drydock: Clean Gradle

When
Completed at Fri, Apr 17, 17:53 · Built for 17 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 5904 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 8.13 via distributionUrl
2Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean
3Starting a Gradle Daemon (subsequent builds will be faster)
4> Task :app:clean
5
6[Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html
7
8Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
9
10You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
11
12For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
13
14BUILD SUCCESSFUL in 16s
151 actionable task: 1 executed
16

Lease BusTO Working Copy

When
Completed at Fri, Apr 17, 17:53 · Built for 2 s
Status
Passed

Abort Older Builds

When
Completed at Fri, Apr 17, 17:53 · Built instantly
Status
Passed

Event Timeline