log for cloud.pablos.overload:122
Traceback (most recent call last):
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 1053, in main
if trybuild(app, build, build_dir, output_dir, log_dir,
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 813, in trybuild
build_server(app, build, vcs, build_dir, output_dir, log_dir, force)
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 272, in build_server
raise BuildException(message.format(app.id, build.versionName),
fdroidserver.exception.BuildException: Build.py failed on server for cloud.pablos.overload:0.12.2
==== detail begin ====
== Installed Android Tools ==
2023-11-28 09:44:05,212 DEBUG: Reading 'config.yml'
2023-11-28 09:44:05,227 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2023-11-28 09:44:05,228 INFO: Creating log directory
2023-11-28 09:44:05,228 INFO: Creating temporary directory
2023-11-28 09:44:05,228 INFO: Creating output directory
2023-11-28 09:44:05,240 DEBUG: Getting git vcs interface for https://codeberg.org/pabloscloud/Overload.git
2023-11-28 09:44:05,241 DEBUG: Checking cloud.pablos.overload:122
2023-11-28 09:44:05,241 INFO: Building version 0.12.2 (122) of cloud.pablos.overload
2023-11-28 09:44:05,241 INFO: Running 'sudo' commands in /home/vagrant
2023-11-28 09:44:05,241 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 [259 kB]
Get:4 https://debian.osuosl.org/debian bullseye-updates InRelease [44.1 kB]
Get:5 https://security.debian.org/debian-security bullseye-security/main Translation-en [166 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 [17.7 kB]
Get:10 https://debian.osuosl.org/debian bullseye-updates/main Translation-en [10.1 kB]
Get:11 https://debian.osuosl.org/debian bullseye-backports/main amd64 Packages [404 kB]
Get:12 https://debian.osuosl.org/debian bullseye-backports/main Translation-en [343 kB]
Fetched 15.8 MB in 16s (1002 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 (30.8 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
2023-11-28 09:44:52,462 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2023-11-28 09:44:52,773 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
2023-11-28 09:45:09,908 INFO: Getting source for revision bb4109e3135186f9a3a290c19dc6093519bde250
2023-11-28 09:45:09,910 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:09,910 DEBUG: > git rev-parse --show-toplevel
2023-11-28 09:45:10,126 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:10,127 DEBUG: > git submodule foreach --recursive git reset --hard
2023-11-28 09:45:10,340 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:10,340 DEBUG: > git reset --hard
2023-11-28 09:45:10,652 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:10,653 DEBUG: > git submodule foreach --recursive git clean -dffx
2023-11-28 09:45:10,763 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:10,763 DEBUG: > git clean -dffx
2023-11-28 09:45:10,874 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:10,875 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
2023-11-28 09:45:11,989 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:11,990 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
2023-11-28 09:45:12,803 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:12,804 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
2023-11-28 09:45:13,717 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:13,717 DEBUG: > git remote set-head origin --auto
2023-11-28 09:45:14,731 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:14,732 DEBUG: > git checkout -f bb4109e3135186f9a3a290c19dc6093519bde250
2023-11-28 09:45:15,650 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:15,654 DEBUG: > git clean -dffx
2023-11-28 09:45:15,768 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:15,769 DEBUG: > git rev-parse --show-toplevel
2023-11-28 09:45:15,981 DEBUG: Directory: build/cloud.pablos.overload
2023-11-28 09:45:15,982 DEBUG: > git submodule deinit --all
2023-11-28 09:45:16,093 INFO: Creating local.properties file at build/cloud.pablos.overload/local.properties
2023-11-28 09:45:16,098 INFO: Creating local.properties file at build/cloud.pablos.overload/app/local.properties
2023-11-28 09:45:16,098 DEBUG: Removing debuggable flags from build/cloud.pablos.overload/app
2023-11-28 09:45:16,112 INFO: Cleaned build.gradle.kts of keysigning configs at build/cloud.pablos.overload/app/build.gradle.kts
2023-11-28 09:45:16,125 INFO: Cleaning Gradle project...
2023-11-28 09:45:16,126 DEBUG: Directory: build/cloud.pablos.overload/app
2023-11-28 09:45:16,126 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 8.2.1 via distributionUrl
Downloading missing gradle version 8.2.1
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.2.1-bin.zip: OK
Running /opt/gradle/versions/8.2.1/bin/gradle clean
Welcome to Gradle 8.2.1!
Here are the highlights of this release:
- Kotlin DSL: new reference documentation, assignment syntax by default
- Kotlin DSL is now the default with Gradle init
- Improved suggestions to resolve errors in console output
- Reduced sync memory consumption
For more details see https://docs.gradle.org/8.2.1/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
Configuration on demand is an incubating feature.
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 2m 28s
1 actionable task: 1 up-to-date
2023-11-28 09:47:50,944 INFO: Scanning source for common problems...
2023-11-28 09:47:50,975 DEBUG: scanner is configured to use signature data from: 'suss'
2023-11-28 09:47:51,019 INFO: Creating source tarball...
2023-11-28 09:47:51,435 INFO: Building Gradle project...
2023-11-28 09:47:51,435 DEBUG: Directory: build/cloud.pablos.overload/app
2023-11-28 09:47:51,436 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 8.2.1 via distributionUrl
Running /opt/gradle/versions/8.2.1/bin/gradle assembleRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
Configuration on demand is an incubating feature.
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.
Checking the license for package Android SDK Platform 34 in /opt/android-sdk/licenses
License for package Android SDK Platform 34 accepted.
Preparing "Install Android SDK Platform 34 (revision 2)".
"Install Android SDK Platform 34 (revision 2)" ready.
Installing Android SDK Platform 34 in /opt/android-sdk/platforms/android-34
"Install Android SDK Platform 34 (revision 2)" complete.
"Install Android SDK Platform 34 (revision 2)" 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 :app:buildKotlinToolingMetadata
> Task :app:checkKotlinGradlePluginConfigurationErrors
> Task :app:preBuild UP-TO-DATE
> Task :app:preReleaseBuild UP-TO-DATE
> Task :app:checkReleaseAarMetadata
> Task :app:generateReleaseResValues
> Task :app:mapReleaseSourceSetPaths
> Task :app:generateReleaseResources
> Task :app:packageReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:parseReleaseLocalResources
> Task :app:mergeReleaseResources
> Task :app:processReleaseMainManifest
/home/vagrant/build/cloud.pablos.overload/app/src/main/AndroidManifest.xml Warning:
provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present
> Task :app:processReleaseManifest
> Task :app:extractProguardFiles
> Task :app:javaPreCompileRelease
> Task :app:mergeReleaseJniLibFolders
> Task :app:mergeReleaseNativeLibs NO-SOURCE
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:extractReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:checkReleaseDuplicateClasses
> Task :app:mergeReleaseArtProfile
> Task :app:mergeReleaseShaders FROM-CACHE
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets FROM-CACHE
> Task :app:compressReleaseAssets
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:writeReleaseAppMetadata
> Task :app:writeReleaseSigningConfigVersions
> Task :app:processReleaseManifestForPackage
> Task :app:processReleaseResources
> Task :app:optimizeReleaseResources
> Task :app:kaptGenerateStubsReleaseKotlin
> Task :app:kaptReleaseKotlin
/home/vagrant/build/cloud.pablos.overload/app/build/tmp/kapt3/stubs/release/cloud/pablos/overload/data/item/ItemDatabase.java:5: warning: Schema export directory was not provided to the annotation processor so Room cannot export the schema. You can either provide `room.schemaLocation` annotation processor argument by applying the Room Gradle plugin (id 'androidx.room') OR set exportSchema to false.
public abstract class ItemDatabase extends androidx.room.RoomDatabase {
^
warning: The following options were not recognized by any processor: '[kapt.kotlin.generated, room.exportSchema]'
> Task :app:compileReleaseKotlin
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/MainActivity.kt:40:56 Unchecked cast: ItemViewModel to T
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTab.kt:7:27 'PreferenceManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTab.kt:63:29 'PreferenceManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTab.kt:63:47 'getDefaultSharedPreferences(Context!): SharedPreferences!' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTab.kt:385:30 'getParcelableExtra(String!): T?' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTabItem.kt:6:27 'PreferenceManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTabItem.kt:73:45 'PreferenceManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/cloud.pablos.overload/app/src/main/java/cloud/pablos/overload/ui/tabs/configurations/ConfigurationsTabItem.kt:73:63 'getDefaultSharedPreferences(Context!): SharedPreferences!' is deprecated. Deprecated in Java
> Task :app:compileReleaseJavaWithJavac
> Task :app:mergeReleaseGeneratedProguardFiles
> Task :app:processReleaseJavaRes
> Task :app:mergeReleaseJavaResource
> Task :app:lintVitalAnalyzeRelease
> Task :app:minifyReleaseWithR8
WARNING: /home/vagrant/build/cloud.pablos.overload/app/build/intermediates/merged_java_res/release/mergeReleaseJavaResource/base.jar: R8: Unexpected reference to missing service class: META-INF/services/javax.annotation.processing.Processor.
> Task :app:lintVitalReportRelease
> Task :app:lintVitalRelease
> Task :app:compileReleaseArtProfile
> Task :app:packageRelease
> Task :app:createReleaseApkListingFileRedirect
> Task :app:assembleRelease
BUILD SUCCESSFUL in 6m 26s
41 actionable tasks: 39 executed, 2 from cache
2023-11-28 09:54:18,429 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/cloud.pablos.overload, universal_newlines=False, shell=None, istream=<valid stream>)
2023-11-28 09:54:18,443 INFO: Successfully built version 0.12.2 of cloud.pablos.overload from bb4109e3135186f9a3a290c19dc6093519bde250
2023-11-28 09:54:18,723 DEBUG: AXML contains a RESOURCE MAP
2023-11-28 09:54:18,723 DEBUG: Start of Namespace mapping: prefix 33: 'android' --> uri 68: 'http://schemas.android.com/apk/res/android'
2023-11-28 09:54:18,725 DEBUG: Checking build/cloud.pablos.overload/app/build/outputs/apk/release/app-release-unsigned.apk
2023-11-28 09:54:18,740 DEBUG: AXML contains a RESOURCE MAP
2023-11-28 09:54:18,740 DEBUG: Start of Namespace mapping: prefix 33: 'android' --> uri 68: 'http://schemas.android.com/apk/res/android'
2023-11-28 09:54:18,765 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2023-11-28 09:54:18,765 INFO: ...retrieving https://codeberg.org/pabloscloud/Overload/releases/download/v.0.12.2/app-release.apk
2023-11-28 09:54:18,770 DEBUG: Starting new HTTPS connection (1): codeberg.org:443
2023-11-28 09:54:19,394 DEBUG: https://codeberg.org:443 "GET /pabloscloud/Overload/releases/download/v.0.12.2/app-release.apk HTTP/1.1" 200 3422914
2023-11-28 09:54:21,134 DEBUG: unsigned/binaries/cloud.pablos.overload_122.binary.apk: Verifies
Verified using v1 scheme (JAR signing): false
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Number of signers: 1
2023-11-28 09:54:21,281 INFO: ...NOT verified - /tmp/tmp4wmurb83/sigcp_cloud.pablos.overload_122.apk
2023-11-28 09:54:21,782 DEBUG: > diff -r /tmp/tmp4wmurb83/unsigned_binaries_cloud.pablos.overload_122.binary /tmp/tmp4wmurb83/unsigned_cloud.pablos.overload_122
2023-11-28 09:54:21,999 DEBUG: removing unsigned/cloud.pablos.overload_122.apk
2023-11-28 09:54:22,002 DEBUG: removing unsigned/binaries/cloud.pablos.overload_122.binary.apk
2023-11-28 09:54:22,135 ERROR: Could not build app cloud.pablos.overload: compared built binary to supplied reference binary but failed
==== detail begin ====
signature copying failed: APK Signing Block offset < central directory offset
Comparing reference APK to unsigned APK...
Unexpected diff output:
Binary files /tmp/tmp4wmurb83/unsigned_binaries_cloud.pablos.overload_122.binary/content/assets/dexopt/baseline.prof and /tmp/tmp4wmurb83/unsigned_cloud.pablos.overload_122/content/assets/dexopt/baseline.prof differ
Binary files /tmp/tmp4wmurb83/unsigned_binaries_cloud.pablos.overload_122.binary/content/classes.dex and /tmp/tmp4wmurb83/unsigned_cloud.pablos.overload_122/content/classes.dex differ
==== detail end ====
2023-11-28 09:54:22,135 DEBUG: Error encountered, stopping by user request.
==== detail end ====