log for com.topjohnwu.magisk:7
== Installed Android Tools ==
2023-12-04 20:00:51,117 DEBUG: Reading 'config.yml'
2023-12-04 20:00:51,131 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2023-12-04 20:00:51,132 INFO: Creating log directory
2023-12-04 20:00:51,132 INFO: Creating temporary directory
2023-12-04 20:00:51,132 INFO: Creating output directory
2023-12-04 20:00:51,162 DEBUG: Getting git vcs interface for https://github.com/topjohnwu/Magisk
2023-12-04 20:00:51,162 DEBUG: Checking com.topjohnwu.magisk:7
2023-12-04 20:00:51,163 INFO: Building version 1.0 (7) of com.topjohnwu.magisk
2023-12-04 20:00:51,163 INFO: Running 'sudo' commands in /home/vagrant
2023-12-04 20:00:51,163 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 [260 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 [167 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 (1007 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
2023-12-04 20:01:40,262 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2023-12-04 20:01:40,574 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-12-04 20:01:58,800 INFO: Getting source for revision 6c807d35b241c6a22b35534af8b6fe447a66f073
2023-12-04 20:01:58,805 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:01:58,805 DEBUG: > git rev-parse --show-toplevel
2023-12-04 20:01:59,027 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:01:59,027 DEBUG: > git submodule foreach --recursive git reset --hard
2023-12-04 20:02:03,253 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:03,257 DEBUG: > git reset --hard
2023-12-04 20:02:03,668 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:03,669 DEBUG: > git submodule foreach --recursive git clean -dffx
2023-12-04 20:02:04,281 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:04,282 DEBUG: > git clean -dffx
2023-12-04 20:02:04,393 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:04,393 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-12-04 20:02:05,407 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:05,408 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-12-04 20:02:06,020 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:06,021 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-12-04 20:02:06,633 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:06,633 DEBUG: > git remote set-head origin --auto
2023-12-04 20:02:07,346 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:07,346 DEBUG: > git checkout -f 6c807d35b241c6a22b35534af8b6fe447a66f073
2023-12-04 20:02:07,757 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:07,758 DEBUG: > git clean -dffx
2023-12-04 20:02:07,869 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:07,869 DEBUG: > git rev-parse --show-toplevel
2023-12-04 20:02:08,080 DEBUG: Directory: build/com.topjohnwu.magisk
2023-12-04 20:02:08,081 DEBUG: > git submodule deinit --all --force
2023-12-04 20:02:09,195 INFO: Creating local.properties file at build/com.topjohnwu.magisk/local.properties
2023-12-04 20:02:09,199 INFO: Creating local.properties file at build/com.topjohnwu.magisk/stub/local.properties
2023-12-04 20:02:09,200 DEBUG: Removing debuggable flags from build/com.topjohnwu.magisk/stub
2023-12-04 20:02:09,222 INFO: Removing specified files
2023-12-04 20:02:09,230 INFO: Removing tools
2023-12-04 20:02:09,245 INFO: Removing native
2023-12-04 20:02:09,328 INFO: Running 'prebuild' commands in build/com.topjohnwu.magisk/stub
2023-12-04 20:02:09,329 DEBUG: Directory: build/com.topjohnwu.magisk/stub
2023-12-04 20:02:09,329 DEBUG: > bash -e -u -o pipefail -x -c -- echo -e 'version=26.4' > ../config.prop; sed -i -e 's|"https://.*"|"https://f-droid.org/repo/com.topjohnwu.magisk_${Config.versionCode}.apk"|' -e '/versionCode/s/1/7/' build.gradle.kts
/etc/bash.bashrc: line 7: PS1: unbound variable
+ echo -e version=26.4
+ sed -i -e 's|"https://.*"|"https://f-droid.org/repo/com.topjohnwu.magisk_${Config.versionCode}.apk"|' -e /versionCode/s/1/7/ build.gradle.kts
2023-12-04 20:02:09,537 INFO: Cleaning Gradle project...
2023-12-04 20:02:09,538 DEBUG: Directory: build/com.topjohnwu.magisk/stub
2023-12-04 20:02:09,538 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 8.4 via distributionUrl
Downloading missing gradle version 8.4
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.4-bin.zip: OK
Running /opt/gradle/versions/8.4/bin/gradle clean
Welcome to Gradle 8.4!
Here are the highlights of this release:
- Compiling and testing with Java 21
- Faster Java compilation on Windows
- Role focused dependency configurations creation
For more details see https://docs.gradle.org/8.4/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.4/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:compileKotlin
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :stub:clean UP-TO-DATE
BUILD SUCCESSFUL in 3m 5s
5 actionable tasks: 4 executed, 1 up-to-date
2023-12-04 20:05:22,116 INFO: Scanning source for common problems...
2023-12-04 20:05:22,127 DEBUG: scanner is configured to use signature data from: 'suss'
2023-12-04 20:05:22,187 INFO: Ignoring DexClassLoader at app/shared/src/main/java/com/topjohnwu/magisk/utils/DynamicClassLoader.java
2023-12-04 20:05:22,193 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2023-12-04 20:05:22,195 INFO: Creating source tarball...
2023-12-04 20:05:22,832 INFO: Building Gradle project...
2023-12-04 20:05:22,833 DEBUG: Directory: build/com.topjohnwu.magisk/stub
2023-12-04 20:05:22,833 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 8.4 via distributionUrl
Running /opt/gradle/versions/8.4/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.4/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Task :buildSrc:compileKotlin FROM-CACHE
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
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 34 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 34 accepted.
Preparing "Install Android SDK Build-Tools 34 v.34.0.0".
"Install Android SDK Build-Tools 34 v.34.0.0" ready.
Installing Android SDK Build-Tools 34 in /opt/android-sdk/build-tools/34.0.0
"Install Android SDK Build-Tools 34 v.34.0.0" complete.
"Install Android SDK Build-Tools 34 v.34.0.0" 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:shared:preBuild UP-TO-DATE
> Task :app:shared:preReleaseBuild UP-TO-DATE
> Task :stub:preBuild UP-TO-DATE
> Task :stub:preReleaseBuild UP-TO-DATE
> Task :app:shared:generateReleaseResValues
> Task :app:shared:generateReleaseResources
> Task :stub:checkReleaseDuplicateClasses
> Task :stub:extractProguardFiles
> Task :stub:generateReleaseBuildConfig
> Task :stub:generateReleaseObfuscatedClass
> Task :app:shared:packageReleaseResources
> Task :stub:generateReleaseResValues FROM-CACHE
> Task :stub:javaPreCompileRelease
> Task :stub:mapReleaseSourceSetPaths
> Task :stub:generateReleaseResources UP-TO-DATE
> Task :stub:packageReleaseResources
> Task :app:shared:javaPreCompileRelease FROM-CACHE
> Task :app:shared:extractDeepLinksRelease
> Task :stub:createReleaseCompatibleScreenManifests
> Task :app:shared:writeReleaseAarMetadata
> Task :stub:extractDeepLinksRelease FROM-CACHE
> Task :app:shared:parseReleaseLocalResources
> Task :stub:processReleaseJavaRes NO-SOURCE
> Task :stub:parseReleaseLocalResources
> Task :stub:mergeReleaseShaders
> Task :stub:compileReleaseShaders NO-SOURCE
> Task :stub:generateReleaseAssets UP-TO-DATE
> Task :stub:mergeReleaseResources
> Task :stub:mergeReleaseJniLibFolders FROM-CACHE
> Task :app:shared:processReleaseManifest
> Task :stub:validateSigningRelease
> Task :stub:writeReleaseAppMetadata
> Task :app:shared:compileReleaseLibraryResources
> Task :app:shared:prepareReleaseArtProfile
> Task :stub:checkReleaseAarMetadata
> Task :app:shared:processReleaseJavaRes NO-SOURCE
> Task :app:shared:mergeReleaseShaders FROM-CACHE
> Task :app:shared:compileReleaseShaders NO-SOURCE
> Task :app:shared:generateReleaseAssets UP-TO-DATE
> Task :app:shared:packageReleaseAssets FROM-CACHE
> Task :app:shared:generateReleaseRFile
> Task :app:shared:mergeReleaseJniLibFolders FROM-CACHE
> Task :stub:processReleaseMainManifest
> Task :stub:releaseManifestProducer
> Task :stub:processReleaseManifest
> Task :stub:mergeReleaseArtProfile
> Task :stub:mergeReleaseAssets FROM-CACHE
> Task :stub:compressReleaseAssets
> Task :stub:writeReleaseSigningConfigVersions
> Task :stub:processReleaseManifestForPackage
> Task :stub:mergeReleaseJavaResource
> Task :stub:processReleaseResources
> Task :stub:optimizeReleaseResources
> Task :app:shared:compileReleaseJavaWithJavac
Note: /home/vagrant/build/com.topjohnwu.magisk/app/shared/src/main/java/com/topjohnwu/magisk/utils/APKInstall.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/vagrant/build/com.topjohnwu.magisk/app/shared/src/main/java/com/topjohnwu/magisk/StubApk.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :app:shared:mergeReleaseGeneratedProguardFiles
> Task :app:shared:exportReleaseConsumerProguardFiles
> Task :app:shared:mergeReleaseNativeLibs NO-SOURCE
> Task :app:shared:bundleLibCompileToJarRelease
> Task :app:shared:bundleLibRuntimeToJarRelease
> Task :app:shared:copyReleaseJniLibsProjectOnly
> Task :stub:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/vagrant/build/com.topjohnwu.magisk/stub/src/main/java/com/topjohnwu/magisk/DelegateComponentFactory.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :stub:lsparanoidRelease
> Task :stub:mergeReleaseGeneratedProguardFiles
> Task :stub:mergeReleaseNativeLibs NO-SOURCE
> Task :stub:stripReleaseDebugSymbols NO-SOURCE
> Task :stub:extractReleaseNativeSymbolTables NO-SOURCE
> Task :stub:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :stub:minifyReleaseWithR8
> Task :stub:compileReleaseArtProfile
> Task :stub:packageRelease
> Task :stub:commentRelease
> Task :stub:createReleaseApkListingFileRedirect
> Task :stub:assembleRelease
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 25s
59 actionable tasks: 50 executed, 9 from cache
2023-12-04 20:06:49,341 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/com.topjohnwu.magisk, universal_newlines=False, shell=None, istream=<valid stream>)
2023-12-04 20:06:49,358 INFO: Successfully built version 1.0 of com.topjohnwu.magisk from 6c807d35b241c6a22b35534af8b6fe447a66f073
2023-12-04 20:06:49,619 DEBUG: AXML contains a RESOURCE MAP
2023-12-04 20:06:49,619 DEBUG: Start of Namespace mapping: prefix 29: 'android' --> uri 58: 'http://schemas.android.com/apk/res/android'
2023-12-04 20:06:49,620 DEBUG: Checking build/com.topjohnwu.magisk/stub/build/outputs/apk/release/stub-release.apk
2023-12-04 20:06:49,621 DEBUG: AXML contains a RESOURCE MAP
2023-12-04 20:06:49,621 DEBUG: Start of Namespace mapping: prefix 29: 'android' --> uri 58: 'http://schemas.android.com/apk/res/android'
2023-12-04 20:06:49,622 INFO: success: com.topjohnwu.magisk
2023-12-04 20:06:49,623 INFO: Finished
2023-12-04 20:06:49,623 INFO: 1 build succeeded