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

The command is:

/opt/reyboz/android/bin/publish-latest-branch-build.sh ${buildable.revision}

Source code:

P23

This step will copy the built .apk to an indexed HTTP directory exposed by Apache:

https://lab.reyboz.it/builds/libre-busto/

1 empty logs are 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
Description

This script is available here on gargantua.reyboz.it accessible to the Unix user phabricator-android-builder:

/opt/reyboz/android/bin/align-sign-fabione.sh

In general it does that:

sign-fabione.sh
#!/bin/sh
# https://gitpull.it/harbormaster/step/view/16/

BASEDIR="app/build/outputs/apk/gitpull"
OUT="app-gitpull-signed.apk"
APK_UNSIGNED="app-gitpull-unsigned.apk"
APK_ALIGNED="app-gitpull-unsigned-aligned.apk"

KEYSTORE="/home/phabricator-android-builder/private-resources/gitpullkeystore-libre-busto.jks"
PASSPHRASE="<omissis>

echo "Entering in $BASEDIR"
cd "$BASEDIR"

echo "Aligning zip"
~/bin/zipalign -v -p 4 "$APK_UNSIGNED" "$APK_ALIGNED"

echo "Signing APK"
# NOTE: keep keystore unsescaped
~/bin/apksigner sign --ks "$KEYSTORE" --out "$OUT" --ks-pass pass:"$PASSPHRASE" "$APK_ALIGNED"

echo "Sign concluded with exit status $?"
1 empty logs are 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.

sudo apt install openjdk-11-jre-headless

Then aliased this gradle:

https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid

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

52> Task :app:compileGitpullKotlin
53w: /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 _
54w: /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 _
55
56> Task :app:compileGitpullJavaWithJavac
57
58> Task :app:dexBuilderGitpull
59> Task :app:lintVitalAnalyzeGitpull
60> Task :app:mergeDexGitpull
61
62Daemon will be stopped at the end of the build after running out of JVM memory
63
64> Task :app:mergeGitpullJavaResource
65> Task :app:lintVitalReportGitpull
66
67> Task :app:lintVitalGitpull
68
69> Task :app:compileGitpullArtProfile
70> Task :app:packageGitpull
71> Task :app:createGitpullApkListingFileRedirect
72> Task :app:assembleGitpull
73
74BUILD SUCCESSFUL in 2m 49s
7539 actionable tasks: 38 executed, 1 up-to-date
76

Drydock: Run Gradle Lint Command

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

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

30> Task :app:kaptDebugKotlin
31/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
32 private it.reyboz.bustorino.data.gtfs.GtfsFeed feed;
33 ^
34
35> Task :app:compileDebugKotlin
36w: /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 _
37w: /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 _
38
39> Task :app:compileDebugJavaWithJavac
40
41> Task :app:bundleDebugClassesToCompileJar
42> Task :app:lintAnalyzeDebug
43
44Daemon will be stopped at the end of the build after running out of JVM memory
45
46> Task :app:lintReportDebug
47Wrote HTML report to file:///var/drydock/workingcopy-112/repo/libre-busto/app/build/reports/lint-results-debug.html
48
49> Task :app:lintDebug
50> Task :app:lint
51
52BUILD SUCCESSFUL in 2m 29s
5323 actionable tasks: 23 executed
54

Drydock: Clean Gradle

When
Completed at Jun 6 2023, 12:11 · Built for 3 s
Status
Passed
Description

Clean Gradle directory to avoid nasty errors like:

https://gitpull.it/harbormaster/build/273/

1 empty logs are 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