log for io.kubenav.kubenav:49
Traceback (most recent call last):
File "/home/fbuild/fdroidserver/fdroidserver/build.py", line 1136, in main
options.onserver, options.refresh):
File "/home/fbuild/fdroidserver/fdroidserver/build.py", line 886, in trybuild
build_server(app, build, vcs, build_dir, output_dir, log_dir, force)
File "/home/fbuild/fdroidserver/fdroidserver/build.py", line 269, in build_server
str(output, 'utf-8'))
fdroidserver.exception.BuildException: Build.py failed on server for io.kubenav.kubenav:3.8.0
==== detail begin ====
== Installed Android Tools ==
2021-11-24 09:56:57,858 DEBUG: Reading 'config.yml'
2021-11-24 09:56:57,870 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-11-24 09:56:57,873 INFO: Creating log directory
2021-11-24 09:56:57,873 INFO: Creating temporary directory
2021-11-24 09:56:57,873 INFO: Creating output directory
2021-11-24 09:56:57,880 DEBUG: Getting git vcs interface for https://github.com/kubenav/kubenav
2021-11-24 09:56:57,881 DEBUG: > git --version
git version 2.11.0
2021-11-24 09:56:58,132 INFO: Using git version 2.11.0
2021-11-24 09:56:58,133 DEBUG: Checking 3.8.0
2021-11-24 09:56:58,134 INFO: Building version 3.8.0 (49) of io.kubenav.kubenav
2021-11-24 09:56:58,135 INFO: Running 'sudo' commands in /home/vagrant
2021-11-24 09:56:58,135 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -x -c curl -Lo node.tar.xz https://nodejs.org/dist/v14.15.5/node-v14.15.5-linux-x64.tar.xz && echo "fa198afa9a2872cde991c3aa71796894bf7b5310d6eb178c3eafcf66e3ae79a7 node.tar.xz" | sha256sum -c - && tar xJf node.tar.xz && cp -a node-v14.15.5-linux-x64/. /usr/local/ && curl -L -o ~/go1.16.2.linux-amd64.tar.gz https://golang.org/dl/go1.16.2.linux-amd64.tar.gz && tar -C /usr/local -xzf ~/go1.16.2.linux-amd64.tar.gz && npm install -g npm@latest && npm install -g @ionic/cli
+ curl -Lo node.tar.xz https://nodejs.org/dist/v14.15.5/node-v14.15.5-linux-x64.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.4M 100 20.4M 0 0 66.1M 0 --:--:-- --:--:-- --:--:-- 66.2M
+ echo 'fa198afa9a2872cde991c3aa71796894bf7b5310d6eb178c3eafcf66e3ae79a7 node.tar.xz'
+ sha256sum -c -
node.tar.xz: OK
+ tar xJf node.tar.xz
+ cp -a node-v14.15.5-linux-x64/. /usr/local/
+ curl -L -o /root/go1.16.2.linux-amd64.tar.gz https://golang.org/dl/go1.16.2.linux-amd64.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
100 80 100 80 0 0 384 0 --:--:-- --:--:-- --:--:-- 386
100 75 100 75 0 0 169 0 --:--:-- --:--:-- --:--:-- 169
100 75 100 75 0 0 169 0 --:--:-- --:--:-- --:--:-- 0
78 123M 78 97.1M 0 0 69.0M 0 0:00:01 0:00:01 --:--:-- 69.0M
100 123M 100 123M 0 0 74.7M 0 0:00:01 0:00:01 --:--:-- 108M
+ tar -C /usr/local -xzf /root/go1.16.2.linux-amd64.tar.gz
+ npm install -g npm@latest
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
/usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js
+ npm@8.1.4
added 73 packages from 18 contributors, removed 286 packages and updated 149 packages in 6.543s
+ npm install -g @ionic/cli
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
added 212 packages, and audited 213 packages in 16s
26 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
2021-11-24 09:57:28,259 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-11-24 09:57:28,469 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64914 files and directories currently installed.)
Removing sudo (1.8.19p1-2.1+deb9u3) ...
Purging configuration files for sudo (1.8.19p1-2.1+deb9u3) ...
Processing triggers for systemd (232-25+deb9u13) ...
2021-11-24 09:57:34,507 INFO: Getting source for revision 2176ebf5e8aa400c9da479fd35f78d4f93b93e13
2021-11-24 09:57:34,507 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:34,507 DEBUG: > git rev-parse --show-toplevel
2021-11-24 09:57:34,712 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:34,712 DEBUG: > git submodule foreach --recursive git reset --hard
2021-11-24 09:57:35,117 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:35,117 DEBUG: > git reset --hard
2021-11-24 09:57:35,422 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:35,423 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-11-24 09:57:35,527 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:35,527 DEBUG: > git clean -dffx
2021-11-24 09:57:35,634 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:35,635 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 fetch origin
2021-11-24 09:57:36,454 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:36,455 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 fetch --prune --tags --force origin
2021-11-24 09:57:37,061 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:37,061 DEBUG: > git remote set-head origin --auto
2021-11-24 09:57:37,788 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:37,789 DEBUG: > git checkout -f 2176ebf5e8aa400c9da479fd35f78d4f93b93e13
2021-11-24 09:57:38,095 DEBUG: Directory: build/io.kubenav.kubenav
2021-11-24 09:57:38,095 DEBUG: > git clean -dffx
2021-11-24 09:57:38,286 INFO: Creating local.properties file at build/io.kubenav.kubenav/local.properties
2021-11-24 09:57:38,287 INFO: Creating local.properties file at build/io.kubenav.kubenav/android/local.properties
2021-11-24 09:57:38,287 INFO: Creating local.properties file at build/io.kubenav.kubenav/android/app/local.properties
2021-11-24 09:57:38,288 DEBUG: Removing debuggable flags from build/io.kubenav.kubenav/android/app
2021-11-24 09:57:38,291 INFO: Changing the version code
2021-11-24 09:57:38,293 INFO: Removing specified files
2021-11-24 09:57:38,293 INFO: Removing .github
2021-11-24 09:57:38,295 INFO: Removing ios
2021-11-24 09:57:38,298 INFO: Removing cmd/electron
2021-11-24 09:57:38,298 INFO: Removing .vscode
2021-11-24 09:57:38,298 INFO: Removing cmd/server
2021-11-24 09:57:38,305 INFO: Running 'prebuild' commands in build/io.kubenav.kubenav/android/app
2021-11-24 09:57:38,305 DEBUG: Directory: build/io.kubenav.kubenav/android/app
2021-11-24 09:57:38,306 DEBUG: > bash -x -c -- cd ../.. && npm install && sed -i '/com.google.android.gms:play-services-location/d' node_modules/@capacitor/android/capacitor/build.gradle && sed -i '/com.google.firebase:firebase-messaging/d' node_modules/@capacitor/android/capacitor/build.gradle && sed -i '/import com.getcapacitor.plugin.Geolocation;/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java && sed -i '/import com.getcapacitor.plugin.PushNotifications;/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java && sed -i '/this.registerPlugin(Geolocation.class);/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java && sed -i '/this.registerPlugin(PushNotifications.class);/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java && rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/CapacitorFirebaseMessagingService.java && rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/plugin/PushNotifications.java && rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/plugin/Geolocation.java && ionic build && npx cap sync android && rm -rf node_modules/node-notifier
+ cd ../..
+ npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/eslint-plugin@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/experimental-utils@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/scope-manager@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/types@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/typescript-estree@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/visitor-keys@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'eslint-visitor-keys@3.1.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/parser@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/scope-manager@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/types@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/typescript-estree@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@typescript-eslint/visitor-keys@5.4.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'eslint-visitor-keys@3.1.0',
npm WARN EBADENGINE required: { node: '^12.22.0 || ^14.17.0 || >=16.0.0' },
npm WARN EBADENGINE current: { node: 'v14.15.5', npm: '8.1.4' }
npm WARN EBADENGINE }
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated rollup-plugin-babel@4.4.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.
npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
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 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
added 2330 packages, and audited 2331 packages in 1m
166 packages are looking for funding
run `npm fund` for details
44 vulnerabilities (29 moderate, 13 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
+ sed -i /com.google.android.gms:play-services-location/d node_modules/@capacitor/android/capacitor/build.gradle
+ sed -i /com.google.firebase:firebase-messaging/d node_modules/@capacitor/android/capacitor/build.gradle
+ sed -i '/import com.getcapacitor.plugin.Geolocation;/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java
+ sed -i '/import com.getcapacitor.plugin.PushNotifications;/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java
+ sed -i '/this.registerPlugin(Geolocation.class);/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java
+ sed -i '/this.registerPlugin(PushNotifications.class);/d' node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java
+ rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/CapacitorFirebaseMessagingService.java
+ rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/plugin/PushNotifications.java
+ rm -rf node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/plugin/Geolocation.java
+ ionic build
> react-scripts build
Creating an optimized production build...
Compiled successfully.
File sizes after gzip:
472.5 KB build/static/js/4.52ac0904.chunk.js
67.68 KB build/static/js/main.9ed0e176.chunk.js
30.1 KB build/static/js/60.9a08a311.chunk.js
26.37 KB build/static/js/58.9a1f91b2.chunk.js
10.75 KB build/static/js/10.19f17c56.chunk.js
10.3 KB build/static/js/7.e30d7fce.chunk.js
7.92 KB build/static/js/26.a099bc39.chunk.js
6.98 KB build/static/js/6.9f5fa0b6.chunk.js
6 KB build/static/js/11.1c7604ca.chunk.js
5.9 KB build/static/js/52.4dc66264.chunk.js
5.58 KB build/static/js/28.ea20c43e.chunk.js
5.54 KB build/static/js/polyfills-dom.e8bc871b.chunk.js
5.37 KB build/static/js/34.ebdd734d.chunk.js
5.21 KB build/static/js/19.f29ab0d0.chunk.js
4.71 KB build/static/js/5.6c7f553e.chunk.js
4.65 KB build/static/js/31.005e80fb.chunk.js
4.61 KB build/static/js/14.226b5da2.chunk.js
4.58 KB build/static/js/32.056bf212.chunk.js
4.46 KB build/static/js/33.d3a7d23b.chunk.js
4.35 KB build/static/js/25.e5476914.chunk.js
4.25 KB build/static/js/8.da77688f.chunk.js
4.11 KB build/static/css/4.0559a078.chunk.css
4.08 KB build/static/js/35.5fb6ce23.chunk.js
3.99 KB build/static/js/23.c5070cbd.chunk.js
3.78 KB build/static/js/36.3470e179.chunk.js
3.59 KB build/static/js/39.a82fa24e.chunk.js
3.53 KB build/static/js/24.a1edb7c0.chunk.js
3.44 KB build/static/js/9.8ca2814d.chunk.js
3.41 KB build/static/js/44.146ae8b7.chunk.js
3.4 KB build/static/js/12.a4c4f286.chunk.js
3.31 KB build/static/js/42.25c24448.chunk.js
3.15 KB build/static/js/54.567243c6.chunk.js
2.99 KB build/static/js/30.1ba33063.chunk.js
2.86 KB build/static/js/38.d10fda71.chunk.js
2.84 KB build/static/js/18.e0379fb4.chunk.js
2.49 KB build/static/js/16.8b9d2af2.chunk.js
2.48 KB build/static/js/27.a9d78473.chunk.js
2.45 KB build/static/js/20.bf16cf3f.chunk.js
2.4 KB build/static/css/main.93910bc6.chunk.css
2.35 KB build/static/js/21.90f1b56c.chunk.js
2.29 KB build/static/js/29.c98ccfbc.chunk.js
2.06 KB build/static/js/56.800024a2.chunk.js
2 KB build/static/js/46.75ba01bf.chunk.js
1.99 KB build/static/js/13.1ce1246b.chunk.js
1.92 KB build/static/js/15.8bc96845.chunk.js
1.72 KB build/static/js/61.a11321ef.chunk.js
1.71 KB build/static/js/48.c4021cf8.chunk.js
1.71 KB build/static/js/50.14b3619f.chunk.js
1.7 KB build/static/js/runtime-main.3efdfad9.js
1.6 KB build/static/js/22.c4d4537b.chunk.js
1.52 KB build/static/js/53.82ad44ed.chunk.js
1.24 KB build/static/js/17.60e988a0.chunk.js
1.14 KB build/static/js/51.4d1ceafc.chunk.js
958 B build/static/js/59.ba9bd809.chunk.js
766 B build/static/js/49.eb00167b.chunk.js
701 B build/static/js/47.75fc6358.chunk.js
692 B build/static/js/55.c57c6cf9.chunk.js
683 B build/static/js/37.1ae1ba56.chunk.js
593 B build/static/js/40.112e693d.chunk.js
558 B build/static/js/41.5561de8d.chunk.js
480 B build/static/js/45.6784b5b2.chunk.js
473 B build/static/js/0.4d119696.chunk.js
464 B build/static/js/57.bd456d67.chunk.js
426 B build/static/js/43.b92a3f18.chunk.js
371 B build/static/js/62.42bb5a5e.chunk.js
The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.
The build folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s build
Find out more about deployment here:
https://cra.link/deployment
+ npx cap sync android
✔ Copying web assets from build to android/app/src/main/assets/public in 184.65ms
✔ Creating capacitor.config.json in android/app/src/main/assets in 1.52ms
✔ copy android in 235.76ms
✔ Updating Android plugins in 12.82ms
[info] Found 9 Capacitor plugins for android:
@capacitor/app@1.0.6
@capacitor/browser@1.0.6
@capacitor/clipboard@1.0.6
@capacitor/filesystem@1.0.6
@capacitor/haptics@1.1.3
@capacitor/keyboard@1.1.3
@capacitor/splash-screen@1.1.6
@capacitor/status-bar@1.0.6
capacitor-native-biometric@3.0.3
✔ update android in 94.70ms
[info] Sync finished in 0.336s
+ rm -rf node_modules/node-notifier
2021-11-24 10:00:27,328 INFO: Cleaning Gradle project...
2021-11-24 10:00:27,328 DEBUG: Directory: build/io.kubenav.kubenav/android/app
2021-11-24 10:00:27,329 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 7.0 via distributionUrl
Downloading missing gradle version 7.0
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-7.0-bin.zip: OK
Running /opt/gradle/versions/7.0/bin/gradle clean
Welcome to Gradle 7.0!
Here are the highlights of this release:
- File system watching enabled by default
- Support for running with and building Java 16 projects
- Native support for Apple Silicon processors
- Dependency catalog feature preview
For more details see https://docs.gradle.org/7.0/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.0/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
WARNING:: Using flatDirs should be avoided because it doesn't support any meta-data formats.
Currently detected usages:
- repository flatDir used in: project ':app', project ':capacitor-cordova-android-plugins'
WARNING:: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.
Currently detected usages in: root project 'android', project ':app', project ':capacitor-android', ...
> Task :app:clean UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 48s
1 actionable task: 1 up-to-date
2021-11-24 10:01:24,198 INFO: Scanning source for common problems...
2021-11-24 10:01:24,207 INFO: Removing gradle-wrapper.jar at android/gradle/wrapper/gradle-wrapper.jar
2021-11-24 10:01:24,700 ERROR: Found gzip file archive at node_modules/@capacitor/cli/assets/android-template.tar.gz
2021-11-24 10:01:24,700 ERROR: Found gzip file archive at node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
2021-11-24 10:01:24,701 ERROR: Found gzip file archive at node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
2021-11-24 10:01:24,701 ERROR: Found gzip file archive at node_modules/@capacitor/cli/assets/ios-template.tar.gz
2021-11-24 10:01:25,036 INFO: Removing gradle-wrapper.jar at node_modules/capacitor-native-biometric/android/gradle/wrapper/gradle-wrapper.jar
2021-11-24 10:01:27,360 ERROR: Could not build app io.kubenav.kubenav: Can't build due to 4 errors while scanning
2021-11-24 10:01:27,361 DEBUG: Error encoutered, stopping by user request.
==== detail end ====