log for org.woheller69.weather:44
== Installed Android Tools ==
2021-09-14 12:08:33,495 DEBUG: Reading 'config.yml'
2021-09-14 12:08:33,505 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-09-14 12:08:33,508 INFO: Creating log directory
2021-09-14 12:08:33,508 INFO: Creating temporary directory
2021-09-14 12:08:33,508 INFO: Creating output directory
2021-09-14 12:08:33,513 DEBUG: Getting git vcs interface for https://github.com/woheller69/weather
2021-09-14 12:08:33,513 DEBUG: > git --version
git version 2.11.0
2021-09-14 12:08:33,742 INFO: Using git version 2.11.0
2021-09-14 12:08:33,742 DEBUG: Checking 4.4
2021-09-14 12:08:33,743 INFO: Building version 4.4 (44) of org.woheller69.weather
2021-09-14 12:08:33,743 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-09-14 12:08:33,982 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64894 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+deb9u13) ...
2021-09-14 12:08:40,151 INFO: Getting source for revision 6a8a84f54e4862b2c0170f448bde4b5008a0604a
2021-09-14 12:08:40,151 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:40,151 DEBUG: > git rev-parse --show-toplevel
2021-09-14 12:08:40,356 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:40,356 DEBUG: > git submodule foreach --recursive git reset --hard
2021-09-14 12:08:40,561 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:40,561 DEBUG: > git reset --hard
2021-09-14 12:08:40,871 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:40,871 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-09-14 12:08:40,976 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:40,976 DEBUG: > git clean -dffx
2021-09-14 12:08:41,081 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:41,081 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-09-14 12:08:41,794 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:41,795 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-09-14 12:08:42,120 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:42,120 DEBUG: > git remote set-head origin --auto
2021-09-14 12:08:42,530 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:42,531 DEBUG: > git checkout -f 6a8a84f54e4862b2c0170f448bde4b5008a0604a
2021-09-14 12:08:42,738 DEBUG: Directory: build/org.woheller69.weather
2021-09-14 12:08:42,739 DEBUG: > git clean -dffx
2021-09-14 12:08:42,845 INFO: Creating local.properties file at build/org.woheller69.weather/local.properties
2021-09-14 12:08:42,846 INFO: Creating local.properties file at build/org.woheller69.weather/app/local.properties
2021-09-14 12:08:42,847 DEBUG: Removing debuggable flags from build/org.woheller69.weather/app
2021-09-14 12:08:42,866 INFO: Cleaning Gradle project...
2021-09-14 12:08:42,866 DEBUG: Directory: build/org.woheller69.weather/app
2021-09-14 12:08:42,866 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 6.1.1 via distributionUrl
Downloading missing gradle version 6.1.1
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-6.1.1-bin.zip: OK
Running /opt/gradle/versions/6.1.1/bin/gradle clean
Welcome to Gradle 6.1.1!
Here are the highlights of this release:
- Reusable dependency cache
- Configurable compilation order between Groovy/Kotlin/Java/Scala
- New sample projects in Gradle's documentation
For more details see https://docs.gradle.org/6.1.1/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.1.1/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 21s
1 actionable task: 1 up-to-date
2021-09-14 12:09:15,789 INFO: Scanning source for common problems...
2021-09-14 12:09:15,793 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2021-09-14 12:09:15,821 INFO: Creating source tarball...
2021-09-14 12:09:17,721 INFO: Building Gradle project...
2021-09-14 12:09:17,721 DEBUG: Directory: build/org.woheller69.weather/app
2021-09-14 12:09:17,721 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 6.1.1 via distributionUrl
Running /opt/gradle/versions/6.1.1/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.1.1/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:generateReleaseBuildConfig
> Task :app:compileReleaseRenderscript NO-SOURCE
> Task :app:javaPreCompileRelease
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:processReleaseManifest
> Task :app:prepareLintJar
> Task :app:checkReleaseDuplicateClasses
> Task :app:mergeReleaseResources
> Task :app:processReleaseResources
> Task :app:compileReleaseJavaWithJavac
> Task :app:compileReleaseSources
> Task :app:lintVitalRelease
> Task :app:dexBuilderRelease
> Task :app:desugarReleaseFileDependencies
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:mergeReleaseJavaResource
> Task :app:mergeReleaseJniLibFolders
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:mergeExtDexRelease
> Task :app:mergeDexRelease
> Task :app:packageRelease
> Task :app:assembleRelease
BUILD SUCCESSFUL in 49s
24 actionable tasks: 24 executed
2021-09-14 12:10:07,335 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/org.woheller69.weather, universal_newlines=False, shell=None)
2021-09-14 12:10:07,339 INFO: Successfully built version 4.4 of org.woheller69.weather from 6a8a84f54e4862b2c0170f448bde4b5008a0604a
2021-09-14 12:10:09,085 DEBUG: AXML contains a RESOURCE MAP
2021-09-14 12:10:09,085 DEBUG: Start of Namespace mapping: prefix 24: 'android' --> uri 39: 'http://schemas.android.com/apk/res/android'
2021-09-14 12:10:09,086 DEBUG: Checking build/org.woheller69.weather/app/build/outputs/apk/release/app-release-unsigned.apk
2021-09-14 12:10:09,096 DEBUG: AXML contains a RESOURCE MAP
2021-09-14 12:10:09,096 DEBUG: Start of Namespace mapping: prefix 24: 'android' --> uri 39: 'http://schemas.android.com/apk/res/android'
2021-09-14 12:10:09,118 INFO: success: org.woheller69.weather
2021-09-14 12:10:09,118 INFO: Finished
2021-09-14 12:10:09,118 INFO: 1 build succeeded