log for com.fmsys.snapdrop:12
== Installed Android Tools ==
2021-07-20 17:54:56,077 DEBUG: Reading 'config.yml'
2021-07-20 17:54:56,086 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-07-20 17:54:56,088 INFO: Creating log directory
2021-07-20 17:54:56,088 INFO: Creating temporary directory
2021-07-20 17:54:56,089 INFO: Creating output directory
2021-07-20 17:54:56,091 DEBUG: Getting git vcs interface for https://github.com/fm-sys/snapdrop-android
2021-07-20 17:54:56,091 DEBUG: > git --version
git version 2.11.0
2021-07-20 17:54:56,305 INFO: Using git version 2.11.0
2021-07-20 17:54:56,305 DEBUG: Checking 1.7.0
2021-07-20 17:54:56,307 INFO: Building version 1.7.0 (12) of com.fmsys.snapdrop
2021-07-20 17:54:56,308 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-07-20 17:54:56,522 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64892 files and directories currently installed.)
Removing sudo (1.8.19p1-2.1+deb9u3) ...
Purging configuration files for sudo (1.8.19p1-2.1+deb9u3) ...
Processing triggers for systemd (232-25+deb9u12) ...
2021-07-20 17:54:59,931 INFO: Getting source for revision v1.7.0
2021-07-20 17:54:59,932 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:54:59,932 DEBUG: > git rev-parse --show-toplevel
2021-07-20 17:55:00,137 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:00,138 DEBUG: > git submodule foreach --recursive git reset --hard
2021-07-20 17:55:00,246 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:00,246 DEBUG: > git reset --hard
2021-07-20 17:55:00,579 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:00,580 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-07-20 17:55:00,689 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:00,689 DEBUG: > git clean -dffx
2021-07-20 17:55:00,799 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:00,800 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
2021-07-20 17:55:01,508 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:01,508 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags --force origin
2021-07-20 17:55:02,115 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:02,115 DEBUG: > git remote set-head origin --auto
2021-07-20 17:55:03,074 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:03,075 DEBUG: > git checkout -f v1.7.0
2021-07-20 17:55:03,485 DEBUG: Directory: build/com.fmsys.snapdrop
2021-07-20 17:55:03,485 DEBUG: > git clean -dffx
2021-07-20 17:55:03,590 INFO: Creating local.properties file at build/com.fmsys.snapdrop/local.properties
2021-07-20 17:55:03,591 INFO: Creating local.properties file at build/com.fmsys.snapdrop/app/local.properties
2021-07-20 17:55:03,592 DEBUG: Removing debuggable flags from build/com.fmsys.snapdrop/app
2021-07-20 17:55:03,603 INFO: Cleaning Gradle project...
2021-07-20 17:55:03,603 DEBUG: Directory: build/com.fmsys.snapdrop/app
2021-07-20 17:55:03,604 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 6.8.3 via distributionUrl
Downloading missing gradle version 6.8.3
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-6.8.3-bin.zip: OK
Running /opt/gradle/versions/6.8.3/bin/gradle clean
Welcome to Gradle 6.8.3!
Here are the highlights of this release:
- Faster Kotlin DSL script compilation
- Vendor selection for Java toolchains
- Convenient execution of tasks in composite builds
- Consistent dependency resolution
For more details see https://docs.gradle.org/6.8.3/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
WARNING:: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.
Currently detected usages in: root project 'Snapdrop', project ':app'
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 17s
1 actionable task: 1 up-to-date
2021-07-20 17:55:24,698 INFO: Scanning source for common problems...
2021-07-20 17:55:24,705 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2021-07-20 17:55:24,707 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.4.apk
2021-07-20 17:55:24,708 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.5.3.apk
2021-07-20 17:55:24,709 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.3.apk
2021-07-20 17:55:24,710 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.1.apk
2021-07-20 17:55:24,711 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.0.apk
2021-07-20 17:55:24,712 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.5.1.apk
2021-07-20 17:55:24,713 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.2.apk
2021-07-20 17:55:24,713 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.7.0.apk
2021-07-20 17:55:24,714 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.5.2.apk
2021-07-20 17:55:24,715 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.6.0.apk
2021-07-20 17:55:24,716 INFO: Removing Android APK file at app/oldRelease/snapdrop_v1.5.apk
2021-07-20 17:55:24,724 INFO: Creating source tarball...
2021-07-20 17:55:25,279 INFO: Building Gradle project...
2021-07-20 17:55:25,280 DEBUG: Directory: build/com.fmsys.snapdrop/app
2021-07-20 17:55:25,280 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 6.8.3 via distributionUrl
Running /opt/gradle/versions/6.8.3/bin/gradle assembleRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
WARNING:: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.
Currently detected usages in: root project 'Snapdrop', project ':app'
File /home/vagrant/.android/repositories.cfg could not be loaded.
Checking the license for package Android SDK Build-Tools 30.0.2 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 30.0.2 accepted.
Preparing "Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)".
"Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" ready.
Installing Android SDK Build-Tools 30.0.2 in /opt/android-sdk/build-tools/30.0.2
"Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" complete.
"Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" finished.
Checking the license for package Android SDK Platform 30 in /opt/android-sdk/licenses
License for package Android SDK Platform 30 accepted.
Preparing "Install Android SDK Platform 30 (revision: 3)".
"Install Android SDK Platform 30 (revision: 3)" ready.
Installing Android SDK Platform 30 in /opt/android-sdk/platforms/android-30
"Install Android SDK Platform 30 (revision: 3)" complete.
"Install Android SDK Platform 30 (revision: 3)" finished.
> Task :app:preBuild UP-TO-DATE
> Task :app:preReleaseBuild UP-TO-DATE
> Task :app:compileReleaseAidl NO-SOURCE
> Task :app:compileReleaseRenderscript NO-SOURCE
> Task :app:generateReleaseBuildConfig
> Task :app:writeReleaseApplicationId
> Task :app:analyticsRecordingRelease
> Task :app:javaPreCompileRelease
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :app:checkReleaseAarMetadata
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:processReleaseMainManifest
> Task :app:mergeReleaseResources
> Task :app:processReleaseManifest
> Task :app:mergeReleaseJniLibFolders
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:compressReleaseAssets
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:extractReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:checkReleaseDuplicateClasses
> Task :app:desugarReleaseFileDependencies
> Task :app:processReleaseManifestForPackage
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:writeReleaseAppMetadata
> Task :app:writeReleaseSigningConfigVersions
> Task :app:mergeReleaseJavaResource
> Task :app:processReleaseResources
> Task :app:mergeExtDexRelease
> Task :app:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :app:compileReleaseSources
> Task :app:lintVitalRelease
> Task :app:dexBuilderRelease
> Task :app:optimizeReleaseResources
> Task :app:mergeDexRelease
> Task :app:packageRelease
> Task :app:assembleRelease
BUILD SUCCESSFUL in 1m 4s
32 actionable tasks: 32 executed
2021-07-20 17:56:30,056 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/com.fmsys.snapdrop, universal_newlines=False, shell=None)
2021-07-20 17:56:30,060 INFO: Successfully built version 1.7.0 of com.fmsys.snapdrop from e45c09e27277b842d3797f0c50facd4f2ea84cc5
2021-07-20 17:56:30,493 DEBUG: AXML contains a RESOURCE MAP
2021-07-20 17:56:30,493 DEBUG: Start of Namespace mapping: prefix 31: 'android' --> uri 58: 'http://schemas.android.com/apk/res/android'
2021-07-20 17:56:30,494 DEBUG: Checking build/com.fmsys.snapdrop/app/build/outputs/apk/release/snapdrop_v1.7.0.apk
2021-07-20 17:56:30,501 DEBUG: AXML contains a RESOURCE MAP
2021-07-20 17:56:30,501 DEBUG: Start of Namespace mapping: prefix 31: 'android' --> uri 58: 'http://schemas.android.com/apk/res/android'
2021-07-20 17:56:30,515 INFO: success: com.fmsys.snapdrop
2021-07-20 17:56:30,515 INFO: Finished
2021-07-20 17:56:30,515 INFO: 1 build succeeded