Page MenuHomeGitPull.it

Build 204
PassedPublic

Drydock: Publish Builded APK

When
Completed at Nov 28 2020, 18:35 · Built instantly
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 657 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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

Drydock: Assemble debug APK

When
Completed at Nov 28 2020, 18:35 · Built for 29 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

The mentioned script is just a wrapper doing this:

/home/phabricator-android-builder/bin/docker_launch_build_fabio_asd.sh
#!/bin/bash
set -euo pipefail

if [ -z "$1" ]; then
    echo "Uso: $0 <cartella-sorgente>"
    exit 1
fi

SOURCE_DIR="$(realpath "$1")"
#CONTAINER_NAME="${CONTAINER_NAME:-fabmazza/android-build-fdroid:ubuntu}"
CONTAINER_NAME="${CONTAINER_NAME:-fdroid-asder}"

# Eat the first argument.
# So we pass all the other shit to gradle.
shift

if [ ! -d "$SOURCE_DIR" ]; then
    echo "Errore: '$SOURCE_DIR' non è una cartella valida"
    exit 1
fi

if [[ "$UID" = 0 ]]; then
        echo "Do not run as root."
        exit 2
fi

GID=$(id -g)

echo "[INFO] User info: $(id)"
echo "[INFO] UID=$UID"
echo "[INFO] GID=$GID"
echo "[INFO] CONTAINER_NAME=$CONTAINER_NAME"
echo "[INFO] SOURCE_DIR=$SOURCE_DIR"

## From this point, say what we are doing.
set -x

docker run \
  -e DESIRED_UID="$UID" \
  -e DESIRED_GID="$GID" \
  --rm \
  -v "$SOURCE_DIR":/home/vagrant/appbuild:Z \
   "$CONTAINER_NAME" \
  launch_build_local $@
1 empty log is hidden Show all logs.

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

13> Task :generateDebugAssets UP-TO-DATE
14> Task :mergeDebugAssets
15> Task :processDebugJavaRes NO-SOURCE
16> Task :checkDebugDuplicateClasses
17> Task :desugarDebugFileDependencies
18> Task :mergeDebugJniLibFolders
19> Task :mergeDebugJavaResource
20> Task :validateSigningDebug
21> Task :compileDebugRenderscript UP-TO-DATE
22> Task :generateDebugResources UP-TO-DATE
23> Task :mergeDebugResources UP-TO-DATE
24> Task :processDebugResources UP-TO-DATE
25> Task :compileDebugJavaWithJavac UP-TO-DATE
26> Task :compileDebugSources UP-TO-DATE
27> Task :dexBuilderDebug
28> Task :mergeDebugNativeLibs
29> Task :stripDebugDebugSymbols NO-SOURCE
30> Task :mergeExtDexDebug
31> Task :mergeDexDebug
32> Task :packageDebug
33> Task :assembleDebug
34
35BUILD SUCCESSFUL in 28s
3622 actionable tasks: 12 executed, 10 up-to-date
37

Drydock: Run Gradle Lint Command

When
Completed at Nov 28 2020, 18:35 · Built for 1 m, 41 s
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1Note: Some input files use or override a deprecated API.
2Note: Recompile with -Xlint:deprecation for details.
3Note: /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations.
4Note: Recompile with -Xlint:unchecked for details.
5Note: Some input files use or override a deprecated API.
6Note: Recompile with -Xlint:deprecation for details.
7Note: /var/drydock/workingcopy-72/repo/libre-busto/src/it/reyboz/bustorino/middleware/AsyncDataDownload.java uses unchecked or unsafe operations.
8Note: Recompile with -Xlint:unchecked for details.
9

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

39> Task :generateReleaseResValues
40> Task :generateReleaseResources
41> Task :createReleaseCompatibleScreenManifests
42> Task :extractDeepLinksRelease
43
44> Task :processReleaseManifest
45/var/drydock/workingcopy-72/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning:
46 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
47
48> Task :prepareLintJar
49> Task :javaPreCompileRelease
50> Task :mergeReleaseResources
51> Task :processReleaseResources
52
53> Task :compileReleaseJavaWithJavac
54
55> Task :lint
56Ran lint on variant debug: 107 issues found
57Ran lint on variant release: 104 issues found
58Wrote HTML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.html
59Wrote XML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.xml
60
61BUILD SUCCESSFUL in 1m 37s
6222 actionable tasks: 22 executed
63

Lease BusTO Working Copy

When
Completed at Nov 28 2020, 18:33 · Built for 2 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at Nov 28 2020, 18:33 · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Event Timeline