Page MenuHomeGitPull.it

Build 581
FailedPublic

Properties

History

Drydock: Publish Builded APK

When
Completed at Jun 6 2023, 12:16 · Built instantly
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 2453 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1sha256sum: ./app/build/outputs/apk/gitpull/app-gitpull-signed.apk: No such file or directory
2

Drydock: Run Command

When
Completed at Jun 6 2023, 12:16 · Built instantly
Status
Failed
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 2451 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1bash: /home/phabricator-android-builder/sign-fabione.sh: No such file or directory
2

Drydock: Assemble debug APK

When
Completed at Jun 6 2023, 12:16 · Built for 2 m, 51 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 2449 (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-112/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 errors, 0 warnings
19
20

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

1Found 7.5.1 via distributionUrl
2Running /home/phabricator-android-builder/versions/7.5.1/bin/gradle --stacktrace assembleGitpull
3Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use --status for details
4> Task :app:buildKotlinToolingMetadata
5> Task :app:preBuild UP-TO-DATE
6> Task :app:preGitpullBuild UP-TO-DATE
7> Task :app:compileGitpullAidl NO-SOURCE
8> Task :app:compileGitpullRenderscript NO-SOURCE
9> Task :app:generateGitpullBuildConfig
10> Task :app:generateGitpullResValues
11> Task :app:checkGitpullAarMetadata
12> Task :app:mapGitpullSourceSetPaths
13> Task :app:generateGitpullResources
14> Task :app:createGitpullCompatibleScreenManifests
15> Task :app:extractDeepLinksGitpull
16> Task :app:mergeGitpullResources
17
18> Task :app:processGitpullMainManifest
19/var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml:39:9-45:51 Warning:
20 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
21
22> Task :app:processGitpullManifest
23> Task :app:extractProguardFiles UP-TO-DATE
24> Task :app:javaPreCompileGitpull
25> Task :app:mergeGitpullJniLibFolders
26> Task :app:mergeGitpullNativeLibs NO-SOURCE
27> Task :app:stripGitpullDebugSymbols NO-SOURCE
28> Task :app:extractGitpullNativeSymbolTables NO-SOURCE
29> Task :app:mergeGitpullNativeDebugMetadata NO-SOURCE
30> Task :app:checkGitpullDuplicateClasses
31> Task :app:desugarGitpullFileDependencies
32> Task :app:mergeGitpullShaders
33> Task :app:compileGitpullShaders NO-SOURCE
34> Task :app:generateGitpullAssets UP-TO-DATE
35> Task :app:mergeGitpullAssets
36> Task :app:compressGitpullAssets
37> Task :app:processGitpullManifestForPackage
38> Task :app:mergeGitpullArtProfile
39> Task :app:processGitpullJavaRes NO-SOURCE
40> Task :app:collectGitpullDependencies
41> Task :app:sdkGitpullDependencyData
42> Task :app:writeGitpullAppMetadata
43> Task :app:writeGitpullSigningConfigVersions
44> Task :app:processGitpullResources
45> Task :app:optimizeGitpullResources
46> Task :app:kaptGenerateStubsGitpullKotlin
47
48> Task :app:kaptGitpullKotlin
49/var/drydock/workingcopy-112/repo/libre-busto/app/build/tmp/kapt3/stubs/gitpull/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
50 private it.reyboz.bustorino.data.gtfs.GtfsFeed feed;
51 ^
52
53> Task :app:compileGitpullKotlin
54w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 36): Parameter 'view' is never used, could be renamed to _
55w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 42): Parameter 'motionEvent' is never used, could be renamed to _
56
57> Task :app:compileGitpullJavaWithJavac
58
59> Task :app:dexBuilderGitpull
60> Task :app:lintVitalAnalyzeGitpull
61> Task :app:mergeDexGitpull
62
63Daemon will be stopped at the end of the build after running out of JVM memory
64
65> Task :app:mergeGitpullJavaResource
66> Task :app:lintVitalReportGitpull
67
68> Task :app:lintVitalGitpull
69
70> Task :app:compileGitpullArtProfile
71> Task :app:packageGitpull
72> Task :app:createGitpullApkListingFileRedirect
73> Task :app:assembleGitpull
74
75BUILD SUCCESSFUL in 2m 49s
7639 actionable tasks: 38 executed, 1 up-to-date
77

Drydock: Run Gradle Lint Command

When
Completed at Jun 6 2023, 12:13 · Built for 2 m, 30 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 2447 (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 2446 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 7.5.1 via distributionUrl
2Running /home/phabricator-android-builder/versions/7.5.1/bin/gradle lint
3> Task :app:preBuild UP-TO-DATE
4> Task :app:preDebugBuild UP-TO-DATE
5> Task :app:compileDebugAidl NO-SOURCE
6> Task :app:compileDebugRenderscript NO-SOURCE
7> Task :app:generateDebugBuildConfig
8> Task :app:generateDebugResValues
9> Task :app:mapDebugSourceSetPaths
10> Task :app:generateDebugResources
11> Task :app:checkDebugAarMetadata
12> Task :app:createDebugCompatibleScreenManifests
13> Task :app:extractDeepLinksDebug
14
15> Task :app:processDebugMainManifest
16/var/drydock/workingcopy-112/repo/libre-busto/app/src/debug/AndroidManifest.xml:39:9-45:51 Warning:
17 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
18
19> Task :app:processDebugManifest
20> Task :app:preDebugAndroidTestBuild SKIPPED
21> Task :app:javaPreCompileDebug
22> Task :app:processDebugAndroidTestManifest
23> Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
24> Task :app:extractProguardFiles
25> Task :app:generateDebugAndroidTestResValues
26> Task :app:processDebugManifestForPackage
27> Task :app:mergeDebugResources
28> Task :app:processDebugResources
29> Task :app:kaptGenerateStubsDebugKotlin
30
31> Task :app:kaptDebugKotlin
32/var/drydock/workingcopy-112/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
33 private it.reyboz.bustorino.data.gtfs.GtfsFeed feed;
34 ^
35
36> Task :app:compileDebugKotlin
37w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 36): Parameter 'view' is never used, could be renamed to _
38w: /var/drydock/workingcopy-112/repo/libre-busto/app/src/main/java/it/reyboz/bustorino/map/BusInfoWindow.kt: (41, 42): Parameter 'motionEvent' is never used, could be renamed to _
39
40> Task :app:compileDebugJavaWithJavac
41
42> Task :app:bundleDebugClassesToCompileJar
43> Task :app:lintAnalyzeDebug
44
45Daemon will be stopped at the end of the build after running out of JVM memory
46
47> Task :app:lintReportDebug
48Wrote HTML report to file:///var/drydock/workingcopy-112/repo/libre-busto/app/build/reports/lint-results-debug.html
49
50> Task :app:lintDebug
51> Task :app:lint
52
53BUILD SUCCESSFUL in 2m 29s
5423 actionable tasks: 23 executed
55

Drydock: Clean Gradle

When
Completed at Jun 6 2023, 12:11 · 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 2444 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Found 7.5.1 via distributionUrl
2Running /home/phabricator-android-builder/versions/7.5.1/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 Jun 6 2023, 12:11 · Built for 5 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at Jun 6 2023, 12:11 · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.