log for app.simple.peri:922
== Installed Android Tools ==
2025-08-20 05:48:28,207 DEBUG: Reading 'config.yml'
2025-08-20 05:48:28,219 INFO: Creating log directory
2025-08-20 05:48:28,219 INFO: Creating temporary directory
2025-08-20 05:48:28,220 INFO: Creating output directory
2025-08-20 05:48:28,299 DEBUG: Getting git vcs interface for https://github.com/Hamza417/Peristyle.git
2025-08-20 05:48:28,300 DEBUG: Checking app.simple.peri:922
2025-08-20 05:48:28,300 INFO: Building version v9.2.2 (922) of app.simple.peri
2025-08-20 05:48:28,305 DEBUG: Popen(['git', 'log', '-n', '1', '--pretty=%ct'], cwd=/home/vagrant/build/app.simple.peri, universal_newlines=False, shell=None, istream=None)
2025-08-20 05:48:28,326 INFO: Running 'sudo' commands in /home/vagrant
2025-08-20 05:48:28,326 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c export CPUS_MAX=16; export CPUS=$(getconf _NPROCESSORS_ONLN); for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online ; done
+ export CPUS_MAX=16
+ CPUS_MAX=16
++ getconf _NPROCESSORS_ONLN
+ export CPUS=20
+ CPUS=20
+ (( c=16 ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
+ echo 0
+ (( c++ ))
+ (( c<20 ))
2025-08-20 05:48:28,634 DEBUG: > sudo passwd --lock root
passwd: password changed.
2025-08-20 05:48:29,844 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64069 files and directories currently installed.)
Removing sudo (1.9.13p3-1+deb12u2) ...
Purging configuration files for sudo (1.9.13p3-1+deb12u2) ...
dpkg: warning: while removing sudo, directory '/etc/sudoers.d' not empty so not removed
Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-08-20 05:48:52,809 INFO: Getting source for revision da9efc9d0dc105a48d0dd0d39e4fab611598af57
2025-08-20 05:48:52,814 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:52,814 DEBUG: > git rev-parse --show-toplevel
2025-08-20 05:48:53,022 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:53,022 DEBUG: > git submodule foreach --recursive git reset --hard
2025-08-20 05:48:53,226 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:53,226 DEBUG: > git reset --hard
2025-08-20 05:48:53,731 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:53,731 DEBUG: > git submodule foreach --recursive git clean -dffx
2025-08-20 05:48:53,834 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:53,834 DEBUG: > git clean -dffx
2025-08-20 05:48:53,937 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:53,937 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 --prune-tags --force origin
2025-08-20 05:48:54,742 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:54,743 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
2025-08-20 05:48:55,347 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:55,347 DEBUG: > git remote set-head origin --auto
2025-08-20 05:48:56,052 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:56,052 DEBUG: > git checkout -f da9efc9d0dc105a48d0dd0d39e4fab611598af57
2025-08-20 05:48:56,757 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:56,757 DEBUG: > git clean -dffx
2025-08-20 05:48:56,860 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:56,860 DEBUG: > git rev-parse --show-toplevel
2025-08-20 05:48:57,064 DEBUG: Directory: build/app.simple.peri
2025-08-20 05:48:57,064 DEBUG: > git submodule deinit --all --force
2025-08-20 05:48:57,167 INFO: Creating local.properties file at build/app.simple.peri/local.properties
2025-08-20 05:48:57,170 INFO: Creating local.properties file at build/app.simple.peri/app/local.properties
2025-08-20 05:48:57,170 DEBUG: Removing debuggable flags from build/app.simple.peri/app
2025-08-20 05:48:57,190 INFO: Cleaned build.gradle of keysigning configs at build/app.simple.peri/app/build.gradle
2025-08-20 05:48:57,200 INFO: Running 'prebuild' commands in build/app.simple.peri/app
2025-08-20 05:48:57,200 DEBUG: Directory: build/app.simple.peri/app
2025-08-20 05:48:57,200 DEBUG: > bash -e -u -o pipefail -x -c -- sed -i -e '/signingConfigs/,+1d' build.gradle
/etc/bash.bashrc: line 7: PS1: unbound variable
+ sed -i -e /signingConfigs/,+1d build.gradle
2025-08-20 05:48:57,403 INFO: Cleaning Gradle project...
2025-08-20 05:48:57,404 DEBUG: Directory: build/app.simple.peri/app
2025-08-20 05:48:57,404 DEBUG: > /usr/local/bin/gradlew-fdroid clean
Found 8.13 via distributionUrl
Downloading missing gradle version 8.13
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.13-bin.zip: OK
Running /opt/gradle/versions/8.13/bin/gradle clean
Welcome to Gradle 8.13!
Here are the highlights of this release:
- Daemon JVM auto-provisioning
- Enhancements for Scala plugin and JUnit testing
- Improvements for build authors and plugin developers
For more details see https://docs.gradle.org/8.13/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.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Task :app:clean UP-TO-DATE
[Incubating] Problems report is available at: file:///home/vagrant/build/app.simple.peri/build/reports/problems/problems-report.html
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.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 30s
1 actionable task: 1 up-to-date
2025-08-20 05:50:35,717 INFO: Scanning source for common problems...
2025-08-20 05:50:35,749 DEBUG: scanner is configured to use signature data from: 'suss'
2025-08-20 05:50:35,750 DEBUG: downloading 'https://fdroid.gitlab.io/fdroid-suss/suss.json'
2025-08-20 05:50:36,371 DEBUG: write 'suss.json' to cache
2025-08-20 05:50:36,374 DEBUG: next suss.json cache update due in 23:59:59.986210
2025-08-20 05:50:36,524 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar
2025-08-20 05:50:36,587 INFO: Creating source tarball...
2025-08-20 05:50:39,077 INFO: Building Gradle project...
2025-08-20 05:50:39,077 DEBUG: Directory: build/app.simple.peri/app
2025-08-20 05:50:39,077 DEBUG: > /usr/local/bin/gradlew-fdroid assembleProdRelease
Found 8.13 via distributionUrl
Running /opt/gradle/versions/8.13/bin/gradle assembleProdRelease
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.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
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 35 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 35 accepted.
Preparing "Install Android SDK Build-Tools 35 v.35.0.0".
"Install Android SDK Build-Tools 35 v.35.0.0" ready.
Installing Android SDK Build-Tools 35 in /opt/android-sdk/build-tools/35.0.0
"Install Android SDK Build-Tools 35 v.35.0.0" complete.
"Install Android SDK Build-Tools 35 v.35.0.0" finished.
Checking the license for package Android SDK Platform 36 in /opt/android-sdk/licenses
License for package Android SDK Platform 36 accepted.
Preparing "Install Android SDK Platform 36 (revision 2)".
"Install Android SDK Platform 36 (revision 2)" ready.
Installing Android SDK Platform 36 in /opt/android-sdk/platforms/android-36
"Install Android SDK Platform 36 (revision 2)" complete.
"Install Android SDK Platform 36 (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
[========= ] 25%
[========= ] 25% Fetch remote repository...
[=======================================] 100% Fetch remote repository...
> Task :app:preBuild UP-TO-DATE
> Task :app:preProdReleaseBuild UP-TO-DATE
> Task :app:mergeProdReleaseJniLibFolders
> Task :app:mergeProdReleaseNativeLibs
> Task :app:checkProdReleaseDuplicateClasses
> Task :app:stripProdReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so. Run with --info option to learn more.
> Task :app:extractProdReleaseNativeSymbolTables
> Task :app:mergeProdReleaseArtProfile
> Task :app:buildKotlinToolingMetadata
> Task :app:mergeProdReleaseNativeDebugMetadata NO-SOURCE
> Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :app:generateProdReleaseResValues
> Task :app:dataBindingMergeDependencyArtifactsProdRelease
> Task :app:generateProdReleaseResources
> Task :app:packageProdReleaseResources
> Task :app:mergeProdReleaseResources
> Task :app:generateProdReleaseBuildConfig
> Task :app:parseProdReleaseLocalResources
> Task :app:checkProdReleaseAarMetadata
> Task :app:dataBindingGenBaseClassesProdRelease
> Task :app:mapProdReleaseSourceSetPaths
> Task :app:createProdReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksProdRelease
> Task :app:processProdReleaseMainManifest
> Task :app:processProdReleaseManifest
> Task :app:javaPreCompileProdRelease
> Task :app:extractProguardFiles
> Task :app:processProdReleaseManifestForPackage
> Task :app:mergeProdReleaseStartupProfile
> Task :app:mergeProdReleaseShaders
> Task :app:compileProdReleaseShaders NO-SOURCE
> Task :app:generateProdReleaseAssets UP-TO-DATE
> Task :app:mergeProdReleaseAssets
> Task :app:compressProdReleaseAssets
> Task :app:extractProdReleaseVersionControlInfo
> Task :app:writeProdReleaseAppMetadata
> Task :app:writeProdReleaseSigningConfigVersions
> Task :app:processProdReleaseResources
> Task :app:kspProdReleaseKotlin
w: [ksp] LibraryGlideModules [] are included more than once, keeping only one!
> Task :app:compileProdReleaseKotlin
> Task :app:compileProdReleaseJavaWithJavac
Note: /home/vagrant/build/app.simple.peri/app/src/main/java/app/simple/peri/utils/SDCard.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :app:hiltAggregateDepsProdRelease
> Task :app:hiltJavaCompileProdRelease
Note: /home/vagrant/build/app.simple.peri/app/build/generated/hilt/component_sources/prodRelease/app/simple/peri/application/Hilt_PeriApplication.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :app:processProdReleaseJavaRes
> Task :app:transformProdReleaseClassesWithAsm
> Task :app:mergeProdReleaseGeneratedProguardFiles
> Task :app:mergeProdReleaseJavaResource
> Task :app:expandProdReleaseArtProfileWildcards
> Task :app:generateProdReleaseLintVitalReportModel
> Task :app:minifyProdReleaseWithR8
> Task :app:lintVitalAnalyzeProdRelease
> Task :app:lintVitalReportProdRelease
> Task :app:lintVitalProdRelease
> Task :app:convertShrunkResourcesToBinaryProdRelease
> Task :app:compileProdReleaseArtProfile
> Task :app:optimizeProdReleaseResources
> Task :app:packageProdRelease
> Task :app:createProdReleaseApkListingFileRedirect
> Task :app:assembleProdRelease
[Incubating] Problems report is available at: file:///home/vagrant/build/app.simple.peri/build/reports/problems/problems-report.html
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.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 9m 19s
52 actionable tasks: 52 executed
2025-08-20 05:59:59,910 INFO: Successfully built version v9.2.2 of app.simple.peri from da9efc9d0dc105a48d0dd0d39e4fab611598af57
2025-08-20 05:59:59,914 INFO: Running 'postbuild' commands in build/app.simple.peri/app
2025-08-20 05:59:59,915 DEBUG: Directory: build/app.simple.peri/app
2025-08-20 05:59:59,915 DEBUG: > bash -e -u -o pipefail -x -c curl -Lo upstream.apk https://github.com/Hamza417/Peristyle/releases/download/v9.2.2/app-prod-release.apk; unzip -q upstream.apk -d apk; export hash=$(sha256sum apk/assets/dexopt/baseline.prof); rm -rf apk upstream.apk; for i in {1..10}; do unzip -q /home/vagrant/build/app.simple.peri/app/build/outputs/apk/prod/release/app-prod-release-unsigned.apk -d apk; sha256sum -c - <<< $hash && break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean assembleProdRelease; done
/etc/bash.bashrc: line 7: PS1: unbound variable
+ curl -Lo upstream.apk https://github.com/Hamza417/Peristyle/releases/download/v9.2.2/app-prod-release.apk
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3708k 100 3708k 0 0 5821k 0 --:--:-- --:--:-- --:--:-- 21.8M
+ unzip -q upstream.apk -d apk
++ sha256sum apk/assets/dexopt/baseline.prof
+ export 'hash=b3e01bf6f71269c5f8925665275bf32d0a833e1b941d196c64e7ef3a9e6fc460 apk/assets/dexopt/baseline.prof'
+ hash='b3e01bf6f71269c5f8925665275bf32d0a833e1b941d196c64e7ef3a9e6fc460 apk/assets/dexopt/baseline.prof'
+ rm -rf apk upstream.apk
+ for i in {1..10}
+ unzip -q /home/vagrant/build/app.simple.peri/app/build/outputs/apk/prod/release/app-prod-release-unsigned.apk -d apk
+ sha256sum -c -
apk/assets/dexopt/baseline.prof: OK
+ break
2025-08-20 06:00:01,537 DEBUG: Checking build/app.simple.peri/app/build/outputs/apk/prod/release/app-prod-release-unsigned.apk
2025-08-20 06:00:01,562 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2025-08-20 06:00:01,562 INFO: ...retrieving https://github.com/Hamza417/Peristyle/releases/download/v9.2.2/app-prod-release.apk
2025-08-20 06:00:01,595 DEBUG: Starting new HTTPS connection (1): github.com:443
2025-08-20 06:00:01,784 DEBUG: https://github.com:443 "GET /Hamza417/Peristyle/releases/download/v9.2.2/app-prod-release.apk HTTP/1.1" 302 0
2025-08-20 06:00:01,788 DEBUG: Starting new HTTPS connection (1): release-assets.githubusercontent.com:443
2025-08-20 06:00:01,892 DEBUG: https://release-assets.githubusercontent.com:443 "GET /github-production-release-asset/667998169/ec1bd77d-4758-42fe-92ae-1685972c159c?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-08-20T06%3A33%3A04Z&rscd=attachment%3B+filename%3Dapp-prod-release.apk&rsct=application%2Fvnd.android.package-archive&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-08-20T05%3A32%3A12Z&ske=2025-08-20T06%3A33%3A04Z&sks=b&skv=2018-11-09&sig=0hh5UkVX4nuOcEmG4RGH6XSL%2B86VdjSJSj%2B7%2F7%2BXJHs%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc1NTY2OTkwMSwibmJmIjoxNzU1NjY5NjAxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.KpgoR6HMfVGyeYp9PNhFCNVvVNxbgGz7dHw4V-pIASE&response-content-disposition=attachment%3B%20filename%3Dapp-prod-release.apk&response-content-type=application%2Fvnd.android.package-archive HTTP/1.1" 200 3797564
2025-08-20 06:00:02,849 DEBUG: unsigned/binaries/app.simple.peri_922.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
Verified using v4 scheme (APK Signature Scheme v4): false
Verified for SourceStamp: false
Number of signers: 1
2025-08-20 06:00:03,638 DEBUG: /tmp/tmpdbjij24l/sigcp_app.simple.peri_922.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
Verified using v4 scheme (APK Signature Scheme v4): false
Verified for SourceStamp: false
Number of signers: 1
2025-08-20 06:00:03,638 INFO: ...successfully verified
2025-08-20 06:00:03,638 INFO: compared built binary to supplied reference binary successfully
2025-08-20 06:00:03,739 WARNING: Requested API level 36 is larger than maximum we have, returning API level 28 instead.
2025-08-20 06:00:03,757 DEBUG: Using APK Signature v2
2025-08-20 06:00:03,759 INFO: supplied reference binary has allowed signer 4a3f711142250805c7bb5c0a5a3287631bdb948816e6f4afc9524d0eb46b6b1b
2025-08-20 06:00:03,761 INFO: success: app.simple.peri
2025-08-20 06:00:03,761 INFO: Finished
2025-08-20 06:00:03,761 INFO: 1 build succeeded