log for app.vger.voyager:180
== Installed Android Tools ==
2023-11-20 17:38:56,758 DEBUG: Reading 'config.yml'
2023-11-20 17:38:56,773 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2023-11-20 17:38:56,774 INFO: Creating log directory
2023-11-20 17:38:56,775 INFO: Creating temporary directory
2023-11-20 17:38:56,775 INFO: Creating output directory
2023-11-20 17:38:56,813 DEBUG: Getting git vcs interface for https://github.com/aeharding/voyager.git
2023-11-20 17:38:56,813 DEBUG: Checking app.vger.voyager:180
2023-11-20 17:38:56,813 INFO: Building version 1.24.2 (180) of app.vger.voyager
2023-11-20 17:38:56,814 INFO: Running 'sudo' commands in /home/vagrant
2023-11-20 17:38:56,814 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; sysctl fs.inotify.max_user_watches=524288; curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz; echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz" | sha256sum -c -; tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ 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 [258 kB]
Get:6 https://security.debian.org/debian-security bullseye-security/main Translation-en [166 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 7s (2113 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 4 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.5 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.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
+ sysctl fs.inotify.max_user_watches=524288
fs.inotify.max_user_watches = 524288
+ curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-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
34 44.3M 34 15.1M 0 0 27.2M 0 0:00:01 --:--:-- 0:00:01 27.2M
100 44.3M 100 44.3M 0 0 35.7M 0 0:00:01 0:00:01 --:--:-- 35.7M
+ echo 'f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz'
+ sha256sum -c -
node.tar.gz: OK
+ tar xzf node.tar.gz --strip-components=1 -C /usr/local/
2023-11-20 17:39:39,574 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2023-11-20 17:39:40,493 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-11-20 17:40:02,647 INFO: Getting source for revision 657c660a504d1476443790aa54f068b7ec3de1a3
2023-11-20 17:40:02,655 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:02,656 DEBUG: > git rev-parse --show-toplevel
2023-11-20 17:40:02,869 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:02,870 DEBUG: > git submodule foreach --recursive git reset --hard
2023-11-20 17:40:03,080 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:03,081 DEBUG: > git reset --hard
2023-11-20 17:40:03,593 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:03,593 DEBUG: > git submodule foreach --recursive git clean -dffx
2023-11-20 17:40:03,705 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:03,705 DEBUG: > git clean -dffx
2023-11-20 17:40:03,818 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:03,818 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-20 17:40:04,532 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:04,533 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-20 17:40:05,145 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:05,146 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-20 17:40:05,759 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:05,759 DEBUG: > git remote set-head origin --auto
2023-11-20 17:40:07,576 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:07,577 DEBUG: > git checkout -f 657c660a504d1476443790aa54f068b7ec3de1a3
2023-11-20 17:40:08,088 DEBUG: Directory: build/app.vger.voyager
2023-11-20 17:40:08,089 DEBUG: > git clean -dffx
2023-11-20 17:40:08,199 INFO: Running 'init' commands in build/app.vger.voyager/android/app
2023-11-20 17:40:08,200 DEBUG: Directory: build/app.vger.voyager/android/app
2023-11-20 17:40:08,200 DEBUG: > bash -e -u -o pipefail -x -c -- corepack enable; pnpm install --frozen-lockfile; CI_PLATFORM=android BUILD_FOSS_ONLY=true pnpm run build; cd ../..; npx cap sync android --deployment
/etc/bash.bashrc: line 7: PS1: unbound variable
+ corepack enable
+ pnpm install --frozen-lockfile
╭──────────────────────────────────────────────────────────────────╮
│ │
│ Update available! 8.9.2 → 8.10.5. │
│ Changelog: https://github.com/pnpm/pnpm/releases/tag/v8.10.5 │
│ Run "corepack prepare pnpm@8.10.5 --activate" to update. │
│ │
│ Follow @pnpmjs for updates: https://twitter.com/pnpmjs │
│ │
╰──────────────────────────────────────────────────────────────────╯
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +1488
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 1488, reused 0, downloaded 0, added 0
Progress: resolved 1488, reused 0, downloaded 15, added 0
Progress: resolved 1488, reused 0, downloaded 129, added 128
Progress: resolved 1488, reused 0, downloaded 298, added 292
Progress: resolved 1488, reused 0, downloaded 467, added 465
Progress: resolved 1488, reused 0, downloaded 611, added 609
Progress: resolved 1488, reused 0, downloaded 752, added 750
Progress: resolved 1488, reused 0, downloaded 988, added 986
Progress: resolved 1488, reused 0, downloaded 1195, added 1192
Progress: resolved 1488, reused 0, downloaded 1423, added 1422
Progress: resolved 1488, reused 0, downloaded 1487, added 1486
Progress: resolved 1488, reused 0, downloaded 1488, added 1488, done
.../core-js@3.33.2/node_modules/core-js postinstall$ node -e "try{require('./postinstall')}catch(e){}"
.../sharp@0.32.5/node_modules/sharp install$ (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
.../.pnpm/yarn@1.22.21/node_modules/yarn preinstall$ :; (node ./preinstall.js > /dev/null 2>&1 || true)
.../core-js@3.33.2/node_modules/core-js postinstall: Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
.../core-js@3.33.2/node_modules/core-js postinstall: The project needs your help! Please consider supporting core-js:
.../core-js@3.33.2/node_modules/core-js postinstall: > https://opencollective.com/core-js
.../core-js@3.33.2/node_modules/core-js postinstall: > https://patreon.com/zloirock
.../core-js@3.33.2/node_modules/core-js postinstall: > https://boosty.to/zloirock
.../core-js@3.33.2/node_modules/core-js postinstall: > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz
.../core-js@3.33.2/node_modules/core-js postinstall: I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md
.../core-js@3.33.2/node_modules/core-js postinstall: Done
.../.pnpm/yarn@1.22.21/node_modules/yarn preinstall: Done
.../sharp@0.32.5/node_modules/sharp install: sharp: Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.14.4/libvips-8.14.4-linux-x64.tar.br
.../sharp@0.32.5/node_modules/sharp install: sharp: Integrity check passed for linux-x64
.../sharp@0.32.5/node_modules/sharp install: Done
.../esbuild@0.19.5/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.19.5/node_modules/esbuild postinstall: Done
dependencies:
+ compression 1.7.4
+ express 4.18.2
+ http-proxy-middleware 2.0.6
+ vite-express 0.11.0
devDependencies:
+ @capacitor-community/app-icon 4.1.1
+ @capacitor/android 5.2.3
+ @capacitor/app 5.0.6
+ @capacitor/assets 3.0.1
+ @capacitor/browser 5.1.0
+ @capacitor/cli 5.2.3
+ @capacitor/core 5.2.3
+ @capacitor/haptics <- voyager-capacitor-haptics 5.0.7
+ @capacitor/ios 5.2.3
+ @capacitor/keyboard 5.0.6
+ @capacitor/share 5.0.6
+ @capacitor/status-bar 5.0.6
+ @emotion/babel-plugin 11.11.0
+ @emotion/css 11.11.2
+ @emotion/eslint-plugin 11.11.0
+ @emotion/react 11.11.1
+ @emotion/styled 11.11.0
+ @github/markdown-toolbar-element 2.2.1
+ @ionic/core <- voyager-ionic-core 7.5.5
+ @ionic/react 7.5.5
+ @ionic/react-router 7.5.5
+ @reduxjs/toolkit 1.9.7
+ @revenuecat/purchases-capacitor 7.1.1
+ @testing-library/jest-dom 6.1.4
+ @testing-library/react 14.1.0
+ @testing-library/user-event 14.5.1
+ @trapezedev/configure 7.0.10
+ @types/history 4.7.11
+ @types/jest 29.5.8
+ @types/js-cookie 3.0.6
+ @types/lodash 4.14.201
+ @types/mdast 4.0.3
+ @types/react 18.2.37
+ @types/react-dom 18.2.15
+ @types/react-router 5.1.20
+ @types/react-router-dom 5.3.3
+ @types/ua-parser-js 0.7.39
+ @types/uuid 9.0.7
+ @typescript-eslint/eslint-plugin 6.11.0
+ @typescript-eslint/parser 6.11.0
+ @vitejs/plugin-legacy 5.0.0
+ @vitejs/plugin-react 4.2.0
+ capacitor-android-nav-mode 0.0.1
+ capacitor-application-context 0.0.1
+ capacitor-biometric-lock 0.1.0
+ capacitor-plugin-safe-area 2.0.5
+ capacitor-set-version 2.2.0
+ capacitor-stash-media 0.0.7
+ compare-versions 6.1.0
+ date-fns 2.30.0
+ dexie 3.2.4
+ dexie-react-hooks 1.1.7
+ eslint 8.53.0
+ eslint-config-prettier 9.0.0
+ eslint-plugin-prettier 5.0.1
+ eslint-plugin-react 7.33.2
+ eslint-plugin-react-hooks 4.6.0
+ history 4.10.1
+ ionicons 7.2.1
+ js-cookie 3.0.5
+ jsdom 22.1.0
+ lemmy-js-client 0.19.0-alpha.18
+ lodash 4.17.21
+ mdast-util-gfm-autolink-literal-lemmy 1.0.3
+ mdast-util-gfm-strikethrough 1.0.3
+ mdast-util-gfm-table 1.0.7
+ micromark 3.2.0
+ micromark-extension-gfm-strikethrough 1.0.7
+ micromark-extension-gfm-table 1.0.7
+ micromark-util-combine-extensions 1.1.0
+ photoswipe 5.4.2
+ prettier 3.1.0
+ pwa-asset-generator 6.3.1
+ react 18.2.0
+ react-animate-height 3.2.3
+ react-dom 18.2.0
+ react-error-boundary 4.0.11
+ react-intersection-observer 9.5.3
+ react-markdown 8.0.7
+ react-redux 8.1.3
+ react-router 5.3.4
+ react-router-dom 5.3.4
+ react-textarea-autosize 8.5.3
+ react-transition-state 2.1.1
+ release-it 17.0.0
+ remark-gfm 3.0.1
+ remark-parse 10.0.2
+ terser 5.24.0
+ typescript 5.2.2
+ ua-parser-js 1.0.37
+ unified 10.1.2
+ unist-util-visit 5.0.0
+ use-long-press 3.2.0
+ usehooks-ts 2.9.1
+ uuid 9.0.1
+ virtua 0.16.4
+ vite 5.0.0
+ vite-plugin-pwa 0.16.7
+ vite-plugin-svgr 4.1.0
+ vitest 0.34.6
+ workbox-window 7.0.0
Done in 21.6s
+ CI_PLATFORM=android
+ BUILD_FOSS_ONLY=true
+ pnpm run build
> voyager@1.24.2 build /home/vagrant/build/app.vger.voyager
> ./build.sh
Progress: resolved 0, reused 1, downloaded 0, added 0
Progress: resolved 70, reused 70, downloaded 0, added 0
Progress: resolved 283, reused 282, downloaded 0, added 0
Progress: resolved 449, reused 447, downloaded 0, added 0
Progress: resolved 760, reused 731, downloaded 0, added 0
Progress: resolved 1064, reused 1029, downloaded 0, added 0
Progress: resolved 1465, reused 1433, downloaded 0, added 0
WARN 3 deprecated subdependencies found: formidable@1.2.6, rollup-plugin-terser@7.0.2, sourcemap-codec@1.4.8
Progress: resolved 1518, reused 1486, downloaded 0, added 0
Packages: -2
--
Progress: resolved 1518, reused 1486, downloaded 0, added 0, done
devDependencies:
- @revenuecat/purchases-capacitor 7.1.1
WARN Issues with peer dependencies found
.
└─┬ vite-plugin-svgr 4.1.0
└── ✕ unmet peer vite@"^2.6.0 || 3 || 4": found 5.0.0
Done in 14.1s
✔ Updating Android plugins in 122.87ms
[info] Found 12 Capacitor plugins for android:
@capacitor-community/app-icon@4.1.1
@capacitor/app@5.0.6
@capacitor/browser@5.1.0
@capacitor/haptics@5.0.7
@capacitor/keyboard@5.0.6
@capacitor/share@5.0.6
@capacitor/status-bar@5.0.6
capacitor-android-nav-mode@0.0.1
capacitor-application-context@0.0.1
capacitor-biometric-lock@0.1.0
capacitor-plugin-safe-area@2.0.5
capacitor-stash-media@0.0.7
✖ update android - failed!
[error] Error: ENOENT: no such file or directory, open '/home/vagrant/build/app.vger.voyager/android/app/src/main/assets/capacitor.plugins.json'
npm notice
npm notice New minor version of npm available! 10.1.0 -> 10.2.4
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4>
npm notice Run `npm install -g npm@10.2.4` to update!
npm notice
In-app purchases disabled.
vite v5.0.0 building for production...
transforming...
✓ 1270 modules transformed.
[plugin:vite:reporter]
(!) /home/vagrant/build/app.vger.voyager/node_modules/.pnpm/photoswipe@5.4.2/node_modules/photoswipe/dist/photoswipe.esm.js is dynamically imported by /home/vagrant/build/app.vger.voyager/src/features/gallery/GalleryProvider.tsx but also statically imported by /home/vagrant/build/app.vger.voyager/src/features/gallery/GalleryProvider.tsx, dynamic import will not move module into another chunk.
rendering chunks...
computing gzip size...
dist/polyfills-legacy.js 66.20 kB │ gzip: 26.30 kB
dist/index-legacy.js 1,838.40 kB │ gzip: 475.89 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
[plugin:vite:reporter]
(!) /home/vagrant/build/app.vger.voyager/node_modules/.pnpm/photoswipe@5.4.2/node_modules/photoswipe/dist/photoswipe.esm.js is dynamically imported by /home/vagrant/build/app.vger.voyager/src/features/gallery/GalleryProvider.tsx but also statically imported by /home/vagrant/build/app.vger.voyager/src/features/gallery/GalleryProvider.tsx, dynamic import will not move module into another chunk.
dist/manifest.json 1.05 kB │ gzip: 0.44 kB
dist/index.html 17.93 kB │ gzip: 2.00 kB
dist/index.css 29.57 kB │ gzip: 6.15 kB
dist/polyfills.js 11.36 kB │ gzip: 5.03 kB
dist/index.js 1,834.88 kB │ gzip: 487.87 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
PWA v0.16.7
mode generateSW
precache 10 entries (3731.02 KiB)
files generated
dist/sw.js
dist/workbox-9f3b97b2.js
✓ built in 1m 31s
+ cd ../..
+ npx cap sync android --deployment
rm: cannot remove 'dist/pro-manifest.json': No such file or directory
rm: cannot remove 'dist/live-update-manifest.json': No such file or directory
✔ Copying web assets from dist to android/app/src/main/assets/public in 88.39ms
✔ Creating capacitor.config.json in android/app/src/main/assets in 5.92ms
✔ copy android in 336.65ms
✔ Updating Android plugins in 46.73ms
[info] Found 12 Capacitor plugins for android:
@capacitor-community/app-icon@4.1.1
@capacitor/app@5.0.6
@capacitor/browser@5.1.0
@capacitor/haptics@5.0.7
@capacitor/keyboard@5.0.6
@capacitor/share@5.0.6
@capacitor/status-bar@5.0.6
capacitor-android-nav-mode@0.0.1
capacitor-application-context@0.0.1
capacitor-biometric-lock@0.1.0
capacitor-plugin-safe-area@2.0.5
capacitor-stash-media@0.0.7
✔ update android in 232.02ms
[info] Sync finished in 0.591s
2023-11-20 17:42:29,021 INFO: Creating local.properties file at build/app.vger.voyager/local.properties
2023-11-20 17:42:29,022 INFO: Creating local.properties file at build/app.vger.voyager/android/local.properties
2023-11-20 17:42:29,023 INFO: Creating local.properties file at build/app.vger.voyager/android/app/local.properties
2023-11-20 17:42:29,023 DEBUG: Removing debuggable flags from build/app.vger.voyager/android/app
2023-11-20 17:42:29,788 INFO: Cleaning Gradle project...
2023-11-20 17:42:29,789 DEBUG: Directory: build/app.vger.voyager/android/app
2023-11-20 17:42:29,789 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
> 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
1 actionable task: 1 up-to-date
2023-11-20 17:43:39,598 INFO: Scanning source for common problems...
2023-11-20 17:43:39,643 DEBUG: scanner is configured to use signature data from: 'suss'
2023-11-20 17:43:39,678 INFO: Removing gradle-wrapper.jar at android/gradle/wrapper/gradle-wrapper.jar
2023-11-20 17:43:40,149 INFO: Removing Java JAR file at node_modules/.pnpm/@trapezedev+gradle-parse@7.0.10/node_modules/@trapezedev/gradle-parse/capacitor-gradle-parse.jar
2023-11-20 17:43:40,150 INFO: Removing Java JAR file at node_modules/.pnpm/@trapezedev+gradle-parse@7.0.10/node_modules/@trapezedev/gradle-parse/lib/groovy-3.0.9.jar
2023-11-20 17:43:40,150 INFO: Removing Java JAR file at node_modules/.pnpm/@trapezedev+gradle-parse@7.0.10/node_modules/@trapezedev/gradle-parse/lib/json-20210307.jar
2023-11-20 17:43:40,354 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.2.3/node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
2023-11-20 17:43:40,355 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.2.3/node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
2023-11-20 17:43:40,355 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.2.3/node_modules/@capacitor/cli/assets/ios-template.tar.gz
2023-11-20 17:43:40,355 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.2.3/node_modules/@capacitor/cli/assets/android-template.tar.gz
2023-11-20 17:43:40,647 INFO: Removing gzip file archive at node_modules/.pnpm/@pnpm+network.ca-file@1.0.2/node_modules/@pnpm/network.ca-file/package-tar/pnpm-network.ca-file-1.0.2.tgz
2023-11-20 17:43:40,756 INFO: Removing gzip file archive at node_modules/.pnpm/@pnpm+config.env-replace@1.1.0/node_modules/@pnpm/config.env-replace/package-tar/pnpm-config.env-replace-1.1.0.tgz
2023-11-20 17:43:40,769 INFO: Removing binary at node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon/bin/windows-kill.exe
2023-11-20 17:43:41,113 WARNING: Found executable binary, possibly code at node_modules/.pnpm/sharp@0.32.5/node_modules/sharp/build/Release/sharp-linux-x64.node
2023-11-20 17:43:41,115 INFO: Removing shared library at node_modules/.pnpm/sharp@0.32.5/node_modules/sharp/vendor/8.14.4/linux-x64/lib/libvips-cpp.so.42
2023-11-20 17:43:41,256 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.5.1/node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
2023-11-20 17:43:41,256 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.5.1/node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
2023-11-20 17:43:41,257 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.5.1/node_modules/@capacitor/cli/assets/ios-template.tar.gz
2023-11-20 17:43:41,257 INFO: Removing gzip file archive at node_modules/.pnpm/@capacitor+cli@5.5.1/node_modules/@capacitor/cli/assets/android-template.tar.gz
2023-11-20 17:43:42,317 INFO: Removing binary at node_modules/.pnpm/esbuild@0.19.5/node_modules/esbuild/bin/esbuild
2023-11-20 17:43:43,065 WARNING: Found executable binary, possibly code at node_modules/.pnpm/bplist-parser@0.2.0/node_modules/bplist-parser/test/utf16_chinese.plist
2023-11-20 17:43:44,305 INFO: Removing binary at node_modules/.pnpm/@esbuild+linux-x64@0.19.5/node_modules/@esbuild/linux-x64/bin/esbuild
2023-11-20 17:43:44,542 INFO: Creating source tarball...
2023-11-20 17:44:57,873 INFO: Building Gradle project...
2023-11-20 17:44:57,874 DEBUG: Directory: build/app.vger.voyager/android/app
2023-11-20 17:44:57,874 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
> 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
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
Checking the license for package Android SDK Build-Tools 33.0.1 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 33.0.1 accepted.
Preparing "Install Android SDK Build-Tools 33.0.1 v.33.0.1".
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" ready.
Installing Android SDK Build-Tools 33.0.1 in /opt/android-sdk/build-tools/33.0.1
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" complete.
"Install Android SDK Build-Tools 33.0.1 v.33.0.1" finished.
Exception while marshalling /opt/android-sdk/platforms/android-10/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-11/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-12/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-13/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-14/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-15/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-16/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-17/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-18/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-19/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-20/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-21/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-22/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-23/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-24/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-25/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-26/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-27/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-28/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-29/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-30/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-31/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-32/package.xml. Probably the SDK is read-only
Exception while marshalling /opt/android-sdk/platforms/android-33/package.xml. Probably the SDK is read-only
> Task :capacitor-community-app-icon:preBuild UP-TO-DATE
> Task :capacitor-community-app-icon:preReleaseBuild UP-TO-DATE
> Task :capacitor-community-app-icon:mergeReleaseJniLibFolders
> Task :capacitor-community-app-icon:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-community-app-icon:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-community-app-icon:generateReleaseResValues
> Task :capacitor-community-app-icon:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-community-app-icon: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-community-app-icon:generateReleaseResources
> Task :capacitor-android:javaPreCompileRelease
> Task :capacitor-community-app-icon:packageReleaseResources
> Task :capacitor-community-app-icon:parseReleaseLocalResources
> Task :capacitor-android:parseReleaseLocalResources
> Task :capacitor-community-app-icon:javaPreCompileRelease
> Task :capacitor-community-app-icon:mergeReleaseShaders
> Task :capacitor-community-app-icon:compileReleaseShaders NO-SOURCE
> Task :capacitor-community-app-icon:generateReleaseAssets UP-TO-DATE
> Task :capacitor-community-app-icon:processReleaseManifest
> Task :capacitor-android:processReleaseManifest
> Task :capacitor-community-app-icon:packageReleaseAssets
> Task :capacitor-community-app-icon:prepareReleaseArtProfile
> Task :capacitor-community-app-icon:prepareLintJarForPublish
> Task :capacitor-community-app-icon:processReleaseJavaRes NO-SOURCE
> Task :capacitor-community-app-icon:generateReleaseRFile
> Task :capacitor-android:generateReleaseRFile
> Task :capacitor-community-app-icon:mergeReleaseJavaResource
> Task :capacitor-android:compileReleaseJavaWithJavac
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> 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:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-app:generateReleaseResValues
> Task :capacitor-android:bundleLibCompileToJarRelease
> Task :capacitor-app:extractDeepLinksForAarRelease
> Task :capacitor-community-app-icon:writeReleaseAarMetadata
> Task :capacitor-community-app-icon:extractReleaseAnnotations
> Task :capacitor-community-app-icon:compileReleaseJavaWithJavac
> Task :capacitor-community-app-icon:mergeReleaseGeneratedProguardFiles
> Task :capacitor-community-app-icon:mergeReleaseConsumerProguardFiles
> Task :capacitor-community-app-icon:syncReleaseLibJars
> Task :capacitor-community-app-icon:bundleReleaseLocalLintAar
> Task :capacitor-app:generateReleaseResources
> Task :capacitor-app:packageReleaseResources
> Task :capacitor-app:parseReleaseLocalResources
> Task :capacitor-app:javaPreCompileRelease
> Task :capacitor-app:processReleaseManifest
> Task :capacitor-app:mergeReleaseShaders
> Task :capacitor-app:compileReleaseShaders NO-SOURCE
> Task :capacitor-app:generateReleaseAssets UP-TO-DATE
> Task :capacitor-app:packageReleaseAssets
> Task :capacitor-app:prepareLintJarForPublish
> Task :capacitor-app:generateReleaseRFile
> Task :capacitor-app:prepareReleaseArtProfile
> Task :capacitor-app:extractReleaseAnnotations
> Task :capacitor-app:compileReleaseJavaWithJavac
> Task :capacitor-app:mergeReleaseGeneratedProguardFiles
> Task :capacitor-app:mergeReleaseConsumerProguardFiles
> Task :capacitor-app:processReleaseJavaRes NO-SOURCE
> Task :capacitor-app:mergeReleaseJavaResource
> Task :capacitor-app:writeReleaseAarMetadata
> Task :capacitor-app:syncReleaseLibJars
> Task :capacitor-app:bundleReleaseLocalLintAar
> Task :capacitor-browser:preBuild UP-TO-DATE
> Task :capacitor-browser:preReleaseBuild UP-TO-DATE
> Task :capacitor-browser:mergeReleaseJniLibFolders
> Task :capacitor-browser:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-browser:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-browser:generateReleaseResValues
> Task :capacitor-browser:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-browser:extractDeepLinksForAarRelease
> Task :capacitor-browser:generateReleaseResources
> Task :capacitor-browser:packageReleaseResources
> Task :capacitor-browser:parseReleaseLocalResources
> Task :capacitor-browser:javaPreCompileRelease
> Task :capacitor-browser:processReleaseManifest
> Task :capacitor-browser:mergeReleaseShaders
> Task :capacitor-browser:compileReleaseShaders NO-SOURCE
> Task :capacitor-browser:generateReleaseAssets UP-TO-DATE
> Task :capacitor-browser:generateReleaseRFile
> Task :capacitor-browser:packageReleaseAssets
> Task :capacitor-browser:extractReleaseAnnotations
> Task :capacitor-browser:compileReleaseJavaWithJavac
> Task :capacitor-browser:mergeReleaseGeneratedProguardFiles
> Task :capacitor-browser:mergeReleaseConsumerProguardFiles
> Task :capacitor-browser:prepareReleaseArtProfile
> Task :capacitor-browser:prepareLintJarForPublish
> Task :capacitor-browser:processReleaseJavaRes NO-SOURCE
> Task :capacitor-browser:mergeReleaseJavaResource
> Task :capacitor-haptics:preBuild UP-TO-DATE
> Task :capacitor-browser:writeReleaseAarMetadata
> Task :capacitor-browser:syncReleaseLibJars
> Task :capacitor-browser:bundleReleaseLocalLintAar
> Task :capacitor-haptics:preReleaseBuild UP-TO-DATE
> Task :capacitor-haptics:mergeReleaseJniLibFolders
> Task :capacitor-haptics:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-haptics:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-haptics:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-haptics:generateReleaseResValues
> Task :capacitor-haptics:extractDeepLinksForAarRelease
> Task :capacitor-haptics:generateReleaseResources
> Task :capacitor-haptics:packageReleaseResources
> Task :capacitor-haptics:parseReleaseLocalResources
> Task :capacitor-haptics:processReleaseManifest
> Task :capacitor-haptics:javaPreCompileRelease
> Task :capacitor-haptics:mergeReleaseShaders
> Task :capacitor-haptics:compileReleaseShaders NO-SOURCE
> Task :capacitor-haptics:generateReleaseAssets UP-TO-DATE
> Task :capacitor-haptics:generateReleaseRFile
> Task :capacitor-haptics:packageReleaseAssets
> Task :capacitor-haptics:extractReleaseAnnotations
> Task :capacitor-haptics:compileReleaseJavaWithJavac
> Task :capacitor-haptics:mergeReleaseGeneratedProguardFiles
> Task :capacitor-haptics:mergeReleaseConsumerProguardFiles
> Task :capacitor-haptics:prepareLintJarForPublish
> Task :capacitor-haptics:prepareReleaseArtProfile
> Task :capacitor-haptics:processReleaseJavaRes NO-SOURCE
> Task :capacitor-haptics:writeReleaseAarMetadata
> Task :capacitor-keyboard:preBuild UP-TO-DATE
> Task :capacitor-haptics:mergeReleaseJavaResource
> Task :capacitor-haptics:syncReleaseLibJars
> Task :capacitor-haptics:bundleReleaseLocalLintAar
> Task :capacitor-keyboard:preReleaseBuild UP-TO-DATE
> Task :capacitor-keyboard:mergeReleaseJniLibFolders
> Task :capacitor-keyboard:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-keyboard:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-keyboard:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-keyboard:generateReleaseResValues
> Task :capacitor-keyboard:extractDeepLinksForAarRelease
> Task :capacitor-keyboard:generateReleaseResources
> Task :capacitor-keyboard:packageReleaseResources
> Task :capacitor-keyboard:javaPreCompileRelease
> Task :capacitor-keyboard:parseReleaseLocalResources
> Task :capacitor-keyboard:processReleaseManifest
> Task :capacitor-keyboard:mergeReleaseShaders
> Task :capacitor-keyboard:compileReleaseShaders NO-SOURCE
> Task :capacitor-keyboard:generateReleaseAssets UP-TO-DATE
> Task :capacitor-keyboard:generateReleaseRFile
> Task :capacitor-keyboard:packageReleaseAssets
> Task :capacitor-keyboard:extractReleaseAnnotations
> Task :capacitor-keyboard:compileReleaseJavaWithJavac
> Task :capacitor-keyboard:mergeReleaseGeneratedProguardFiles
> Task :capacitor-keyboard:mergeReleaseConsumerProguardFiles
> Task :capacitor-keyboard:prepareLintJarForPublish
> Task :capacitor-keyboard:prepareReleaseArtProfile
> Task :capacitor-keyboard:processReleaseJavaRes NO-SOURCE
> Task :capacitor-keyboard:mergeReleaseJavaResource
> Task :capacitor-share:preBuild UP-TO-DATE
> Task :capacitor-keyboard:writeReleaseAarMetadata
> Task :capacitor-keyboard:syncReleaseLibJars
> Task :capacitor-keyboard:bundleReleaseLocalLintAar
> Task :capacitor-share:preReleaseBuild UP-TO-DATE
> Task :capacitor-share:mergeReleaseJniLibFolders
> Task :capacitor-share:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-share:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-share:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-share:generateReleaseResValues
> Task :capacitor-share:extractDeepLinksForAarRelease
> Task :capacitor-share:generateReleaseResources
> Task :capacitor-share:packageReleaseResources
> Task :capacitor-share:parseReleaseLocalResources
> Task :capacitor-share:javaPreCompileRelease
> Task :capacitor-share:processReleaseManifest
> Task :capacitor-share:mergeReleaseShaders
> Task :capacitor-share:compileReleaseShaders NO-SOURCE
> Task :capacitor-share:generateReleaseAssets UP-TO-DATE
> Task :capacitor-share:generateReleaseRFile
> Task :capacitor-share:extractReleaseAnnotations
> Task :capacitor-share:compileReleaseJavaWithJavac
> Task :capacitor-share:mergeReleaseGeneratedProguardFiles
> Task :capacitor-share:mergeReleaseConsumerProguardFiles
> Task :capacitor-share:packageReleaseAssets
> Task :capacitor-share:prepareLintJarForPublish
> Task :capacitor-share:prepareReleaseArtProfile
> Task :capacitor-share:processReleaseJavaRes NO-SOURCE
> Task :capacitor-share:mergeReleaseJavaResource
> Task :capacitor-share:writeReleaseAarMetadata
> Task :capacitor-share:syncReleaseLibJars
> Task :capacitor-share:bundleReleaseLocalLintAar
> Task :capacitor-status-bar:preBuild UP-TO-DATE
> Task :capacitor-status-bar:preReleaseBuild UP-TO-DATE
> Task :capacitor-status-bar:mergeReleaseJniLibFolders
> Task :capacitor-status-bar:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-status-bar:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-status-bar:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-status-bar:generateReleaseResValues
> Task :capacitor-status-bar:extractDeepLinksForAarRelease
> Task :capacitor-status-bar:generateReleaseResources
> Task :capacitor-status-bar:packageReleaseResources
> Task :capacitor-status-bar:parseReleaseLocalResources
> Task :capacitor-status-bar:javaPreCompileRelease
> Task :capacitor-status-bar:processReleaseManifest
> Task :capacitor-status-bar:mergeReleaseShaders
> Task :capacitor-status-bar:compileReleaseShaders NO-SOURCE
> Task :capacitor-status-bar:generateReleaseAssets UP-TO-DATE
> Task :capacitor-status-bar:generateReleaseRFile
> Task :capacitor-status-bar:packageReleaseAssets
> Task :capacitor-status-bar:extractReleaseAnnotations
> Task :capacitor-status-bar:compileReleaseJavaWithJavac
> Task :capacitor-status-bar:mergeReleaseGeneratedProguardFiles
> Task :capacitor-status-bar:mergeReleaseConsumerProguardFiles
> Task :capacitor-status-bar:prepareLintJarForPublish
> Task :capacitor-status-bar:prepareReleaseArtProfile
> Task :capacitor-status-bar:processReleaseJavaRes NO-SOURCE
> Task :capacitor-status-bar:writeReleaseAarMetadata
> Task :capacitor-android-nav-mode:preBuild UP-TO-DATE
> Task :capacitor-android-nav-mode:preReleaseBuild UP-TO-DATE
> Task :capacitor-status-bar:mergeReleaseJavaResource
> Task :capacitor-android-nav-mode:mergeReleaseJniLibFolders
> Task :capacitor-status-bar:syncReleaseLibJars
> Task :capacitor-status-bar:bundleReleaseLocalLintAar
> Task :capacitor-android-nav-mode:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-android-nav-mode:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-android-nav-mode:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-android-nav-mode:generateReleaseResValues
> Task :capacitor-android-nav-mode:extractDeepLinksForAarRelease
> Task :capacitor-android-nav-mode:generateReleaseResources
> Task :capacitor-android-nav-mode:packageReleaseResources
> Task :capacitor-android-nav-mode:parseReleaseLocalResources
> Task :capacitor-android-nav-mode:processReleaseManifest
> Task :capacitor-android-nav-mode:javaPreCompileRelease
> Task :capacitor-android-nav-mode:generateReleaseRFile
> Task :capacitor-android-nav-mode:mergeReleaseShaders
> Task :capacitor-android-nav-mode:compileReleaseJavaWithJavac
> Task :capacitor-android-nav-mode:mergeReleaseGeneratedProguardFiles
> Task :capacitor-android-nav-mode:mergeReleaseConsumerProguardFiles
> Task :capacitor-android-nav-mode:compileReleaseShaders NO-SOURCE
> Task :capacitor-android-nav-mode:generateReleaseAssets UP-TO-DATE
> Task :capacitor-android-nav-mode:packageReleaseAssets
> Task :capacitor-android-nav-mode:prepareLintJarForPublish
> Task :capacitor-android-nav-mode:prepareReleaseArtProfile
> Task :capacitor-android-nav-mode:processReleaseJavaRes NO-SOURCE
> Task :capacitor-android-nav-mode:mergeReleaseJavaResource
> Task :capacitor-android-nav-mode:writeReleaseAarMetadata
> Task :capacitor-application-context:preBuild UP-TO-DATE
> Task :capacitor-application-context:preReleaseBuild UP-TO-DATE
> Task :capacitor-application-context:mergeReleaseJniLibFolders
> Task :capacitor-application-context:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-application-context:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-application-context:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-application-context:generateReleaseResValues
> Task :capacitor-application-context:extractDeepLinksForAarRelease
> Task :capacitor-application-context:generateReleaseResources
> Task :capacitor-application-context:packageReleaseResources
> Task :capacitor-application-context:javaPreCompileRelease
> Task :capacitor-application-context:parseReleaseLocalResources
> Task :capacitor-application-context:processReleaseManifest
> Task :capacitor-application-context:mergeReleaseShaders
> Task :capacitor-application-context:compileReleaseShaders NO-SOURCE
> Task :capacitor-application-context:generateReleaseAssets UP-TO-DATE
> Task :capacitor-application-context:generateReleaseRFile
> Task :capacitor-application-context:packageReleaseAssets
> Task :capacitor-application-context:extractReleaseAnnotations
> Task :capacitor-application-context:compileReleaseJavaWithJavac
> Task :capacitor-application-context:mergeReleaseGeneratedProguardFiles
> Task :capacitor-application-context:mergeReleaseConsumerProguardFiles
> Task :capacitor-application-context:prepareLintJarForPublish
> Task :capacitor-application-context:prepareReleaseArtProfile
> Task :capacitor-application-context:processReleaseJavaRes NO-SOURCE
> Task :capacitor-application-context:mergeReleaseJavaResource
> Task :capacitor-application-context:writeReleaseAarMetadata
> Task :capacitor-application-context:syncReleaseLibJars
> Task :capacitor-application-context:bundleReleaseLocalLintAar
> Task :capacitor-biometric-lock:preBuild UP-TO-DATE
> Task :capacitor-biometric-lock:preReleaseBuild UP-TO-DATE
> Task :capacitor-biometric-lock:mergeReleaseJniLibFolders
> Task :capacitor-biometric-lock:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-biometric-lock:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-biometric-lock:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-biometric-lock:generateReleaseResValues
> Task :capacitor-biometric-lock:extractDeepLinksForAarRelease
> Task :capacitor-biometric-lock:generateReleaseResources
> Task :capacitor-biometric-lock:packageReleaseResources
> Task :capacitor-biometric-lock:parseReleaseLocalResources
> Task :capacitor-biometric-lock:javaPreCompileRelease
> Task :capacitor-biometric-lock:processReleaseManifest
> Task :capacitor-biometric-lock:mergeReleaseShaders
> Task :capacitor-biometric-lock:compileReleaseShaders NO-SOURCE
> Task :capacitor-biometric-lock:generateReleaseAssets UP-TO-DATE
> Task :capacitor-biometric-lock:generateReleaseRFile
> Task :capacitor-biometric-lock:packageReleaseAssets
> Task :capacitor-biometric-lock:extractReleaseAnnotations
> Task :capacitor-biometric-lock:compileReleaseJavaWithJavac
> Task :capacitor-biometric-lock:mergeReleaseGeneratedProguardFiles
> Task :capacitor-biometric-lock:mergeReleaseConsumerProguardFiles
> Task :capacitor-biometric-lock:prepareLintJarForPublish
> Task :capacitor-biometric-lock:prepareReleaseArtProfile
> Task :capacitor-biometric-lock:processReleaseJavaRes NO-SOURCE
> Task :capacitor-biometric-lock:mergeReleaseJavaResource
> Task :capacitor-plugin-safe-area:preBuild UP-TO-DATE
> Task :capacitor-biometric-lock:writeReleaseAarMetadata
> Task :capacitor-biometric-lock:syncReleaseLibJars
> Task :capacitor-biometric-lock:bundleReleaseLocalLintAar
> Task :capacitor-plugin-safe-area:preReleaseBuild UP-TO-DATE
> Task :capacitor-plugin-safe-area:mergeReleaseJniLibFolders
> Task :capacitor-plugin-safe-area:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-plugin-safe-area:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-plugin-safe-area:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-plugin-safe-area:generateReleaseResValues
> Task :capacitor-plugin-safe-area:extractDeepLinksForAarRelease
> Task :capacitor-plugin-safe-area:generateReleaseResources
> Task :capacitor-plugin-safe-area:packageReleaseResources
> Task :capacitor-plugin-safe-area:parseReleaseLocalResources
> Task :capacitor-plugin-safe-area:javaPreCompileRelease
> Task :capacitor-plugin-safe-area:processReleaseManifest
> Task :capacitor-plugin-safe-area:mergeReleaseShaders
> Task :capacitor-plugin-safe-area:compileReleaseShaders NO-SOURCE
> Task :capacitor-plugin-safe-area:generateReleaseAssets UP-TO-DATE
> Task :capacitor-plugin-safe-area:generateReleaseRFile
> Task :capacitor-plugin-safe-area:packageReleaseAssets
> Task :capacitor-plugin-safe-area:extractReleaseAnnotations
> Task :capacitor-plugin-safe-area:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :capacitor-plugin-safe-area:mergeReleaseGeneratedProguardFiles
> Task :capacitor-plugin-safe-area:mergeReleaseConsumerProguardFiles
> Task :capacitor-plugin-safe-area:prepareLintJarForPublish
> Task :capacitor-plugin-safe-area:prepareReleaseArtProfile
> Task :capacitor-plugin-safe-area:processReleaseJavaRes NO-SOURCE
> Task :capacitor-plugin-safe-area:mergeReleaseJavaResource
> Task :capacitor-plugin-safe-area:writeReleaseAarMetadata
> Task :capacitor-plugin-safe-area:syncReleaseLibJars
> Task :capacitor-plugin-safe-area:bundleReleaseLocalLintAar
> Task :capacitor-stash-media:preBuild UP-TO-DATE
> Task :capacitor-stash-media:preReleaseBuild UP-TO-DATE
> Task :capacitor-stash-media:mergeReleaseJniLibFolders
> Task :capacitor-stash-media:mergeReleaseNativeLibs NO-SOURCE
> Task :capacitor-stash-media:stripReleaseDebugSymbols NO-SOURCE
> Task :capacitor-stash-media:copyReleaseJniLibsProjectAndLocalJars
> Task :capacitor-stash-media:generateReleaseResValues
> Task :capacitor-stash-media:extractDeepLinksForAarRelease
> Task :capacitor-stash-media:generateReleaseResources
> Task :capacitor-stash-media:packageReleaseResources
> Task :capacitor-stash-media:parseReleaseLocalResources
> Task :capacitor-stash-media:javaPreCompileRelease
> Task :capacitor-stash-media:processReleaseManifest
> Task :capacitor-stash-media:mergeReleaseShaders
> Task :capacitor-stash-media:compileReleaseShaders NO-SOURCE
> Task :capacitor-stash-media:generateReleaseAssets UP-TO-DATE
> Task :capacitor-stash-media:generateReleaseRFile
> Task :capacitor-stash-media:packageReleaseAssets
> Task :capacitor-stash-media:extractReleaseAnnotations
> Task :capacitor-stash-media:compileReleaseJavaWithJavac
Note: /home/vagrant/build/app.vger.voyager/node_modules/.pnpm/capacitor-stash-media@0.0.7_@capacitor+core@5.2.3/node_modules/capacitor-stash-media/android/src/main/java/dev/harding/capacitor/stashmedia/StashMedia.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :capacitor-stash-media:mergeReleaseGeneratedProguardFiles
> Task :capacitor-stash-media:mergeReleaseConsumerProguardFiles
> Task :capacitor-stash-media:prepareLintJarForPublish
> Task :capacitor-stash-media:prepareReleaseArtProfile
> Task :capacitor-stash-media:processReleaseJavaRes NO-SOURCE
> Task :capacitor-stash-media:mergeReleaseJavaResource
> Task :capacitor-stash-media:writeReleaseAarMetadata
> Task :capacitor-stash-media:syncReleaseLibJars
> Task :capacitor-stash-media: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:mergeReleaseJavaResource
> Task :capacitor-android:writeReleaseAarMetadata
> Task :capacitor-android:syncReleaseLibJars
> Task :capacitor-android:bundleReleaseLocalLintAar
> Task :capacitor-cordova-android-plugins:preBuild UP-TO-DATE
> 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:generateReleaseRFile
> Task :capacitor-cordova-android-plugins:prepareReleaseArtProfile
> Task :capacitor-android-nav-mode:extractReleaseAnnotations
> Task :capacitor-cordova-android-plugins:extractReleaseAnnotations
> Task :capacitor-android-nav-mode:syncReleaseLibJars
> Task :capacitor-android-nav-mode:bundleReleaseLocalLintAar
> 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:processReleaseJavaRes NO-SOURCE
> 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-android-nav-mode:extractDeepLinksRelease
> Task :capacitor-app:extractDeepLinksRelease
> Task :capacitor-application-context:extractDeepLinksRelease
> Task :capacitor-biometric-lock:extractDeepLinksRelease
> Task :capacitor-browser:extractDeepLinksRelease
> Task :capacitor-community-app-icon:extractDeepLinksRelease
> Task :capacitor-cordova-android-plugins:extractDeepLinksRelease
> Task :capacitor-haptics:extractDeepLinksRelease
> Task :capacitor-keyboard:extractDeepLinksRelease
> Task :capacitor-plugin-safe-area:extractDeepLinksRelease
> Task :capacitor-share:extractDeepLinksRelease
> Task :capacitor-stash-media:extractDeepLinksRelease
> Task :capacitor-status-bar:extractDeepLinksRelease
> Task :app:processReleaseMainManifest
[:capacitor-community-app-icon] /home/vagrant/build/app.vger.voyager/node_modules/.pnpm/@capacitor-community+app-icon@4.1.1_@capacitor+core@5.2.3/node_modules/@capacitor-community/app-icon/android/build/intermediates/merged_manifest/release/AndroidManifest.xml Warning:
Namespace 'com.mycompany.plugins.example' is used in multiple modules and/or libraries: :capacitor-community-app-icon, :capacitor-application-context. Please ensure that all modules and libraries have a unique namespace. For more information, See https://developer.android.com/studio/build/configure-app-module#set-namespace
> Task :app:mergeReleaseResources
> Task :app:processReleaseManifest
> Task :capacitor-android-nav-mode:compileReleaseLibraryResources
> Task :capacitor-android:compileReleaseLibraryResources
> Task :capacitor-app:compileReleaseLibraryResources
> Task :capacitor-application-context:compileReleaseLibraryResources
> Task :capacitor-biometric-lock:compileReleaseLibraryResources
> Task :capacitor-browser:compileReleaseLibraryResources
> Task :capacitor-community-app-icon:compileReleaseLibraryResources
> Task :capacitor-cordova-android-plugins:compileReleaseLibraryResources
> Task :capacitor-haptics:compileReleaseLibraryResources
> Task :capacitor-keyboard:compileReleaseLibraryResources
> Task :capacitor-plugin-safe-area:compileReleaseLibraryResources
> Task :capacitor-share:compileReleaseLibraryResources
> Task :capacitor-stash-media:compileReleaseLibraryResources
> Task :capacitor-status-bar:compileReleaseLibraryResources
> Task :capacitor-android-nav-mode:bundleLibCompileToJarRelease
> Task :capacitor-app:bundleLibCompileToJarRelease
> Task :capacitor-application-context:bundleLibCompileToJarRelease
> Task :capacitor-biometric-lock:bundleLibCompileToJarRelease
> Task :capacitor-browser:bundleLibCompileToJarRelease
> Task :capacitor-community-app-icon:bundleLibCompileToJarRelease
> Task :capacitor-cordova-android-plugins:bundleLibCompileToJarRelease
> Task :capacitor-haptics:bundleLibCompileToJarRelease
> Task :capacitor-plugin-safe-area:bundleLibCompileToJarRelease
> Task :capacitor-keyboard:bundleLibCompileToJarRelease
> Task :capacitor-share:bundleLibCompileToJarRelease
> Task :capacitor-stash-media:bundleLibCompileToJarRelease
> Task :app:processReleaseManifestForPackage
> Task :capacitor-status-bar:bundleLibCompileToJarRelease
> Task :app:extractProguardFiles
> Task :capacitor-android:writeReleaseLintModelMetadata
> Task :capacitor-android-nav-mode:bundleLibRuntimeToJarRelease
> Task :capacitor-android-nav-mode:writeReleaseLintModelMetadata
> Task :capacitor-android:bundleLibRuntimeToJarRelease
> Task :capacitor-android-nav-mode:createFullJarRelease
> Task :capacitor-android:createFullJarRelease
> Task :capacitor-app:bundleLibRuntimeToJarRelease
> Task :capacitor-app:writeReleaseLintModelMetadata
> Task :capacitor-app:createFullJarRelease
> Task :capacitor-application-context:bundleLibRuntimeToJarRelease
> Task :capacitor-application-context:writeReleaseLintModelMetadata
> Task :capacitor-application-context:createFullJarRelease
> Task :capacitor-biometric-lock:writeReleaseLintModelMetadata
> Task :capacitor-biometric-lock:bundleLibRuntimeToJarRelease
> Task :capacitor-biometric-lock:createFullJarRelease
> Task :capacitor-browser:bundleLibRuntimeToJarRelease
> Task :capacitor-browser:writeReleaseLintModelMetadata
> Task :capacitor-browser:createFullJarRelease
> Task :capacitor-community-app-icon:bundleLibRuntimeToJarRelease
> Task :capacitor-community-app-icon:writeReleaseLintModelMetadata
> Task :capacitor-community-app-icon:createFullJarRelease
> Task :capacitor-cordova-android-plugins:bundleLibRuntimeToJarRelease
> Task :capacitor-cordova-android-plugins:writeReleaseLintModelMetadata
> Task :capacitor-cordova-android-plugins:createFullJarRelease
> Task :capacitor-haptics:bundleLibRuntimeToJarRelease
> Task :capacitor-haptics:writeReleaseLintModelMetadata
> Task :capacitor-haptics:createFullJarRelease
> Task :capacitor-keyboard:bundleLibRuntimeToJarRelease
> Task :capacitor-keyboard:writeReleaseLintModelMetadata
> Task :capacitor-keyboard:createFullJarRelease
> Task :capacitor-plugin-safe-area:bundleLibRuntimeToJarRelease
> Task :capacitor-plugin-safe-area:createFullJarRelease
> Task :capacitor-plugin-safe-area:writeReleaseLintModelMetadata
> Task :capacitor-share:bundleLibRuntimeToJarRelease
> Task :capacitor-share:writeReleaseLintModelMetadata
> Task :capacitor-share:createFullJarRelease
> Task :capacitor-stash-media:writeReleaseLintModelMetadata
> Task :capacitor-stash-media:bundleLibRuntimeToJarRelease
> Task :capacitor-status-bar:bundleLibRuntimeToJarRelease
> Task :capacitor-stash-media:createFullJarRelease
> Task :capacitor-status-bar:createFullJarRelease
> Task :capacitor-status-bar:writeReleaseLintModelMetadata
> Task :app:mergeReleaseJniLibFolders
> Task :capacitor-android:copyReleaseJniLibsProjectOnly
> Task :capacitor-android-nav-mode:copyReleaseJniLibsProjectOnly
> Task :capacitor-app:copyReleaseJniLibsProjectOnly
> Task :capacitor-application-context:copyReleaseJniLibsProjectOnly
> Task :capacitor-biometric-lock:copyReleaseJniLibsProjectOnly
> Task :capacitor-browser:copyReleaseJniLibsProjectOnly
> Task :capacitor-community-app-icon:copyReleaseJniLibsProjectOnly
> Task :capacitor-cordova-android-plugins:copyReleaseJniLibsProjectOnly
> Task :capacitor-haptics:copyReleaseJniLibsProjectOnly
> Task :capacitor-keyboard:copyReleaseJniLibsProjectOnly
> Task :capacitor-plugin-safe-area:copyReleaseJniLibsProjectOnly
> Task :capacitor-share:copyReleaseJniLibsProjectOnly
> Task :capacitor-stash-media:copyReleaseJniLibsProjectOnly
> Task :capacitor-status-bar:copyReleaseJniLibsProjectOnly
> Task :app:processReleaseResources
> Task :app:checkReleaseDuplicateClasses
> Task :app:mergeReleaseNativeLibs NO-SOURCE
> Task :app:compileReleaseJavaWithJavac
Note: /home/vagrant/build/app.vger.voyager/android/app/src/main/java/app/vger/voyager/MainActivity.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :app:stripReleaseDebugSymbols NO-SOURCE
> Task :app:extractReleaseNativeSymbolTables NO-SOURCE
> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app:dexBuilderRelease
> Task :app:desugarReleaseFileDependencies
> Task :app:lintVitalAnalyzeRelease
> Task :app:mergeReleaseArtProfile
> Task :app:lintVitalReportRelease
> Task :app:lintVitalRelease
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:mergeReleaseGlobalSynthetics
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:compressReleaseAssets
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:writeReleaseAppMetadata
> Task :app:writeReleaseSigningConfigVersions
> Task :app:mergeReleaseJavaResource
> Task :app:optimizeReleaseResources
> Task :app:mergeExtDexRelease
> Task :app:mergeDexRelease
> Task :app:compileReleaseArtProfile
> Task :app:packageRelease
> Task :app:createReleaseApkListingFileRedirect
> Task :app:assembleRelease
BUILD SUCCESSFUL in 2m 12s
429 actionable tasks: 429 executed
2023-11-20 17:47:11,166 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/app.vger.voyager, universal_newlines=False, shell=None, istream=<valid stream>)
2023-11-20 17:47:11,185 INFO: Successfully built version 1.24.2 of app.vger.voyager from 657c660a504d1476443790aa54f068b7ec3de1a3
2023-11-20 17:47:11,668 DEBUG: AXML contains a RESOURCE MAP
2023-11-20 17:47:11,668 DEBUG: Start of Namespace mapping: prefix 32: 'android' --> uri 65: 'http://schemas.android.com/apk/res/android'
2023-11-20 17:47:11,670 DEBUG: Checking build/app.vger.voyager/android/app/build/outputs/apk/release/app-release-unsigned.apk
2023-11-20 17:47:11,680 DEBUG: AXML contains a RESOURCE MAP
2023-11-20 17:47:11,680 DEBUG: Start of Namespace mapping: prefix 32: 'android' --> uri 65: 'http://schemas.android.com/apk/res/android'
2023-11-20 17:47:11,705 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2023-11-20 17:47:11,706 INFO: ...retrieving https://github.com/aeharding/voyager/releases/download/1.24.2/Voyager-Android-1.24.2.apk
2023-11-20 17:47:11,877 DEBUG: Starting new HTTPS connection (1): github.com:443
2023-11-20 17:47:12,144 DEBUG: https://github.com:443 "GET /aeharding/voyager/releases/download/1.24.2/Voyager-Android-1.24.2.apk HTTP/1.1" 302 0
2023-11-20 17:47:12,153 DEBUG: Starting new HTTPS connection (1): objects.githubusercontent.com:443
2023-11-20 17:47:12,337 DEBUG: https://objects.githubusercontent.com:443 "GET /github-production-release-asset-2e65be/652400579/ae344c8d-1a2c-46f9-b1ba-b6e886cd48ec?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231120%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231120T174711Z&X-Amz-Expires=300&X-Amz-Signature=42dbf239195cc2f99dd50ffb2f190465d6063afca7a0136c85c629811bc797bf&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=652400579&response-content-disposition=attachment%3B%20filename%3DVoyager-Android-1.24.2.apk&response-content-type=application%2Fvnd.android.package-archive HTTP/1.1" 200 6602894
2023-11-20 17:47:14,054 DEBUG: unsigned/binaries/app.vger.voyager_180.binary.apk: Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Number of signers: 1
WARNING: META-INF/com/android/build/gradle/app-metadata.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.annotation_annotation-experimental.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat-resources.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.arch.core_core-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.browser_browser.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.coordinatorlayout_coordinatorlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-splashscreen.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cursoradapter_cursoradapter.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.drawerlayout_drawerlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2-views-helper.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.interpolator_interpolator.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-process.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.loader_loader.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.profileinstaller_profileinstaller.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.startup_startup-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable-animated.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.versionedparcelable_versionedparcelable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager_viewpager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.webkit_webkit.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_android.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
2023-11-20 17:47:15,442 DEBUG: /tmp/tmpknhyovyn/sigcp_app.vger.voyager_180.apk: Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Number of signers: 1
WARNING: META-INF/com/android/build/gradle/app-metadata.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.annotation_annotation-experimental.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat-resources.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.arch.core_core-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.browser_browser.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.coordinatorlayout_coordinatorlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-splashscreen.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cursoradapter_cursoradapter.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.drawerlayout_drawerlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2-views-helper.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.interpolator_interpolator.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-process.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.loader_loader.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.profileinstaller_profileinstaller.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.startup_startup-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable-animated.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.versionedparcelable_versionedparcelable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager_viewpager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.webkit_webkit.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_android.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
2023-11-20 17:47:15,443 INFO: ...successfully verified
2023-11-20 17:47:15,443 INFO: compared built binary to supplied reference binary successfully
2023-11-20 17:47:15,494 INFO: supplied reference binary has allowed signer 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
2023-11-20 17:47:15,500 INFO: success: app.vger.voyager
2023-11-20 17:47:15,500 INFO: Finished
2023-11-20 17:47:15,501 INFO: 1 build succeeded