log for com.holoplay:33
== Installed Android Tools ==
2021-06-06 05:39:43,011 DEBUG: Reading 'config.yml'
2021-06-06 05:39:43,021 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner
2021-06-06 05:39:43,023 INFO: Creating log directory
2021-06-06 05:39:43,024 INFO: Creating temporary directory
2021-06-06 05:39:43,024 INFO: Creating output directory
2021-06-06 05:39:43,026 DEBUG: Getting git vcs interface for https://github.com/stephane-r/HoloPlay
2021-06-06 05:39:43,027 DEBUG: > git --version
git version 2.11.0
2021-06-06 05:39:43,251 INFO: Using git version 2.11.0
2021-06-06 05:39:43,252 DEBUG: Checking 1.10.1
2021-06-06 05:39:43,252 INFO: Building version 1.10.1 (33) of com.holoplay
2021-06-06 05:39:43,253 INFO: Running 'sudo' commands in /home/vagrant
2021-06-06 05:39:43,254 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -x -c sysctl fs.inotify.max_user_watches=524288 && curl -Lo node.tar.xz https://nodejs.org/dist/v14.8.0/node-v14.8.0-linux-x64.tar.xz && echo "c7761fe5d56d045d1540b1f0bc8a20d7edf03e6fd695ee5fbffc1dd9416ccc75 node.tar.xz" | sha256sum -c - && tar xJf node.tar.xz && cp -a node-v14.8.0-linux-x64/. /usr/local/ && npm -g install yarn
+ sysctl fs.inotify.max_user_watches=524288
fs.inotify.max_user_watches = 524288
+ curl -Lo node.tar.xz https://nodejs.org/dist/v14.8.0/node-v14.8.0-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.5M 100 20.5M 0 0 67.2M 0 --:--:-- --:--:-- --:--:-- 67.4M
+ echo 'c7761fe5d56d045d1540b1f0bc8a20d7edf03e6fd695ee5fbffc1dd9416ccc75 node.tar.xz'
+ sha256sum -c -
node.tar.xz: OK
+ tar xJf node.tar.xz
+ cp -a node-v14.8.0-linux-x64/. /usr/local/
+ npm -g install yarn
> yarn@1.22.10 preinstall /usr/local/lib/node_modules/yarn
> :; (node ./preinstall.js > /dev/null 2>&1 || true)
/usr/local/bin/yarn -> /usr/local/lib/node_modules/yarn/bin/yarn.js
/usr/local/bin/yarnpkg -> /usr/local/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.22.10
added 1 package in 0.741s
2021-06-06 05:39:47,088 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2021-06-06 05:39:47,658 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64892 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+deb9u12) ...
2021-06-06 05:39:53,280 INFO: Getting source for revision 1.10.1
2021-06-06 05:39:53,281 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:53,281 DEBUG: > git rev-parse --show-toplevel
2021-06-06 05:39:53,501 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:53,502 DEBUG: > git submodule foreach --recursive git reset --hard
2021-06-06 05:39:53,690 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:53,691 DEBUG: > git submodule foreach --recursive git clean -dffx
2021-06-06 05:39:53,936 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:53,936 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-06-06 05:39:54,344 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:54,344 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-06-06 05:39:54,650 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:54,651 DEBUG: > git remote set-head origin --auto
2021-06-06 05:39:55,064 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:55,064 DEBUG: > git checkout -f 1.10.1
2021-06-06 05:39:55,286 DEBUG: Directory: build/com.holoplay
2021-06-06 05:39:55,287 DEBUG: > git clean -dffx
2021-06-06 05:39:55,393 INFO: Running 'init' commands in build/com.holoplay/android/app
2021-06-06 05:39:55,394 DEBUG: Directory: build/com.holoplay/android/app
2021-06-06 05:39:55,394 DEBUG: > bash -x -c -- yarn install
+ yarn install
yarn install v1.22.10
[1/4] Resolving packages...
warning Resolution field "node-fetch@2.6.1" is incompatible with requested version "node-fetch@^1.0.1"
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > @react-native-community/async-storage@1.12.1" has incorrect peer dependency "react@^16.8".
warning " > @react-native-community/picker@1.8.1" has incorrect peer dependency "react@^16.0".
warning "react-native > use-subscription@1.4.1" has incorrect peer dependency "react@^16.8.0".
warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6".
warning " > react-native-config@1.4.2" has unmet peer dependency "react-native-windows@>=0.61".
warning " > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*".
warning "react-native-paper > @callstack/react-theme-provider@3.0.6" has incorrect peer dependency "react@^16.3.0".
warning " > react-native-svg-icon@0.10.0" has unmet peer dependency "prop-types@^15.5.10".
warning " > react-waterfall@4.0.4" has incorrect peer dependency "react@^16.3.0".
warning " > react-waterfall@4.0.4" has unmet peer dependency "react-dom@^16.3.0".
warning " > rn-dominant-color@1.7.2" has incorrect peer dependency "react-native@^0.41.2".
warning " > rn-placeholder@3.0.3" has incorrect peer dependency "react@^16.13.1".
warning " > rn-placeholder@3.0.3" has incorrect peer dependency "react-native@^0.63.2".
warning " > @typescript-eslint/eslint-plugin@4.25.0" has unmet peer dependency "@typescript-eslint/parser@^4.0.0".
warning "eslint-config-airbnb-typescript > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0".
[4/4] Building fresh packages...
$ npx patch-package
npx: installed 50 in 3.795s
patch-package 6.4.7
Applying patches...
rn-fetch-blob@0.12.0 ✔
Done in 71.19s.
2021-06-06 05:41:06,995 INFO: Creating local.properties file at build/com.holoplay/local.properties
2021-06-06 05:41:06,996 INFO: Creating local.properties file at build/com.holoplay/android/local.properties
2021-06-06 05:41:06,996 INFO: Creating local.properties file at build/com.holoplay/android/app/local.properties
2021-06-06 05:41:06,997 DEBUG: Removing debuggable flags from build/com.holoplay/android/app
2021-06-06 05:41:07,004 INFO: Cleaned build.gradle of keysigning configs at build/com.holoplay/android/app/build.gradle
2021-06-06 05:41:07,234 INFO: Cleaned build.gradle of keysigning configs at build/com.holoplay/node_modules/react-native/template/android/app/build.gradle
2021-06-06 05:41:07,296 INFO: Running 'prebuild' commands in build/com.holoplay/android/app
2021-06-06 05:41:07,297 DEBUG: Directory: build/com.holoplay/android/app
2021-06-06 05:41:07,297 DEBUG: > bash -x -c -- mv ../.gradle.properties.dist ../gradle.properties
+ mv ../.gradle.properties.dist ../gradle.properties
2021-06-06 05:41:07,525 INFO: Cleaning Gradle project...
2021-06-06 05:41:07,526 DEBUG: Directory: build/com.holoplay/android/app
2021-06-06 05:41:07,526 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid clean
Found 6.7 via distributionUrl
Downloading missing gradle version 6.7
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-6.7-bin.zip: OK
Running /opt/gradle/versions/6.7/bin/gradle clean
Welcome to Gradle 6.7!
Here are the highlights of this release:
- File system watching is ready for production use
- Declare the version of Java your build requires
- Java 15 support
For more details see https://docs.gradle.org/6.7/release-notes.html
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.7/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Configure project :app
Reading env from: .env
**************************
*** Missing .env file ****
**************************
> Task :app:clean UP-TO-DATE
BUILD SUCCESSFUL in 1m 7s
1 actionable task: 1 up-to-date
2021-06-06 05:42:21,849 INFO: Scanning source for common problems...
2021-06-06 05:42:21,854 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at android/build.gradle
2021-06-06 05:42:21,854 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/jsc-android/dist' at android/build.gradle
2021-06-06 05:42:21,855 INFO: Removing gradle-wrapper.jar at android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:21,931 INFO: Removing Java JAR file at node_modules/jetifier/lib/annotations-13.0.jar
2021-06-06 05:42:21,932 INFO: Removing Java JAR file at node_modules/jetifier/lib/asm-tree-6.0.jar
2021-06-06 05:42:21,932 INFO: Removing Java JAR file at node_modules/jetifier/lib/gson-2.8.0.jar
2021-06-06 05:42:21,933 INFO: Removing Java JAR file at node_modules/jetifier/lib/jetifier-core-1.0.0-beta09.jar
2021-06-06 05:42:21,933 INFO: Removing Java JAR file at node_modules/jetifier/lib/jdom2-2.0.6.jar
2021-06-06 05:42:21,933 INFO: Removing Java JAR file at node_modules/jetifier/lib/jetifier-standalone.jar
2021-06-06 05:42:21,934 INFO: Removing Java JAR file at node_modules/jetifier/lib/asm-commons-6.0.jar
2021-06-06 05:42:21,934 INFO: Removing Java JAR file at node_modules/jetifier/lib/jetifier-processor-1.0.0-beta09.jar
2021-06-06 05:42:21,934 INFO: Removing Java JAR file at node_modules/jetifier/lib/kotlin-stdlib-1.3.60.jar
2021-06-06 05:42:21,935 INFO: Removing Java JAR file at node_modules/jetifier/lib/kotlin-stdlib-common-1.3.60.jar
2021-06-06 05:42:21,935 INFO: Removing Java JAR file at node_modules/jetifier/lib/asm-util-6.0.jar
2021-06-06 05:42:21,935 INFO: Removing Java JAR file at node_modules/jetifier/lib/asm-6.0.jar
2021-06-06 05:42:21,936 INFO: Removing Java JAR file at node_modules/jetifier/lib/commons-cli-1.3.1.jar
2021-06-06 05:42:22,014 INFO: Removing gradle-wrapper.jar at node_modules/rn-dominant-color/android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:22,162 INFO: Removing binary at node_modules/node-notifier/vendor/notifu/notifu64.exe
2021-06-06 05:42:22,163 INFO: Removing binary at node_modules/node-notifier/vendor/notifu/notifu.exe
2021-06-06 05:42:22,164 INFO: Removing binary at node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier
2021-06-06 05:42:22,164 INFO: Removing binary at node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe
2021-06-06 05:42:22,165 INFO: Removing binary at node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe
2021-06-06 05:42:22,311 INFO: Ignoring unknown maven repo '../node_modules/react-native/android' at node_modules/react-native-music-control/android/build.gradle
2021-06-06 05:42:22,332 INFO: Removing gradle-wrapper.jar at node_modules/rn-fetch-blob/android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:22,332 INFO: Removing Android DEX code at node_modules/rn-fetch-blob/android/build/.transforms/41b9e12e40d55b9861bc572380a0c368/classes/classes.dex
2021-06-06 05:42:22,333 INFO: Removing Android DEX code at node_modules/rn-fetch-blob/android/build/.transforms/1cdd1f83b6e6fd725a576fd59a94fd3f/classes/classes.dex
2021-06-06 05:42:22,430 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native-svg/android/build.gradle
2021-06-06 05:42:22,565 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native-safe-area-context/android/build.gradle
2021-06-06 05:42:23,119 WARNING: Found executable binary, possibly code at node_modules/bplist-parser/test/utf16_chinese.plist
2021-06-06 05:42:23,245 INFO: Ignoring unknown maven repo '$projectDir/../node_modules/react-native/android' at node_modules/react-native-screens/android/build.gradle
2021-06-06 05:42:23,430 INFO: Removing binary at node_modules/@sentry/cli/sentry-cli
2021-06-06 05:42:23,752 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-64-jsc.aar
2021-06-06 05:42:23,754 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-63-hermes.aar
2021-06-06 05:42:23,754 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-62-hermes.aar
2021-06-06 05:42:23,755 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-63-jsc.aar
2021-06-06 05:42:23,755 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-62-jsc.aar
2021-06-06 05:42:23,756 INFO: Removing Android AAR library at node_modules/react-native-reanimated/android/react-native-reanimated-64-hermes.aar
2021-06-06 05:42:24,017 INFO: Ignoring Java JAR file at node_modules/react-native/android/com/facebook/react/react-native/0.64.1/react-native-0.64.1-javadoc.jar
2021-06-06 05:42:24,018 INFO: Ignoring Android AAR library at node_modules/react-native/android/com/facebook/react/react-native/0.64.1/react-native-0.64.1.aar
2021-06-06 05:42:24,018 INFO: Ignoring Java JAR file at node_modules/react-native/android/com/facebook/react/react-native/0.64.1/react-native-0.64.1-sources.jar
2021-06-06 05:42:24,021 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native/template/android/build.gradle
2021-06-06 05:42:24,021 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/jsc-android/dist' at node_modules/react-native/template/android/build.gradle
2021-06-06 05:42:24,021 INFO: Removing gradle-wrapper.jar at node_modules/react-native/template/android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:24,143 INFO: Removing Java JAR file at node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
2021-06-06 05:42:24,188 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc/r245459/android-jsc-r245459.aar
2021-06-06 05:42:24,189 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc-cppruntime/r245459/android-jsc-cppruntime-r245459.aar
2021-06-06 05:42:24,189 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc-intl/r245459/android-jsc-intl-r245459.aar
2021-06-06 05:42:24,193 INFO: Removing gradle-wrapper.jar at node_modules/@react-native-community/slider/android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:24,196 INFO: Removing gradle-wrapper.jar at node_modules/@react-native-community/viewpager/android/gradle/wrapper/gradle-wrapper.jar
2021-06-06 05:42:24,202 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/@react-native-community/async-storage/android/build.gradle
2021-06-06 05:42:24,228 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/@react-native-community/masked-view/android/build.gradle
2021-06-06 05:42:24,300 WARNING: Found executable binary, possibly code at node_modules/react-native-vector-icons/Fonts/Fontisto.ttf
2021-06-06 05:42:24,302 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native-vector-icons/android/build.gradle
2021-06-06 05:42:24,343 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native-bootsplash/android/build.gradle
2021-06-06 05:42:24,343 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/jsc-android/dist' at node_modules/react-native-bootsplash/android/build.gradle
2021-06-06 05:42:24,622 INFO: Removing binary at node_modules/hermes-engine/linux64-bin/hermesc
2021-06-06 05:42:24,623 INFO: Removing binary at node_modules/hermes-engine/osx-bin/hermesc
2021-06-06 05:42:24,623 INFO: Removing binary at node_modules/hermes-engine/win64-bin/hermesc.exe
2021-06-06 05:42:24,624 INFO: Removing Android AAR library at node_modules/hermes-engine/android/hermes-debug.aar
2021-06-06 05:42:24,625 INFO: Removing Android AAR library at node_modules/hermes-engine/android/hermes-release.aar
2021-06-06 05:42:24,626 INFO: Removing Android AAR library at node_modules/hermes-engine/android/hermes-cppruntime-release.aar
2021-06-06 05:42:24,626 INFO: Removing Android AAR library at node_modules/hermes-engine/android/hermes-cppruntime-debug.aar
2021-06-06 05:42:24,649 INFO: Removing Java JAR file at node_modules/shaka-player/third_party/closure/compiler.jar
2021-06-06 05:42:24,685 ERROR: Unused scanignore path: node_modules/react-native-reanimated/android/build.gradle
2021-06-06 05:42:24,686 ERROR: Could not build app com.holoplay: Can't build due to 1 error while scanning
2021-06-06 05:42:24,686 DEBUG: Error encoutered, stopping by user request.