Page MenuHomeGitPull.it

Build 228
PassedPublic

Properties

Drydock: Publish Builded APK

When
Completed at Feb 14 2021, 22:46 · Built for 1 s
Status
Passed
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 760 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

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

Drydock: Assemble debug APK

When
Completed at Feb 14 2021, 22:46 · Built for 8 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

1 empty logs are hidden. Show all logs.

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

1Found 6.1.1 via distributionUrl
2Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle assembleDebug
3> Task :preBuild UP-TO-DATE
4> Task :preDebugBuild UP-TO-DATE
5> Task :compileDebugAidl NO-SOURCE
6> Task :compileDebugRenderscript UP-TO-DATE
7> Task :generateDebugBuildConfig UP-TO-DATE
8> Task :javaPreCompileDebug UP-TO-DATE
9> Task :generateDebugResValues UP-TO-DATE
10> Task :generateDebugResources UP-TO-DATE
11> Task :mergeDebugResources UP-TO-DATE
12> Task :createDebugCompatibleScreenManifests UP-TO-DATE
13> Task :extractDeepLinksDebug UP-TO-DATE
14> Task :processDebugManifest UP-TO-DATE
15> Task :processDebugResources UP-TO-DATE
16> Task :compileDebugJavaWithJavac UP-TO-DATE
17> Task :compileDebugSources UP-TO-DATE
18> Task :mergeDebugShaders UP-TO-DATE
19> Task :compileDebugShaders NO-SOURCE
20> Task :generateDebugAssets UP-TO-DATE
21> Task :mergeDebugAssets UP-TO-DATE
22> Task :processDebugJavaRes
23> Task :checkDebugDuplicateClasses UP-TO-DATE
24> Task :dexBuilderDebug
25> Task :desugarDebugFileDependencies UP-TO-DATE
26> Task :mergeExtDexDebug UP-TO-DATE
27> Task :mergeDebugJniLibFolders UP-TO-DATE
28> Task :mergeDebugNativeLibs UP-TO-DATE
29> Task :stripDebugDebugSymbols NO-SOURCE
30> Task :validateSigningDebug UP-TO-DATE
31> Task :mergeDebugJavaResource
32> Task :mergeDexDebug
33> Task :packageDebug
34> Task :assembleDebug
35
36BUILD SUCCESSFUL in 7s
3723 actionable tasks: 5 executed, 18 up-to-date
38

Drydock: Run Gradle Lint Command

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Feb 14 2021, 22:46 · Built for 40 s
Status
Passed

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

1Found 6.1.1 via distributionUrl
2Running /home/phabricator-android-builder/versions/6.1.1/bin/gradle lint
3Starting a Gradle Daemon (subsequent builds will be faster)
4> Task :preBuild UP-TO-DATE
5> Task :preDebugBuild UP-TO-DATE
6> Task :compileDebugAidl NO-SOURCE
7> Task :generateDebugBuildConfig UP-TO-DATE
8> Task :compileDebugRenderscript
9> Task :javaPreCompileDebug UP-TO-DATE
10> Task :generateDebugResValues UP-TO-DATE
11> Task :generateDebugResources
12> Task :mergeDebugResources UP-TO-DATE
13> Task :createDebugCompatibleScreenManifests UP-TO-DATE
14> Task :extractDeepLinksDebug UP-TO-DATE
15
16> Task :processDebugManifest
17/var/drydock/workingcopy-72/repo/libre-busto/src/debug/AndroidManifest.xml:39:9-45:51 Warning:
18 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
19
20> Task :processDebugResources
21
22> Task :compileDebugJavaWithJavac
23
24> Task :preReleaseBuild UP-TO-DATE
25> Task :compileReleaseAidl NO-SOURCE
26> Task :compileReleaseRenderscript
27> Task :generateReleaseBuildConfig UP-TO-DATE
28> Task :javaPreCompileRelease UP-TO-DATE
29> Task :generateReleaseResValues UP-TO-DATE
30> Task :generateReleaseResources
31> Task :mergeReleaseResources UP-TO-DATE
32> Task :createReleaseCompatibleScreenManifests UP-TO-DATE
33> Task :extractDeepLinksRelease UP-TO-DATE
34
35> Task :processReleaseManifest
36/var/drydock/workingcopy-72/repo/libre-busto/AndroidManifest.xml:39:9-45:51 Warning:
37 provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:39 to replace other declarations but no other declaration present
38
39> Task :processReleaseResources
40
41> Task :compileReleaseJavaWithJavac
42
43> Task :prepareLintJar UP-TO-DATE
44
45> Task :lint
46Ran lint on variant release: 106 issues found
47Ran lint on variant debug: 111 issues found
48Wrote HTML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.html
49Wrote XML report to file:///var/drydock/workingcopy-72/repo/libre-busto/build/reports/lint-results.xml
50
51BUILD SUCCESSFUL in 39s
5222 actionable tasks: 9 executed, 13 up-to-date
53

Lease BusTO Working Copy

When
Completed at Feb 14 2021, 22:46 · Built for 2 s
Status
Passed

Wait for Previous Commits to Build

When
Completed at Feb 14 2021, 22:46 · Built instantly
Status
Passed

Event Timeline