Page MenuHomeGitPull.it

Build 1237
PassedPublic

You are viewing an older run of this build. View Current Build

History

Drydock: Sign and Publish Builded APK Files

When
Completed at Apr 30 2026, 11:20 · Built for 1 s
Status
Failed
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/

1 empty log is hidden Show all logs.

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

1[2026-04-30 09:20:41] EXCEPTION: (Exception) Invalid Differential numeric ID: 0 at [/opt/libre-busto-ci-cd/bin/publish-latest-branch-build.php:52]
2arcanist(head=master, ref.master=8fd7a39d741b)
3

Drydock: Assemble debug APK using Docker Fabione asd

When
Completed at Apr 30 2026, 11:20 · Built for 4 m, 54 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 6203 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ docker run -e DESIRED_UID=1004 -e DESIRED_GID=1004 --rm -v /var/drydock/workingcopy-112/repo/libre-busto:/home/vagrant/appbuild:Z fdroid-asder launch_build_local -Dorg.gradle.jvmargs=-Xmx2g --stacktrace assembleGitpull
2Note: Some input files use or override a deprecated API.
3Note: Recompile with -Xlint:deprecation for details.
4/home/vagrant/appbuild/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]
5 <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
8 Explanation for issues of type "MockLocation":
9 Using a mock location provider (by requiring the permission
10 android.permission.ACCESS_MOCK_LOCATION) should only be done in debug
11 builds (or from tests). In Gradle projects, that means you should only
12 request this permission in a test or debug source set specific manifest
13 file.
14
15 To fix this, create a new manifest file in the debug folder and move the
16 <uses-permission> element there. A typical path to a debug manifest
17 override file in a Gradle project is src/debug/AndroidManifest.xml.
18
191 error
20
21

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

70> Task :app:checkGitpullAarMetadata
71> Task :app:processGitpullNavigationResources
72> Task :app:generateGitpullResValues
73> Task :app:compileGitpullNavigationResources
74> Task :app:mapGitpullSourceSetPaths
75> Task :app:extractGitpullSupportedLocales
76> Task :app:generateGitpullResources
77> Task :app:createGitpullCompatibleScreenManifests
78> Task :app:extractDeepLinksGitpull
79> Task :app:generateGitpullLocaleConfig
80
81> Task :app:processGitpullMainManifest
82/home/vagrant/appbuild/app/src/gitpull/AndroidManifest.xml Warning:
83 service#info.mqtt.android.service.MqttService was tagged at AndroidManifest.xml:0 to replace another declaration but no other declaration present
84/home/vagrant/appbuild/app/src/gitpull/AndroidManifest.xml Warning:
85 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present
86
87> Task :app:processGitpullManifest
88> Task :app:mergeGitpullResources
89> Task :app:javaPreCompileGitpull
90> Task :app:desugarGitpullFileDependencies
91> Task :app:mergeGitpullStartupProfile
92> Task :app:processGitpullManifestForPackage
93> Task :app:mergeExtDexGitpull
94> Task :app:mergeGitpullShaders
95> Task :app:compileGitpullShaders NO-SOURCE
96> Task :app:generateGitpullAssets UP-TO-DATE
97> Task :app:mergeGitpullAssets
98> Task :app:compressGitpullAssets
99> Task :app:extractGitpullVersionControlInfo
100> Task :app:extractProguardFiles
101> Task :app:collectGitpullDependencies
102> Task :app:sdkGitpullDependencyData
103> Task :app:writeGitpullAppMetadata
104> Task :app:writeGitpullSigningConfigVersions
105> Task :app:processGitpullResources
106> Task :app:optimizeGitpullResources
107> Task :app:kspGitpullKotlin
108w: [ksp] /home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/data/gtfs/GtfsAgency.kt:21: Primary key constraint on gtfsId is ignored when being merged into it.reyboz.bustorino.data.gtfs.GtfsAgency
109
110> Task :app:compileGitpullKotlin
111w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/ActivityAbout.kt:132:13 'fun onBackPressed(): Unit' is deprecated. This method has been deprecated in favor of using the
112 {@link OnBackPressedDispatcher} via {@link #getOnBackPressedDispatcher()}.
113 The OnBackPressedDispatcher controls how back button events are dispatched
114 to one or more {@link OnBackPressedCallback} objects.
115w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:142:21 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java.
116w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:147:30 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java.
117w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:374:29 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java.
118w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:427:29 'val loaderManager: LoaderManager' is deprecated. Deprecated in Java.
119w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/ArrivalsFragment.kt:582:20 Condition is always 'true'.
120w: file:///home/vagrant/appbuild/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.
121w: file:///home/vagrant/appbuild/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.
122w: file:///home/vagrant/appbuild/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.
123w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/fragments/LinesDetailFragment.kt:186:21 Condition is always 'false'.
124w: file:///home/vagrant/appbuild/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.
125w: file:///home/vagrant/appbuild/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.
126w: file:///home/vagrant/appbuild/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.
127w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:27 'class LocationProvider : Any' is deprecated. Deprecated in Java.
128w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:44 'static field OUT_OF_SERVICE: Int' is deprecated. Deprecated in Java.
129w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:72 'class LocationProvider : Any' is deprecated. Deprecated in Java.
130w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:186:89 'static field TEMPORARILY_UNAVAILABLE: Int' is deprecated. Deprecated in Java.
131w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:34 'class LocationProvider : Any' is deprecated. Deprecated in Java.
132w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:188:51 'static field AVAILABLE: Int' is deprecated. Deprecated in Java.
133w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/middleware/AppLocationManager.kt:216:48 'class Criteria : Any, Parcelable' is deprecated. Deprecated in Java.
134w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:53:40 Unchecked cast of 'Any!' to 'Map<String?, Any>?'.
135w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/util/ImportExport.kt:83:56 Unchecked cast of 'Set<*>' to 'Set<String?>'.
136w: file:///home/vagrant/appbuild/app/src/main/java/it/reyboz/bustorino/viewmodels/ArrivalsViewModel.kt:224:17 Expression under 'when' is never equal to null.
137w: file:///home/vagrant/appbuild/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.
138
139> Task :app:compileGitpullJavaWithJavac
140
141> Task :app:dexBuilderGitpull
142> Task :app:mergeGitpullGlobalSynthetics
143> Task :app:generateGitpullLintVitalReportModel
144> Task :app:mergeDexGitpull
145> Task :app:processGitpullJavaRes
146> Task :app:mergeGitpullJavaResource
147> Task :app:l8DexDesugarLibGitpull
148> Task :app:lintVitalAnalyzeGitpull
149> Task :app:compileGitpullArtProfile
150> Task :app:lintVitalReportGitpull
151
152> Task :app:lintVitalGitpull
153
154> Task :app:packageGitpull
155> Task :app:createGitpullApkListingFileRedirect
156> Task :app:assembleGitpull
157
158[Incubating] Problems report is available at: file:///home/vagrant/appbuild/build/reports/problems/problems-report.html
159
160Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
161
162You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
163
164For 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.
165
166BUILD SUCCESSFUL in 4m 42s
16758 actionable tasks: 58 executed
168==> Build completed
169

Lease BusTO Working Copy

When
Completed at Apr 30 2026, 11:15 · Built for 1 s
Status
Passed

Abort Older Builds

When
Completed at Apr 30 2026, 11:15 · Built instantly
Status
Passed