log for de.varengold.activeTAN:41
== Installed Android Tools ==
2024-01-04 13:49:24,008 DEBUG: Reading 'config.yml'
2024-01-04 13:49:24,024 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2024-01-04 13:49:24,024 INFO: Creating log directory
2024-01-04 13:49:24,025 INFO: Creating temporary directory
2024-01-04 13:49:24,025 INFO: Creating output directory
2024-01-04 13:49:24,035 DEBUG: Getting git vcs interface for https://github.com/varengold/activeTAN-Android.git
2024-01-04 13:49:24,035 DEBUG: Checking de.varengold.activeTAN:41
2024-01-04 13:49:24,035 INFO: Building version 2023-09-25 (41) of de.varengold.activeTAN
2024-01-04 13:49:24,036 INFO: Running 'sudo' commands in /home/vagrant
2024-01-04 13:49:24,036 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c apt-get update; apt-get install -y openjdk-17-jdk-headless; update-alternatives --auto java
+ apt-get update
Get:1 https://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:2 https://debian.osuosl.org/debian bullseye InRelease [116 kB]
Get:3 https://security.debian.org/debian-security bullseye-security/main amd64 Packages [264 kB]
Get:4 https://security.debian.org/debian-security bullseye-security/main Translation-en [171 kB]
Get:5 https://debian.osuosl.org/debian bullseye-updates InRelease [44.1 kB]
Get:6 https://debian.osuosl.org/debian bullseye-backports InRelease [49.0 kB]
Get:7 https://debian.osuosl.org/debian bullseye/main amd64 Packages [8062 kB]
Get:8 https://debian.osuosl.org/debian bullseye/main Translation-en [6236 kB]
Get:9 https://debian.osuosl.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Get:10 https://debian.osuosl.org/debian bullseye-updates/main Translation-en [10.9 kB]
Get:11 https://debian.osuosl.org/debian bullseye-backports/main amd64 Packages [402 kB]
Get:12 https://debian.osuosl.org/debian bullseye-backports/main Translation-en [341 kB]
Fetched 15.8 MB in 19s (826 kB/s)
Reading package lists...
+ apt-get install -y openjdk-17-jdk-headless
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
openjdk-17-jre-headless
Suggested packages:
openjdk-17-demo openjdk-17-source libnss-mdns fonts-dejavu-extra
fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
| fonts-wqy-zenhei fonts-indic
The following NEW packages will be installed:
openjdk-17-jdk-headless openjdk-17-jre-headless
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 115 MB of archives.
After this operation, 271 MB of additional disk space will be used.
Get:1 https://security.debian.org/debian-security bullseye-security/main amd64 openjdk-17-jre-headless amd64 17.0.9+9-1~deb11u1 [43.7 MB]
Get:2 https://security.debian.org/debian-security bullseye-security/main amd64 openjdk-17-jdk-headless amd64 17.0.9+9-1~deb11u1 [71.2 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 115 MB in 4s (32.2 MB/s)
Selecting previously unselected package openjdk-17-jre-headless:amd64.
(Reading database ... 36771 files and directories currently installed.)
Preparing to unpack .../openjdk-17-jre-headless_17.0.9+9-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jre-headless:amd64 (17.0.9+9-1~deb11u1) ...
Selecting previously unselected package openjdk-17-jdk-headless:amd64.
Preparing to unpack .../openjdk-17-jdk-headless_17.0.9+9-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jdk-headless:amd64 (17.0.9+9-1~deb11u1) ...
Setting up openjdk-17-jre-headless:amd64 (17.0.9+9-1~deb11u1) ...
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
Setting up openjdk-17-jdk-headless:amd64 (17.0.9+9-1~deb11u1) ...
+ update-alternatives --auto java
update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
2024-01-04 13:50:15,955 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2024-01-04 13:50:16,267 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 37205 files and directories currently installed.)
Removing sudo (1.9.5p2-3+deb11u1) ...
Purging configuration files for sudo (1.9.5p2-3+deb11u1) ...
dpkg: warning: while removing sudo, directory '/etc/sudoers.d' not empty so not removed
2024-01-04 13:50:34,636 INFO: Getting source for revision 78dc423d4a0bab699462f34c6668ec6c01eba7d2
2024-01-04 13:50:34,637 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:34,638 DEBUG: > git rev-parse --show-toplevel
2024-01-04 13:50:34,850 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:34,850 DEBUG: > git submodule foreach --recursive git reset --hard
2024-01-04 13:50:35,663 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:35,663 DEBUG: > git reset --hard
2024-01-04 13:50:36,277 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:36,277 DEBUG: > git submodule foreach --recursive git clean -dffx
2024-01-04 13:50:36,388 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:36,389 DEBUG: > git clean -dffx
2024-01-04 13:50:36,500 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:36,501 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 -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch origin
2024-01-04 13:50:40,524 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:40,525 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 -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org remote prune origin
2024-01-04 13:50:41,038 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:41,038 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 -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch --prune --tags --force origin
2024-01-04 13:50:41,551 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:41,551 DEBUG: > git remote set-head origin --auto
2024-01-04 13:50:42,166 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:42,166 DEBUG: > git checkout -f 78dc423d4a0bab699462f34c6668ec6c01eba7d2
2024-01-04 13:50:42,377 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:42,378 DEBUG: > git clean -dffx
2024-01-04 13:50:42,489 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:42,489 DEBUG: > git rev-parse --show-toplevel
2024-01-04 13:50:42,701 DEBUG: Directory: build/de.varengold.activeTAN
2024-01-04 13:50:42,701 DEBUG: > git submodule deinit --all --force
2024-01-04 13:50:42,813 INFO: Creating local.properties file at build/de.varengold.activeTAN/local.properties
2024-01-04 13:50:42,814 INFO: Creating local.properties file at build/de.varengold.activeTAN/app/local.properties
2024-01-04 13:50:42,814 DEBUG: Removing debuggable flags from build/de.varengold.activeTAN/app
2024-01-04 13:50:42,843 INFO: Cleaning Gradle project...
2024-01-04 13:50:42,844 DEBUG: Directory: build/de.varengold.activeTAN/app
2024-01-04 13:50:42,844 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 8.0 via gradle plugin version 8.1
Downloading missing gradle version 8.0
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.0-bin.zip: OK
Running /opt/gradle/versions/8.0/bin/gradle clean
Welcome to Gradle 8.0!
For more details see https://docs.gradle.org/8.0/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 46s
1 actionable task: 1 up-to-date
2024-01-04 13:51:36,053 INFO: Scanning source for common problems...
2024-01-04 13:51:36,081 DEBUG: scanner is configured to use signature data from: 'suss'
2024-01-04 13:51:36,163 INFO: Creating source tarball...
2024-01-04 13:51:36,596 INFO: Building Gradle project...
2024-01-04 13:51:36,597 DEBUG: Directory: build/de.varengold.activeTAN/app
2024-01-04 13:51:36,597 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleVARRelease
Found 8.0 via gradle plugin version 8.1
Running /opt/gradle/versions/8.0/bin/gradle assembleVARRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Checking the license for package Android SDK Build-Tools 33.0.1 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 33.0.1 accepted.
Preparing "Install Android SDK Build-Tools 33.0.1 v.33.0.1".
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" ready.
Installing Android SDK Build-Tools 33.0.1 in /opt/android-sdk/build-tools/33.0.1
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" complete.
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" finished.
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
> Task :material-design-icons:preBuild UP-TO-DATE
> Task :material-design-icons:preReleaseBuild UP-TO-DATE
> Task :material-design-icons:mergeReleaseJniLibFolders
> Task :material-design-icons:mergeReleaseNativeLibs NO-SOURCE
> Task :material-design-icons:stripReleaseDebugSymbols NO-SOURCE
> Task :material-design-icons:copyReleaseJniLibsProjectAndLocalJars
> Task :material-design-icons:generateReleaseResValues
> Task :material-design-icons:extractDeepLinksForAarRelease
> Task :material-design-icons:generateReleaseBuildConfig
> Task :material-design-icons:generateReleaseResources
> Task :material-design-icons:packageReleaseResources
> Task :material-design-icons:javaPreCompileRelease
> Task :material-design-icons:mergeReleaseShaders
> Task :material-design-icons:compileReleaseShaders NO-SOURCE
> Task :material-design-icons:generateReleaseAssets UP-TO-DATE
> Task :material-design-icons:parseReleaseLocalResources
> Task :material-design-icons:packageReleaseAssets
> Task :material-design-icons:prepareLintJarForPublish
> Task :material-design-icons:prepareReleaseArtProfile
> Task :material-design-icons:processReleaseJavaRes NO-SOURCE
> Task :material-design-icons:processReleaseManifest
> Task :barcodescanner:preBuild UP-TO-DATE
> Task :barcodescanner:preReleaseBuild UP-TO-DATE
> Task :barcodescanner:mergeReleaseJniLibFolders
> Task :barcodescanner:mergeReleaseNativeLibs NO-SOURCE
> Task :barcodescanner:stripReleaseDebugSymbols NO-SOURCE
> Task :barcodescanner:copyReleaseJniLibsProjectAndLocalJars
> Task :material-design-icons:mergeReleaseJavaResource
> Task :barcodescanner:generateReleaseResValues
> Task :material-design-icons:writeReleaseAarMetadata
> Task :barcodescanner:extractDeepLinksForAarRelease
> Task :material-design-icons:generateReleaseRFile
> Task :barcodescanner:generateReleaseBuildConfig
> Task :material-design-icons:extractReleaseAnnotations
> Task :material-design-icons:compileReleaseJavaWithJavac
> Task :material-design-icons:mergeReleaseGeneratedProguardFiles
> Task :material-design-icons:mergeReleaseConsumerProguardFiles
> Task :material-design-icons:syncReleaseLibJars
> Task :material-design-icons:bundleReleaseLocalLintAar
> Task :barcodescanner:generateReleaseResources
> Task :barcodescanner:packageReleaseResources
> Task :barcodescanner:javaPreCompileRelease
> Task :barcodescanner:parseReleaseLocalResources
> Task :barcodescanner:processReleaseManifest
> Task :barcodescanner:mergeReleaseShaders
> Task :barcodescanner:compileReleaseShaders NO-SOURCE
> Task :barcodescanner:generateReleaseAssets UP-TO-DATE
> Task :barcodescanner:packageReleaseAssets
> Task :barcodescanner:prepareLintJarForPublish
> Task :barcodescanner:prepareReleaseArtProfile
> Task :barcodescanner:generateReleaseRFile
> Task :barcodescanner:extractProguardFiles
> Task :barcodescanner:extractReleaseAnnotations
> Task :barcodescanner:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :barcodescanner:mergeReleaseGeneratedProguardFiles
> Task :barcodescanner:mergeReleaseConsumerProguardFiles
> Task :barcodescanner:processReleaseJavaRes NO-SOURCE
> Task :barcodescanner:generateReleaseLibraryProguardRules
> Task :barcodescanner:mergeReleaseJavaResource
> Task :barcodescanner:writeReleaseAarMetadata
> Task :app:preBuild UP-TO-DATE
> Task :app:preVARReleaseBuild UP-TO-DATE
> Task :barcodescanner:minifyReleaseWithR8
> Task :app:dataBindingMergeDependencyArtifactsVARRelease
> Task :barcodescanner:syncReleaseLibJars
> Task :barcodescanner:bundleReleaseLocalLintAar
> Task :app:generateVARReleaseResValues
> Task :app:generateVARReleaseResources
> Task :app:packageVARReleaseResources
> Task :app:generateVARReleaseBuildConfig
> Task :app:parseVARReleaseLocalResources
> Task :app:mergeVARReleaseResources
> Task :app:javaPreCompileVARRelease
> Task :app:dataBindingGenBaseClassesVARRelease
> Task :app:mapVARReleaseSourceSetPaths
> Task :app:checkVARReleaseAarMetadata
> Task :app:createVARReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksVARRelease
> Task :barcodescanner:extractDeepLinksRelease
> Task :material-design-icons:extractDeepLinksRelease
> Task :app:processVARReleaseMainManifest
> Task :app:processVARReleaseManifest
> Task :material-design-icons:bundleLibCompileToJarRelease
> Task :app:extractProguardFiles
> Task :barcodescanner:bundleLibCompileToJarRelease
> Task :barcodescanner:bundleLibRuntimeToJarRelease
> Task :barcodescanner:writeReleaseLintModelMetadata
> Task :barcodescanner:createFullJarRelease
> Task :material-design-icons:bundleLibRuntimeToJarRelease
> Task :material-design-icons:writeReleaseLintModelMetadata
> Task :material-design-icons:createFullJarRelease
> Task :app:mergeVARReleaseJniLibFolders
> Task :barcodescanner:copyReleaseJniLibsProjectOnly
> Task :material-design-icons:copyReleaseJniLibsProjectOnly
> Task :material-design-icons:exportReleaseConsumerProguardFiles
> Task :app:mergeVARReleaseNativeLibs NO-SOURCE
> Task :app:stripVARReleaseDebugSymbols NO-SOURCE
> Task :app:extractVARReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeVARReleaseNativeDebugMetadata NO-SOURCE
> Task :barcodescanner:exportReleaseConsumerProguardFiles
> Task :app:checkVARReleaseDuplicateClasses
> Task :app:mergeVARReleaseArtProfile
> Task :app:mergeVARReleaseShaders
> Task :app:compileVARReleaseShaders NO-SOURCE
> Task :app:generateVARReleaseAssets UP-TO-DATE
> Task :app:mergeVARReleaseAssets
> Task :app:compressVARReleaseAssets
> Task :app:processApplicationManifestVARReleaseForBundle
> Task :app:collectVARReleaseDependencies
> Task :app:sdkVARReleaseDependencyData
> Task :app:writeVARReleaseAppMetadata
> Task :app:writeVARReleaseSigningConfigVersions
> Task :app:processVARReleaseManifestForPackage
> Task :app:bundleVARReleaseResources
> Task :app:processVARReleaseResources
> Task :app:compileVARReleaseJavaWithJavac
> Task :app:mergeVARReleaseGeneratedProguardFiles
> Task :app:processVARReleaseJavaRes
> Task :app:mergeVARReleaseJavaResource
> Task :app:lintVitalAnalyzeVARRelease
> Task :app:lintVitalReportVARRelease
> Task :app:lintVitalVARRelease
> Task :app:minifyVARReleaseWithR8
> Task :app:l8DexDesugarLibVARRelease
> Task :app:compileVARReleaseArtProfile
> Task :app:shrinkVARReleaseRes
> Task :app:optimizeVARReleaseResources
> Task :app:packageVARRelease
> Task :app:createVARReleaseApkListingFileRedirect
> Task :app:assembleVARRelease
BUILD SUCCESSFUL in 3m 15s
104 actionable tasks: 104 executed
2024-01-04 13:54:53,850 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/de.varengold.activeTAN, universal_newlines=False, shell=None, istream=<valid stream>)
2024-01-04 13:54:53,866 INFO: Successfully built version 2023-09-25 of de.varengold.activeTAN from 78dc423d4a0bab699462f34c6668ec6c01eba7d2
2024-01-04 13:54:54,135 DEBUG: AXML contains a RESOURCE MAP
2024-01-04 13:54:54,135 DEBUG: Start of Namespace mapping: prefix 43: 'android' --> uri 82: 'http://schemas.android.com/apk/res/android'
2024-01-04 13:54:54,137 DEBUG: Checking build/de.varengold.activeTAN/app/build/outputs/apk/VAR/release/app-VAR-release-unsigned.apk
2024-01-04 13:54:54,151 DEBUG: AXML contains a RESOURCE MAP
2024-01-04 13:54:54,152 DEBUG: Start of Namespace mapping: prefix 43: 'android' --> uri 82: 'http://schemas.android.com/apk/res/android'
2024-01-04 13:54:54,172 INFO: success: de.varengold.activeTAN
2024-01-04 13:54:54,173 INFO: Finished
2024-01-04 13:54:54,173 INFO: 1 build succeeded