log for com.moimob.drinkable:12700
== Installed Android Tools ==
2023-05-24 13:25:00,390 DEBUG: Reading 'config.yml'
2023-05-24 13:25:00,407 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2023-05-24 13:25:00,408 INFO: Creating log directory
2023-05-24 13:25:00,435 INFO: Creating temporary directory
2023-05-24 13:25:00,435 INFO: Creating output directory
2023-05-24 13:25:00,634 DEBUG: Getting git vcs interface for https://github.com/MOIMOB/drinkable.git
2023-05-24 13:25:00,634 DEBUG: Checking com.moimob.drinkable:12700
2023-05-24 13:25:00,635 INFO: Building version 1.27.0 (12700) of com.moimob.drinkable
2023-05-24 13:25:00,635 INFO: Running 'sudo' commands in /home/vagrant
2023-05-24 13:25:00,636 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c apt-get update; apt-get install -y openjdk-17-jdk-headless; update-java-alternatives -a; curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz; echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz" | sha256sum -c -; tar xzf node.tar.gz --strip-components=1 -C /usr/local/; sysctl fs.inotify.max_user_watches=524288 || true
+ 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://debian.osuosl.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 https://debian.osuosl.org/debian bullseye-backports InRelease [49.0 kB]
Get:5 https://security.debian.org/debian-security bullseye-security/main amd64 Packages [244 kB]
Get:6 https://security.debian.org/debian-security bullseye-security/main Translation-en [160 kB]
Get:7 https://debian.osuosl.org/debian bullseye/main amd64 Packages [8183 kB]
Get:8 https://debian.osuosl.org/debian bullseye/main Translation-en [6240 kB]
Get:9 https://debian.osuosl.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
Get:10 https://debian.osuosl.org/debian bullseye-updates/main Translation-en [7929 B]
Get:11 https://debian.osuosl.org/debian bullseye-backports/main amd64 Packages [420 kB]
Get:12 https://debian.osuosl.org/debian bullseye-backports/main Translation-en [351 kB]
Fetched 15.9 MB in 8s (1948 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 278 MB of archives.
After this operation, 436 MB of additional disk space will be used.
Get:1 https://debian.osuosl.org/debian bullseye/main amd64 openjdk-17-jre-headless amd64 17.0.6+10-1~deb11u1 [43.5 MB]
Get:2 https://debian.osuosl.org/debian bullseye/main amd64 openjdk-17-jdk-headless amd64 17.0.6+10-1~deb11u1 [234 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 278 MB in 27s (10.2 MB/s)
Selecting previously unselected package openjdk-17-jre-headless:amd64.
(Reading database ... 36749 files and directories currently installed.)
Preparing to unpack .../openjdk-17-jre-headless_17.0.6+10-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jre-headless:amd64 (17.0.6+10-1~deb11u1) ...
Selecting previously unselected package openjdk-17-jdk-headless:amd64.
Preparing to unpack .../openjdk-17-jdk-headless_17.0.6+10-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jdk-headless:amd64 (17.0.6+10-1~deb11u1) ...
Setting up openjdk-17-jre-headless:amd64 (17.0.6+10-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.6+10-1~deb11u1) ...
+ update-java-alternatives -a
update-alternatives: error: no alternatives for jconsole
+ curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
86 32.2M 86 27.7M 0 0 36.0M 0 --:--:-- --:--:-- --:--:-- 35.9M
100 32.2M 100 32.2M 0 0 36.7M 0 --:--:-- --:--:-- --:--:-- 36.7M
+ echo 'da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz'
+ sha256sum -c -
node.tar.gz: OK
+ tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ sysctl fs.inotify.max_user_watches=524288
fs.inotify.max_user_watches = 524288
2023-05-24 13:26:18,394 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2023-05-24 13:26:18,814 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 37183 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-05-24 13:26:30,136 INFO: Getting source for revision 8f59e3fe5fe49026128abc4968fe135809db0895
2023-05-24 13:26:30,137 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:30,137 DEBUG: > git rev-parse --show-toplevel
2023-05-24 13:26:30,352 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:30,352 DEBUG: > git submodule foreach --recursive git reset --hard
2023-05-24 13:26:30,564 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:30,564 DEBUG: > git reset --hard
2023-05-24 13:26:30,976 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:30,977 DEBUG: > git submodule foreach --recursive git clean -dffx
2023-05-24 13:26:31,088 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:31,088 DEBUG: > git clean -dffx
2023-05-24 13:26:31,200 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:31,200 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-05-24 13:26:32,114 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:32,114 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-05-24 13:26:32,928 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:32,928 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-05-24 13:26:33,541 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:33,541 DEBUG: > git remote set-head origin --auto
2023-05-24 13:26:34,254 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:34,255 DEBUG: > git checkout -f 8f59e3fe5fe49026128abc4968fe135809db0895
2023-05-24 13:26:34,666 DEBUG: Directory: build/com.moimob.drinkable
2023-05-24 13:26:34,667 DEBUG: > git clean -dffx
2023-05-24 13:26:34,778 INFO: Creating local.properties file at build/com.moimob.drinkable/local.properties
2023-05-24 13:26:34,779 INFO: Creating local.properties file at build/com.moimob.drinkable/android/local.properties
2023-05-24 13:26:34,780 INFO: Creating local.properties file at build/com.moimob.drinkable/android/app/local.properties
2023-05-24 13:26:34,780 DEBUG: Removing debuggable flags from build/com.moimob.drinkable/android/app
2023-05-24 13:26:34,825 INFO: Running 'prebuild' commands in build/com.moimob.drinkable/android/app
2023-05-24 13:26:34,826 DEBUG: Directory: build/com.moimob.drinkable/android/app
2023-05-24 13:26:34,826 DEBUG: > bash -e -u -o pipefail -x -c -- echo SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJhYXVzZnd4ZWhjaGd0dGpjZmZtIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NjI4MDA2NzAsImV4cCI6MTk3ODM3NjY3MH0.10YASNXEVnPoCBv2S7772K5rsJZtlQIU1xhd1Pn2P9A > ../../.env; echo ADMOB_APP_ID="deadbeef" > ../local.properties; sed -i -e '/google-services/d' ../build.gradle; pushd ../..; npm ci; npm run build; npx cap telemetry off; npx cap update; popd
/etc/bash.bashrc: line 7: PS1: unbound variable
+ echo SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJhYXVzZnd4ZWhjaGd0dGpjZmZtIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NjI4MDA2NzAsImV4cCI6MTk3ODM3NjY3MH0.10YASNXEVnPoCBv2S7772K5rsJZtlQIU1xhd1Pn2P9A
+ echo ADMOB_APP_ID=deadbeef
+ sed -i -e /google-services/d ../build.gradle
+ pushd ../..
~/build/com.moimob.drinkable ~/build/com.moimob.drinkable/android/app
+ npm ci
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
added 1809 packages, and audited 1810 packages in 1m
218 packages are looking for funding
run `npm fund` for details
7 high severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
npm notice
npm notice New major version of npm available! 8.15.0 -> 9.6.7
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.7>
npm notice Run `npm install -g npm@9.6.7` to update!
npm notice
+ npm run build
> drinkable@0.1.0 build
> webpack --env production --env store=fdroid && npx cap copy
(node:1347) [DEP_WEBPACK_MODULE_ISSUER] DeprecationWarning: Module.issuer: Use new ModuleGraph API
(Use `node --trace-deprecation ...` to show where the warning was created)
assets by path images/*.jpg 9.73 MiB
assets by status 1010 KiB [big] 3 assets
+ 142 assets
assets by path locales/ 81.9 KiB 23 assets
assets by info 985 KiB [immutable]
assets by chunk 661 KiB (id hint: vendors) 15 assets
+ 6 assets
assets by path images/*.png 94.8 KiB
asset images/aquafaba_gin_fizz.png 56.5 KiB [emitted] [from: static/images/aquafaba_gin_fizz.png] [copied]
asset images/barracuda.png 35.5 KiB [emitted] [from: static/images/barracuda.png] [copied]
asset images/no-image.png 2.74 KiB [emitted] [from: static/images/no-image.png] [copied]
assets by path *.html 8.96 KiB
asset app-privacy-policy.html 7.27 KiB [emitted] [from: static/app-privacy-policy.html] [copied]
asset index.html 1.69 KiB [emitted]
asset favicon.ico 14.7 KiB [emitted] [from: static/favicon.ico] [copied]
Entrypoint app [big] 969 KiB = 20 assets
orphan modules 96.6 KiB (javascript) 3.53 KiB (runtime) [orphan] 42 modules
runtime modules 9.31 KiB 16 modules
javascript modules 1.86 MiB
modules by path ./node_modules/ 1.56 MiB 131 modules
modules by path ./src/ 313 KiB 80 modules
css modules 77.3 KiB
css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/main.scss 73.4 KiB [built] [code generated]
css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/dialog.scss 2.75 KiB [built] [code generated]
css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/toastify-js/src/toastify.css 1.16 KiB [built] [code generated]
./static/images/no-image.png 3.7 KiB [built] [code generated]
./node_modules/websocket/package.json 1.06 KiB [built] [code generated]
webpack 5.82.1 compiled successfully in 37117 ms
[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
✔ Copying web assets from dist to android/app/src/main/assets/public in 433.81ms
✔ Creating capacitor.config.json in android/app/src/main/assets in 5.29ms
✔ copy android in 568.50ms
✔ copy web in 31.65ms
+ npx cap telemetry off
[success] You have opted out of telemetry on this machine.
+ npx cap update
[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
✔ Updating Android plugins in 61.72ms
[info] Found 2 Capacitor plugins for android:
@capacitor/app@5.0.2
@capacitor/preferences@5.0.2
✔ update android in 190.04ms
✔ update web in 1.79ms
[info] Update finished in 0.195s
+ popd
~/build/com.moimob.drinkable/android/app
2023-05-24 13:28:35,829 INFO: Cleaning Gradle project...
2023-05-24 13:28:35,830 DEBUG: Directory: build/com.moimob.drinkable/android/app
2023-05-24 13:28:35,831 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 8.0.2 via distributionUrl
Downloading missing gradle version 8.0.2
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.0.2-bin.zip: OK
Running /opt/gradle/versions/8.0.2/bin/gradle clean
Welcome to Gradle 8.0.2!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.2/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.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :app
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
> Configure project :capacitor-cordova-android-plugins
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 1m 2s
1 actionable task: 1 up-to-date
2023-05-24 13:29:44,606 INFO: Scanning source for common problems...
2023-05-24 13:29:44,641 DEBUG: scanner is configured to use signature data from: 'suss'
2023-05-24 13:29:44,680 INFO: Removing gradle-wrapper.jar at android/gradle/wrapper/gradle-wrapper.jar
2023-05-24 13:29:45,471 INFO: Removing gzip file archive at node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
2023-05-24 13:29:45,471 INFO: Ignoring gzip file archive at node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
2023-05-24 13:29:45,472 INFO: Removing gzip file archive at node_modules/@capacitor/cli/assets/ios-template.tar.gz
2023-05-24 13:29:45,472 INFO: Removing gzip file archive at node_modules/@capacitor/cli/assets/android-template.tar.gz
2023-05-24 13:29:47,483 INFO: Creating source tarball...
2023-05-24 13:30:52,798 INFO: Building Gradle project...
2023-05-24 13:30:52,799 DEBUG: Directory: build/com.moimob.drinkable/android/app
2023-05-24 13:30:52,799 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleRelease
Found 8.0.2 via distributionUrl
Running /opt/gradle/versions/8.0.2/bin/gradle assembleRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :app
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
> Configure project :capacitor-cordova-android-plugins
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
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 :capacitor-app:preBuild UP-TO-DATE
> Task :capacitor-app:preReleaseBuild UP-TO-DATE
> Task :capacitor-app:mergeReleaseJniLibFolders
> Task :capacitor-app:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-app:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-app:generateReleaseResValues
> Task :capacitor-app:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-app:extractDeepLinksForAarRelease
> Task :capacitor-android:preBuild UP-TO-DATE
> Task :capacitor-android:preReleaseBuild UP-TO-DATE
> Task :capacitor-android:generateReleaseResValues
> Task :capacitor-android:generateReleaseResources
> Task :capacitor-android:packageReleaseResources
> Task :capacitor-app:generateReleaseResources
> Task :capacitor-android:javaPreCompileRelease
> Task :capacitor-app:packageReleaseResources
> Task :capacitor-android:parseReleaseLocalResources
> Task :capacitor-app:parseReleaseLocalResources
> Task :capacitor-app:javaPreCompileRelease
> Task :capacitor-app:mergeReleaseShaders
> Task :capacitor-app:compileReleaseShaders NO-SOURCE
> Task :capacitor-app:generateReleaseAssets UP-TO-DATE
> Task :capacitor-app:processReleaseManifest
> Task :capacitor-android:processReleaseManifest
> Task :capacitor-app:packageReleaseAssets
> Task :capacitor-app:prepareReleaseArtProfile
> Task :capacitor-app:prepareLintJarForPublish
> Task :capacitor-app:processReleaseJavaRes NO-SOURCE
> Task :capacitor-android:generateReleaseRFile
> Task :capacitor-app:generateReleaseRFile
> Task :capacitor-app:mergeReleaseJavaResource
> Task :capacitor-android:compileReleaseJavaWithJavac
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :capacitor-preferences:preBuild UP-TO-DATE
> Task :capacitor-preferences:preReleaseBuild UP-TO-DATE
> Task :capacitor-preferences:mergeReleaseJniLibFolders
> Task :capacitor-preferences:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-android:bundleLibCompileToJarRelease
> Task :capacitor-app:writeReleaseAarMetadata
> Task :capacitor-app:extractReleaseAnnotations
> Task :capacitor-app:compileReleaseJavaWithJavac
> Task :capacitor-app:mergeReleaseGeneratedProguardFiles
> Task :capacitor-app:mergeReleaseConsumerProguardFiles
> Task :capacitor-app:syncReleaseLibJars
> Task :capacitor-app:bundleReleaseLocalLintAar
> Task :capacitor-preferences:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-preferences:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-preferences:generateReleaseResValues
> Task :capacitor-preferences:extractDeepLinksForAarRelease
> Task :capacitor-preferences:generateReleaseResources
> Task :capacitor-preferences:packageReleaseResources
> Task :capacitor-preferences:parseReleaseLocalResources
> Task :capacitor-preferences:javaPreCompileRelease
> Task :capacitor-preferences:processReleaseManifest
> Task :capacitor-preferences:mergeReleaseShaders
> Task :capacitor-preferences:compileReleaseShaders NO-SOURCE
> Task :capacitor-preferences:generateReleaseAssets UP-TO-DATE
> Task :capacitor-preferences:generateReleaseRFile
> Task :capacitor-preferences:packageReleaseAssets
> Task :capacitor-preferences:extractReleaseAnnotations
> Task :capacitor-preferences:compileReleaseJavaWithJavac
> Task :capacitor-preferences:mergeReleaseGeneratedProguardFiles
> Task :capacitor-preferences:mergeReleaseConsumerProguardFiles
> Task :capacitor-preferences:prepareLintJarForPublish
> Task :capacitor-preferences:prepareReleaseArtProfile
> Task :capacitor-preferences:processReleaseJavaRes NO-SOURCE
> Task :capacitor-preferences:mergeReleaseJavaResource
> Task :capacitor-preferences:writeReleaseAarMetadata
> Task :capacitor-preferences:syncReleaseLibJars
> Task :capacitor-preferences:bundleReleaseLocalLintAar
> Task :capacitor-android:mergeReleaseJniLibFolders
> Task :capacitor-android:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-android:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-android:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-android:extractDeepLinksForAarRelease
> Task :capacitor-android:extractReleaseAnnotations
> Task :capacitor-android:mergeReleaseGeneratedProguardFiles
> Task :capacitor-android:mergeReleaseConsumerProguardFiles
> Task :capacitor-android:mergeReleaseShaders
> Task :capacitor-android:compileReleaseShaders NO-SOURCE
> Task :capacitor-android:generateReleaseAssets UP-TO-DATE
> Task :capacitor-android:packageReleaseAssets
> Task :capacitor-android:prepareLintJarForPublish
> Task :capacitor-android:prepareReleaseArtProfile
> Task :capacitor-android:processReleaseJavaRes NO-SOURCE
> Task :capacitor-android:writeReleaseAarMetadata
> Task :capacitor-android:mergeReleaseJavaResource
> Task :capacitor-cordova-android-plugins:preBuild UP-TO-DATE
> Task :capacitor-android:syncReleaseLibJars
> Task :capacitor-android:bundleReleaseLocalLintAar
> Task :capacitor-cordova-android-plugins:preReleaseBuild UP-TO-DATE
> Task :capacitor-cordova-android-plugins:mergeReleaseJniLibFolders
> Task :capacitor-cordova-android-plugins:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-cordova-android-plugins:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-cordova-android-plugins:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-cordova-android-plugins:generateReleaseResValues
> Task :capacitor-cordova-android-plugins:extractDeepLinksForAarRelease
> Task :capacitor-cordova-android-plugins:generateReleaseResources
> Task :capacitor-cordova-android-plugins:packageReleaseResources
> Task :capacitor-cordova-android-plugins:parseReleaseLocalResources
> Task :capacitor-cordova-android-plugins:javaPreCompileRelease
> Task :capacitor-cordova-android-plugins:mergeReleaseShaders
> Task :capacitor-cordova-android-plugins:compileReleaseShaders NO-SOURCE
> Task :capacitor-cordova-android-plugins:generateReleaseAssets UP-TO-DATE
> Task :capacitor-cordova-android-plugins:processReleaseManifest
> Task :capacitor-cordova-android-plugins:packageReleaseAssets
> Task :capacitor-cordova-android-plugins:prepareLintJarForPublish
> Task :capacitor-cordova-android-plugins:prepareReleaseArtProfile
> Task :capacitor-cordova-android-plugins:generateReleaseRFile
> Task :capacitor-cordova-android-plugins:processReleaseJavaRes NO-SOURCE
> Task :capacitor-cordova-android-plugins:extractReleaseAnnotations
> Task :capacitor-cordova-android-plugins:compileReleaseJavaWithJavac NO-SOURCE
> Task :capacitor-cordova-android-plugins:mergeReleaseGeneratedProguardFiles
> Task :capacitor-cordova-android-plugins:mergeReleaseConsumerProguardFiles
> Task :capacitor-cordova-android-plugins:mergeReleaseJavaResource
> Task :capacitor-cordova-android-plugins:writeReleaseAarMetadata
> Task :capacitor-cordova-android-plugins:syncReleaseLibJars
> Task :capacitor-cordova-android-plugins:bundleReleaseLocalLintAar
> Task :app:preBuild UP-TO-DATE
> Task :app:preReleaseBuild UP-TO-DATE
> Task :app:javaPreCompileRelease
> Task :app:generateReleaseResValues
> Task :app:checkReleaseAarMetadata
> Task :app:mapReleaseSourceSetPaths
> Task :app:generateReleaseResources
> Task :app:packageReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:parseReleaseLocalResources
> Task :capacitor-android:extractDeepLinksRelease
> Task :capacitor-app:extractDeepLinksRelease
> Task :capacitor-cordova-android-plugins:extractDeepLinksRelease
> Task :capacitor-preferences:extractDeepLinksRelease
> Task :app:processReleaseMainManifest
> Task :app:mergeReleaseResources
> Task :app:processReleaseManifest
> Task :capacitor-app:compileReleaseLibraryResources
> Task :app:processReleaseManifestForPackage
> Task :capacitor-android:compileReleaseLibraryResources
> Task :capacitor-cordova-android-plugins:compileReleaseLibraryResources
> Task :capacitor-preferences:compileReleaseLibraryResources
> Task :capacitor-app:bundleLibCompileToJarRelease
> Task :capacitor-cordova-android-plugins:bundleLibCompileToJarRelease
> Task :capacitor-preferences:bundleLibCompileToJarRelease
> Task :app:extractProguardFiles
> Task :capacitor-android:bundleLibResRelease NO-SOURCE
> Task :capacitor-android:bundleLibRuntimeToJarRelease
> Task :capacitor-android:writeReleaseLintModelMetadata
> Task :capacitor-android:createFullJarRelease
> Task :capacitor-app:bundleLibResRelease NO-SOURCE
> Task :capacitor-app:bundleLibRuntimeToJarRelease
> Task :capacitor-app:writeReleaseLintModelMetadata
> Task :capacitor-app:createFullJarRelease
> Task :capacitor-cordova-android-plugins:bundleLibResRelease NO-SOURCE
> Task :capacitor-cordova-android-plugins:bundleLibRuntimeToJarRelease
> Task :capacitor-cordova-android-plugins:writeReleaseLintModelMetadata
> Task :capacitor-cordova-android-plugins:createFullJarRelease
> Task :capacitor-preferences:bundleLibResRelease NO-SOURCE
> Task :capacitor-preferences:bundleLibRuntimeToJarRelease
> Task :capacitor-preferences:writeReleaseLintModelMetadata
> Task :capacitor-preferences:createFullJarRelease
> Task :app:mergeReleaseJniLibFolders
> Task :capacitor-android:copyReleaseJniLibsProjectOnly
> Task :capacitor-app:copyReleaseJniLibsProjectOnly
> Task :capacitor-cordova-android-plugins:copyReleaseJniLibsProjectOnly
> Task :capacitor-preferences:copyReleaseJniLibsProjectOnly
> Task :app:checkReleaseDuplicateClasses
> Task :app:mergeReleaseNativeLibs NO-SOURCE
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:extractReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:processReleaseResources
> Task :app:desugarReleaseFileDependencies
> Task :app:compileReleaseJavaWithJavac
> Task :app:dexBuilderRelease
> Task :app:lintVitalAnalyzeRelease
> Task :app:mergeReleaseArtProfile
> Task :app:lintVitalReportRelease
> Task :app:mergeReleaseGlobalSynthetics
> Task :app:lintVitalRelease
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:compressReleaseAssets
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:writeReleaseAppMetadata
> Task :app:mergeReleaseJavaResource
> Task :app:writeReleaseSigningConfigVersions
> Task :app:optimizeReleaseResources
> Task :app:mergeExtDexRelease
> Task :app:mergeDexRelease
> Task :app:compileReleaseArtProfile
> Task :app:packageRelease
> Task :app:createReleaseApkListingFileRedirect
> Task :app:assembleRelease
BUILD SUCCESSFUL in 1m 54s
149 actionable tasks: 149 executed
2023-05-24 13:32:48,416 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/com.moimob.drinkable, universal_newlines=False, shell=None, istream=<valid stream>)
2023-05-24 13:32:48,433 INFO: Successfully built version 1.27.0 of com.moimob.drinkable from 8f59e3fe5fe49026128abc4968fe135809db0895
2023-05-24 13:32:48,694 DEBUG: AXML contains a RESOURCE MAP
2023-05-24 13:32:48,695 DEBUG: Start of Namespace mapping: prefix 29: 'android' --> uri 55: 'http://schemas.android.com/apk/res/android'
2023-05-24 13:32:48,696 DEBUG: Checking build/com.moimob.drinkable/android/app/build/outputs/apk/release/app-release-unsigned.apk
2023-05-24 13:32:48,706 DEBUG: AXML contains a RESOURCE MAP
2023-05-24 13:32:48,707 DEBUG: Start of Namespace mapping: prefix 29: 'android' --> uri 55: 'http://schemas.android.com/apk/res/android'
2023-05-24 13:32:48,746 INFO: success: com.moimob.drinkable
2023-05-24 13:32:48,747 INFO: Finished
2023-05-24 13:32:48,747 INFO: 1 build succeeded