log for dummydomain.yetanothercallblocker:5150
== Installed Android Tools ==
2021-06-09 01:05:53,729 DEBUG: Reading 'config.yml'
2021-06-09 01:05:53,740 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-06-09 01:05:53,742 INFO: Creating log directory
2021-06-09 01:05:53,742 INFO: Creating temporary directory
2021-06-09 01:05:53,743 INFO: Creating output directory
2021-06-09 01:05:53,747 DEBUG: Getting git vcs interface for https://gitlab.com/xynngh/YetAnotherCallBlocker.git
2021-06-09 01:05:53,748 DEBUG: > git --version
git version 2.11.0
2021-06-09 01:05:53,969 INFO: Using git version 2.11.0
2021-06-09 01:05:53,969 DEBUG: Checking 0.5.15
2021-06-09 01:05:53,970 INFO: Building version 0.5.15 (5150) of dummydomain.yetanothercallblocker
2021-06-09 01:05:53,971 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-06-09 01:05:54,181 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-06-09 01:06:00,038 INFO: Getting source for revision v0.5.15
2021-06-09 01:06:00,039 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:00,039 DEBUG: > git rev-parse --show-toplevel
2021-06-09 01:06:00,245 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:00,246 DEBUG: > git submodule foreach --recursive git reset --hard
2021-06-09 01:06:00,350 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:00,350 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-06-09 01:06:00,455 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:00,455 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-06-09 01:06:00,876 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:00,877 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-06-09 01:06:01,688 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:01,688 DEBUG: > git remote set-head origin --auto
2021-06-09 01:06:02,098 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:02,099 DEBUG: > git checkout -f v0.5.15
2021-06-09 01:06:02,304 DEBUG: Directory: build/dummydomain.yetanothercallblocker
2021-06-09 01:06:02,304 DEBUG: > git clean -dffx
2021-06-09 01:06:02,418 INFO: Creating local.properties file at build/dummydomain.yetanothercallblocker/local.properties
2021-06-09 01:06:02,418 INFO: Creating local.properties file at build/dummydomain.yetanothercallblocker/app/local.properties
2021-06-09 01:06:02,419 DEBUG: Removing debuggable flags from build/dummydomain.yetanothercallblocker/app
2021-06-09 01:06:02,438 INFO: Cleaning Gradle project...
2021-06-09 01:06:02,438 DEBUG: Directory: build/dummydomain.yetanothercallblocker/app
2021-06-09 01:06:02,438 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 6.5 via distributionUrl
Downloading missing gradle version 6.5
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-6.5-bin.zip: OK
Running /opt/gradle/versions/6.5/bin/gradle clean
Welcome to Gradle 6.5!
Here are the highlights of this release:
- Experimental file-system watching
- Improved version ordering
- New samples
For more details see https://docs.gradle.org/6.5/release-notes.html
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.5/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 14s
1 actionable task: 1 up-to-date
2021-06-09 01:06:20,437 INFO: Scanning source for common problems...
2021-06-09 01:06:20,440 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2021-06-09 01:06:20,480 INFO: Creating source tarball...
2021-06-09 01:06:20,768 INFO: Building Gradle project...
2021-06-09 01:06:20,768 DEBUG: Directory: build/dummydomain.yetanothercallblocker/app
2021-06-09 01:06:20,768 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 6.5 via distributionUrl
Running /opt/gradle/versions/6.5/bin/gradle assembleRelease
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.5/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
File /home/vagrant/.android/repositories.cfg could not be loaded.
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:greendaoPrepare
> Task :app:greendao
> Task :app:javaPreCompileRelease
> Task :app:checkReleaseAarMetadata
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:processReleaseMainManifest
> Task :app:mergeReleaseResources
> Task :app:processReleaseManifest
> Task :app:processReleaseManifestForPackage
> Task :app:processReleaseResources
> 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:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:lintVitalRelease
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:compressReleaseAssets
> Task :app:checkReleaseDuplicateClasses
> Task :app:dexBuilderRelease
> Task :app:desugarReleaseFileDependencies
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:mergeReleaseJniLibFolders
> Task :app:mergeReleaseJavaResource
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libconscrypt_jni.so.
> Task :app:mergeExtDexRelease
> Task :app:mergeDexRelease
> Task :app:packageRelease
> Task :app:assembleRelease
BUILD SUCCESSFUL in 57s
30 actionable tasks: 30 executed
2021-06-09 01:07:22,606 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/dummydomain.yetanothercallblocker, universal_newlines=False, shell=None)
2021-06-09 01:07:22,611 INFO: Successfully built version 0.5.15 of dummydomain.yetanothercallblocker from 0b9ccc87a78d16f1bdb8a719caa3e168fef370f2
2021-06-09 01:07:22,716 DEBUG: AXML contains a RESOURCE MAP
2021-06-09 01:07:22,717 DEBUG: Start of Namespace mapping: prefix 36: 'android' --> uri 111: 'http://schemas.android.com/apk/res/android'
2021-06-09 01:07:22,718 DEBUG: Checking build/dummydomain.yetanothercallblocker/app/build/outputs/apk/release/app-release-unsigned.apk
2021-06-09 01:07:22,728 DEBUG: AXML contains a RESOURCE MAP
2021-06-09 01:07:22,728 DEBUG: Start of Namespace mapping: prefix 36: 'android' --> uri 111: 'http://schemas.android.com/apk/res/android'
2021-06-09 01:07:22,748 INFO: success: dummydomain.yetanothercallblocker
2021-06-09 01:07:22,748 INFO: Finished
2021-06-09 01:07:22,748 INFO: 1 build succeeded