log for org.fdroid.fdroid:1014001
== Installed Android Tools ==
2021-09-19 23:14:44,056 DEBUG: Reading 'config.yml'
2021-09-19 23:14:44,068 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-09-19 23:14:44,071 INFO: Creating log directory
2021-09-19 23:14:44,071 INFO: Creating temporary directory
2021-09-19 23:14:44,071 INFO: Creating output directory
2021-09-19 23:14:44,120 DEBUG: Getting git vcs interface for https://gitlab.com/fdroid/fdroidclient.git
2021-09-19 23:14:44,120 DEBUG: > git --version
git version 2.11.0
2021-09-19 23:14:44,469 INFO: Using git version 2.11.0
2021-09-19 23:14:44,470 DEBUG: Checking 1.14-alpha1
2021-09-19 23:14:44,470 INFO: Building version 1.14-alpha1 (1014001) of org.fdroid.fdroid
2021-09-19 23:14:44,471 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-09-19 23:14:45,250 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-19 23:14:51,147 INFO: Getting source for revision 1.14-alpha1
2021-09-19 23:14:51,147 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:51,147 DEBUG: > git rev-parse --show-toplevel
2021-09-19 23:14:51,351 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:51,352 DEBUG: > git submodule foreach --recursive git reset --hard
2021-09-19 23:14:51,663 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:51,664 DEBUG: > git reset --hard
2021-09-19 23:14:51,972 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:51,972 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-09-19 23:14:52,077 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:52,078 DEBUG: > git clean -dffx
2021-09-19 23:14:52,187 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:52,187 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-19 23:14:52,898 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:52,899 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-19 23:14:53,313 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:53,314 DEBUG: > git remote set-head origin --auto
2021-09-19 23:14:53,831 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:53,832 DEBUG: > git checkout -f 1.14-alpha1
2021-09-19 23:14:54,139 DEBUG: Directory: build/org.fdroid.fdroid
2021-09-19 23:14:54,139 DEBUG: > git clean -dffx
2021-09-19 23:14:54,242 INFO: Creating local.properties file at build/org.fdroid.fdroid/local.properties
2021-09-19 23:14:54,243 INFO: Creating local.properties file at build/org.fdroid.fdroid/app/local.properties
2021-09-19 23:14:54,244 DEBUG: Removing debuggable flags from build/org.fdroid.fdroid/app
2021-09-19 23:14:54,269 INFO: Running 'prebuild' commands in build/org.fdroid.fdroid/app
2021-09-19 23:14:54,270 DEBUG: Directory: build/org.fdroid.fdroid/app
2021-09-19 23:14:54,270 DEBUG: > bash -x -c -- max=$(expr $(sed -En 's,^MemAvailable:\s*([0-9]+)[^0-9]*$,\1,p' /proc/meminfo) / 1024 / 1024) && printf "\norg.gradle.jvmargs=-Xms1g -Xmx${max}g -XX:MaxPermSize=${max}g\n" >> ../gradle.properties
+++ sed -En 's,^MemAvailable:\s*([0-9]+)[^0-9]*$,\1,p' /proc/meminfo
++ expr 19648792 / 1024 / 1024
+ max=18
+ printf '\norg.gradle.jvmargs=-Xms1g -Xmx18g -XX:MaxPermSize=18g\n'
2021-09-19 23:14:54,474 INFO: Cleaning Gradle project...
2021-09-19 23:14:54,474 DEBUG: Directory: build/org.fdroid.fdroid/app
2021-09-19 23:14:54,475 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 6.4.1 via distributionUrl
Downloading missing gradle version 6.4.1
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-6.4.1-bin.zip: OK
Running /opt/gradle/versions/6.4.1/bin/gradle clean
Welcome to Gradle 6.4.1!
Here are the highlights of this release:
- Support for building, testing and running Java Modules
- Precompiled script plugins for Groovy DSL
- Single dependency lock file per project
For more details see https://docs.gradle.org/6.4.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.4.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Dependency verification is an incubating feature.
> Configure project :app
buildTypes.debug defaultConfig.versionCode 1014001
> Task :app:clean UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 27s
1 actionable task: 1 up-to-date
2021-09-19 23:15:26,801 INFO: Scanning source for common problems...
2021-09-19 23:15:26,843 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2021-09-19 23:15:26,855 INFO: Removing Android APK file at app/src/test/assets/urzip.apk
2021-09-19 23:15:26,856 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndexWithCorruptedSignature.jar
2021-09-19 23:15:26,856 INFO: Ignoring Java JAR file at app/src/test/resources/index.fdroid.2016-10-30.jar
2021-09-19 23:15:26,857 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndexWithCorruptedEverything.jar
2021-09-19 23:15:26,857 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_no-signature_index-v1.jar
2021-09-19 23:15:26,858 INFO: Ignoring Java JAR file at app/src/test/resources/index.antox.jar
2021-09-19 23:15:26,858 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_no-.RSA_index-v1.jar
2021-09-19 23:15:26,858 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndex.jar
2021-09-19 23:15:26,859 INFO: Ignoring Java JAR file at app/src/test/resources/multiRepo.normal.jar
2021-09-19 23:15:26,859 INFO: Ignoring Java JAR file at app/src/test/resources/index-v1.fdroid.2017-07-07.jar
2021-09-19 23:15:26,859 INFO: Ignoring Java JAR file at app/src/test/resources/masterKeyIndex.jar
2021-09-19 23:15:26,860 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_no-.SF_index-v1.jar
2021-09-19 23:15:26,860 INFO: Ignoring Java JAR file at app/src/test/resources/index.fdroid.2016-11-10.jar
2021-09-19 23:15:26,860 INFO: Ignoring Java JAR file at app/src/test/resources/multiRepo.conflicting.jar
2021-09-19 23:15:26,861 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndexWithCorruptedCertificate.jar
2021-09-19 23:15:26,861 INFO: Ignoring Java JAR file at app/src/test/resources/multiRepo.archive.jar
2021-09-19 23:15:26,861 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndexWithCorruptedManifest.jar
2021-09-19 23:15:26,862 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_index-v1.jar
2021-09-19 23:15:26,862 INFO: Ignoring Java JAR file at app/src/test/resources/simpleIndexWithoutSignature.jar
2021-09-19 23:15:26,862 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_corrupt_package_name_index-v1.jar
2021-09-19 23:15:26,863 INFO: Ignoring Java JAR file at app/src/test/resources/index.microg.jar
2021-09-19 23:15:26,863 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_no-MANIFEST.MF_index-v1.jar
2021-09-19 23:15:26,863 INFO: Ignoring Java JAR file at app/src/test/resources/testy.at.or.at_corrupt_app_package_name_index-v1.jar
2021-09-19 23:15:26,864 INFO: Ignoring ZIP file archive at app/src/test/resources/Norway_bouvet_europe_2.obf.zip
2021-09-19 23:15:26,864 INFO: Ignoring ZIP file archive at app/src/test/resources/org.fdroid.fdroid.privileged.ota_2110.zip
2021-09-19 23:15:26,866 INFO: Removing Android APK file at app/src/androidTest/assets/org.fdroid.permissions.minmax.apk
2021-09-19 23:15:26,867 INFO: Ignoring Java JAR file at app/src/androidTest/assets/simpleIndex.jar
2021-09-19 23:15:26,867 INFO: Removing Android APK file at app/src/androidTest/assets/org.fdroid.permissions.sdk14.apk
2021-09-19 23:15:26,867 INFO: Removing Android APK file at app/src/androidTest/assets/org.fdroid.extendedpermissionstest.apk
2021-09-19 23:15:26,868 INFO: Ignoring ZIP file archive at app/src/androidTest/assets/org.fdroid.permissions.minmax.zip
2021-09-19 23:15:26,868 INFO: Ignoring ZIP file archive at app/src/androidTest/assets/org.fdroid.permissions.sdk14.zip
2021-09-19 23:15:26,870 INFO: Removing Android APK file at app/src/testFull/resources/urzip.apk
2021-09-19 23:15:26,918 INFO: Creating source tarball...
2021-09-19 23:15:28,040 INFO: Building Gradle project...
2021-09-19 23:15:28,040 DEBUG: Directory: build/org.fdroid.fdroid/app
2021-09-19 23:15:28,041 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleFullRelease
Found 6.4.1 via distributionUrl
Running /opt/gradle/versions/6.4.1/bin/gradle assembleFullRelease
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.4.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Dependency verification is an incubating feature.
> Configure project :app
buildTypes.debug defaultConfig.versionCode 1014001
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:extractProguardFiles
> Task :app:preFullReleaseBuild
> Task :app:compileFullReleaseAidl
> Task :app:generateFullReleaseBuildConfig
> Task :app:compileFullReleaseRenderscript NO-SOURCE
> Task :app:javaPreCompileFullRelease
> Task :app:mainApkListPersistenceFullRelease
> Task :app:generateFullReleaseResValues
> Task :app:generateFullReleaseResources
> Task :app:createFullReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksFullRelease
> Task :app:processFullReleaseManifest
> Task :app:mergeFullReleaseResources
> Task :app:processFullReleaseResources
> Task :app:compileFullReleaseJavaWithJavac
Note: [1] Wrote GeneratedAppGlideModule with: []
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:compileFullReleaseSources
> Task :app:mergeFullReleaseShaders
> Task :app:compileFullReleaseShaders
> Task :app:generateFullReleaseAssets
> Task :app:mergeFullReleaseAssets
> Task :app:mergeFullReleaseGeneratedProguardFiles
> Task :app:checkFullReleaseDuplicateClasses
> Task :app:processFullReleaseJavaRes NO-SOURCE
> Task :app:mergeFullReleaseJniLibFolders
> Task :app:mergeFullReleaseNativeLibs
> Task :app:stripFullReleaseDebugSymbols
> Task :app:mergeFullReleaseJavaResource
> Task :app:minifyFullReleaseWithR8
> Task :app:shrinkFullReleaseRes
> Task :app:packageFullRelease
> Task :app:assembleFullRelease
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1m 30s
24 actionable tasks: 24 executed
2021-09-19 23:16:59,299 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/org.fdroid.fdroid, universal_newlines=False, shell=None)
2021-09-19 23:16:59,302 INFO: Successfully built version 1.14-alpha1 of org.fdroid.fdroid from 261c671f4cad0dfb88f80ae22d6a8d493fd2e360
2021-09-19 23:16:59,904 DEBUG: AXML contains a RESOURCE MAP
2021-09-19 23:16:59,904 DEBUG: Start of Namespace mapping: prefix 100: 'android' --> uri 186: 'http://schemas.android.com/apk/res/android'
2021-09-19 23:16:59,907 DEBUG: Checking build/org.fdroid.fdroid/app/build/outputs/apk/full/release/app-full-release-unsigned.apk
2021-09-19 23:16:59,917 DEBUG: AXML contains a RESOURCE MAP
2021-09-19 23:16:59,917 DEBUG: Start of Namespace mapping: prefix 100: 'android' --> uri 186: 'http://schemas.android.com/apk/res/android'
2021-09-19 23:16:59,936 INFO: success: org.fdroid.fdroid
2021-09-19 23:16:59,936 INFO: Finished
2021-09-19 23:16:59,937 INFO: 1 build succeeded