Page MenuHomeGitPull.it

Build 558
PassedPublic

Drydock: Publish Builded APK

When
Completed at May 27 2023, 00:21 · Built for 1 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/

1 empty log is hidden Show all logs.

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

1Published here:
2https://lab.reyboz.it/builds/libre-busto/HEAD-libre-busto-unsigned.apk
3

Drydock: Assemble debug APK

When
Completed at May 27 2023, 00:21 · Built for 1 m, 16 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.

1 empty log is hidden Show all logs.

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

5> Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
6> Task :app:compileDebugAidl NO-SOURCE
7> Task :app:compileDebugRenderscript UP-TO-DATE
8> Task :app:generateDebugBuildConfig UP-TO-DATE
9> Task :app:checkDebugAarMetadata UP-TO-DATE
10> Task :app:generateDebugResValues UP-TO-DATE
11> Task :app:mapDebugSourceSetPaths UP-TO-DATE
12> Task :app:generateDebugResources UP-TO-DATE
13> Task :app:mergeDebugResources UP-TO-DATE
14> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
15> Task :app:extractDeepLinksDebug UP-TO-DATE
16> Task :app:processDebugMainManifest UP-TO-DATE
17> Task :app:processDebugManifest UP-TO-DATE
18> Task :app:processDebugManifestForPackage UP-TO-DATE
19> Task :app:processDebugResources UP-TO-DATE
20> Task :app:kaptGenerateStubsDebugKotlin UP-TO-DATE
21> Task :app:kaptDebugKotlin UP-TO-DATE
22> Task :app:compileDebugKotlin UP-TO-DATE
23> Task :app:javaPreCompileDebug UP-TO-DATE
24> Task :app:compileDebugJavaWithJavac UP-TO-DATE
25> Task :app:mergeDebugShaders
26> Task :app:compileDebugShaders NO-SOURCE
27> Task :app:generateDebugAssets UP-TO-DATE
28> Task :app:mergeDebugAssets
29> Task :app:processDebugJavaRes
30> Task :app:compressDebugAssets
31> Task :app:desugarDebugFileDependencies
32> Task :app:checkDebugDuplicateClasses
33> Task :app:mergeDebugJavaResource
34> Task :app:dexBuilderDebug
35> Task :app:mergeDebugJniLibFolders
36> Task :app:mergeDebugNativeLibs NO-SOURCE
37> Task :app:stripDebugDebugSymbols NO-SOURCE
38> Task :app:validateSigningDebug
39> Task :app:writeDebugAppMetadata
40> Task :app:writeDebugSigningConfigVersions
41> Task :app:mergeDexDebug
42> Task :app:packageDebug
43> Task :app:createDebugApkListingFileRedirect
44> Task :app:assembleDebug
45
46Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
47
48You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
49
50See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
51
52BUILD SUCCESSFUL in 1m 14s
5332 actionable tasks: 15 executed, 17 up-to-date
54

Drydock: Run Gradle Lint Command

When
Completed at May 27 2023, 00:20 · Built for 3 m, 32 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2339 (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

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

22
23> Task :app:mergeDebugResources
24
25> Task :app:processDebugMainManifest
26/var/drydock/workingcopy-79/repo/libre-busto/app/src/debug/AndroidManifest.xml:39:9-45:51 Warning:
27 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
28
29> Task :app:processDebugManifest
30> Task :app:preDebugAndroidTestBuild SKIPPED
31> Task :app:javaPreCompileDebug
32> Task :app:processDebugAndroidTestManifest
33> Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
34> Task :app:extractProguardFiles
35> Task :app:generateDebugAndroidTestResValues
36> Task :app:processDebugManifestForPackage
37> Task :app:processDebugResources
38> Task :app:kaptGenerateStubsDebugKotlin
39
40> Task :app:kaptDebugKotlin
41/var/drydock/workingcopy-79/repo/libre-busto/app/build/tmp/kapt3/stubs/debug/it/reyboz/bustorino/data/gtfs/GtfsAgency.java:26: warning: Primary key constraint on gtfsId is ignored when being merged into it.reyboz.bustorino.data.gtfs.GtfsAgency
42 private it.reyboz.bustorino.data.gtfs.GtfsFeed feed;
43 ^
44/var/drydock/workingcopy-79/repo/libre-busto/app/build/tmp/kapt3/stubs/debug/it/reyboz/bustorino/data/gtfs/MatoPattern.java:7: warning: pattern_route_id column references a foreign key but it is not part of an index. This may trigger full table scans whenever parent table is modified so you are highly advised to create an index that covers this column.
45public final class MatoPattern implements it.reyboz.bustorino.data.gtfs.GtfsTable {
46 ^
47
48> Task :app:compileDebugKotlin
49
50> Task :app:compileDebugJavaWithJavac
51
52> Task :app:bundleDebugClassesToCompileJar
53> Task :app:lintAnalyzeDebug
54
55Daemon will be stopped at the end of the build after running out of JVM memory
56
57> Task :app:lintReportDebug
58Wrote HTML report to file:///var/drydock/workingcopy-79/repo/libre-busto/app/build/reports/lint-results-debug.html
59
60> Task :app:lintDebug
61> Task :app:lint
62
63Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
64
65You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
66
67See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
68
69BUILD SUCCESSFUL in 3m 30s
7024 actionable tasks: 24 executed
71

Drydock: Clean Gradle

When
Completed at May 27 2023, 00:16 · Built for 30 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 2336 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 7.4 via distributionUrl
2Running /home/phabricator-android-builder/versions/7.4/bin/gradle clean
3Starting a Gradle Daemon (subsequent builds will be faster)
4> Task :app:clean
5
6Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
7
8You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
9
10See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
11
12BUILD SUCCESSFUL in 28s
131 actionable task: 1 executed
14

Lease BusTO Working Copy

When
Completed at May 27 2023, 00:16 · Built for 4 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 27 2023, 00:16 · Built for 1 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Event Timeline