log for com.gmail.blandilyte.silverdict:121
== Installed Android Tools ==
2024-02-09 17:51:49,373 DEBUG: Reading 'config.yml'
2024-02-09 17:51:49,387 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2024-02-09 17:51:49,388 INFO: Creating log directory
2024-02-09 17:51:49,388 INFO: Creating temporary directory
2024-02-09 17:51:49,388 INFO: Creating output directory
2024-02-09 17:51:49,450 DEBUG: Getting git vcs interface for https://github.com/Crissium/SilverDict-mobile.git
2024-02-09 17:51:49,450 DEBUG: Checking com.gmail.blandilyte.silverdict:121
2024-02-09 17:51:49,450 INFO: Building version 1.4.1 (121) of com.gmail.blandilyte.silverdict
2024-02-09 17:51:49,451 INFO: Running 'sudo' commands in /home/vagrant
2024-02-09 17:51:49,451 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c apt-get update; apt-get install -y openjdk-17-jdk-headless; update-java-alternatives -a; sysctl fs.inotify.max_user_watches=524288 || true; curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.gz; tar xzf node.tar.gz --strip-components=1 -C /usr/local/; npm -g install yarn
+ 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://security.debian.org/debian-security bullseye-security/main amd64 Packages [267 kB]
Get:4 https://security.debian.org/debian-security bullseye-security/main Translation-en [172 kB]
Get:5 https://debian.osuosl.org/debian bullseye-updates InRelease [44.1 kB]
Get:6 https://debian.osuosl.org/debian bullseye-backports InRelease [49.0 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 [18.8 kB]
Get:10 https://debian.osuosl.org/debian bullseye-updates/main Translation-en [10.9 kB]
Get:11 https://debian.osuosl.org/debian bullseye-backports/main amd64 Packages [403 kB]
Get:12 https://debian.osuosl.org/debian bullseye-backports/main Translation-en [344 kB]
Fetched 15.8 MB in 19s (810 kB/s)
Reading package lists...
+ apt-get install -y openjdk-17-jdk-headless
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
openjdk-17-jre-headless
Suggested packages:
openjdk-17-demo openjdk-17-source libnss-mdns fonts-dejavu-extra
fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
| fonts-wqy-zenhei fonts-indic
The following NEW packages will be installed:
openjdk-17-jdk-headless openjdk-17-jre-headless
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 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.10+7-1~deb11u1 [43.7 MB]
Get:2 https://security.debian.org/debian-security bullseye-security/main amd64 openjdk-17-jdk-headless amd64 17.0.10+7-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 ... 36771 files and directories currently installed.)
Preparing to unpack .../openjdk-17-jre-headless_17.0.10+7-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jre-headless:amd64 (17.0.10+7-1~deb11u1) ...
Selecting previously unselected package openjdk-17-jdk-headless:amd64.
Preparing to unpack .../openjdk-17-jdk-headless_17.0.10+7-1~deb11u1_amd64.deb ...
Unpacking openjdk-17-jdk-headless:amd64 (17.0.10+7-1~deb11u1) ...
Setting up openjdk-17-jre-headless:amd64 (17.0.10+7-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.10+7-1~deb11u1) ...
+ update-java-alternatives -a
update-alternatives: error: no alternatives for jconsole
+ sysctl fs.inotify.max_user_watches=524288
fs.inotify.max_user_watches = 524288
+ curl -Lo node.tar.gz https://nodejs.org/dist/v18.18.2/node-v18.18.2-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
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
93 42.4M 93 39.7M 0 0 37.3M 0 0:00:01 0:00:01 --:--:-- 37.3M
100 42.4M 100 42.4M 0 0 37.7M 0 0:00:01 0:00:01 --:--:-- 37.6M
+ tar xzf node.tar.gz --strip-components=1 -C /usr/local/
+ npm -g install yarn
added 1 package in 2s
npm notice
npm notice New major version of npm available! 9.8.1 -> 10.4.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
npm notice Run `npm install -g npm@10.4.0` to update!
npm notice
2024-02-09 17:52:48,786 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2024-02-09 17:52:49,198 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 37205 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
2024-02-09 17:53:07,444 INFO: Getting source for revision 11e98b204aa9c9834bb91e1596f58a61f2b8ede5
2024-02-09 17:53:07,446 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:07,446 DEBUG: > git rev-parse --show-toplevel
2024-02-09 17:53:07,671 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:07,672 DEBUG: > git submodule foreach --recursive git reset --hard
2024-02-09 17:53:07,883 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:07,883 DEBUG: > git reset --hard
2024-02-09 17:53:08,194 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:08,195 DEBUG: > git submodule foreach --recursive git clean -dffx
2024-02-09 17:53:08,303 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:08,304 DEBUG: > git clean -dffx
2024-02-09 17:53:08,414 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:08,414 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
2024-02-09 17:53:09,127 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:09,127 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
2024-02-09 17:53:09,640 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:09,640 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
2024-02-09 17:53:10,157 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:10,158 DEBUG: > git remote set-head origin --auto
2024-02-09 17:53:10,770 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:10,771 DEBUG: > git checkout -f 11e98b204aa9c9834bb91e1596f58a61f2b8ede5
2024-02-09 17:53:10,981 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:10,982 DEBUG: > git clean -dffx
2024-02-09 17:53:11,092 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:11,093 DEBUG: > git rev-parse --show-toplevel
2024-02-09 17:53:11,304 DEBUG: Directory: build/com.gmail.blandilyte.silverdict
2024-02-09 17:53:11,304 DEBUG: > git submodule deinit --all --force
2024-02-09 17:53:11,433 INFO: Running 'init' commands in build/com.gmail.blandilyte.silverdict/android/app/
2024-02-09 17:53:11,433 DEBUG: Directory: build/com.gmail.blandilyte.silverdict/android/app
2024-02-09 17:53:11,434 DEBUG: > bash -e -u -o pipefail -x -c -- cd ../..; yarn cache clean; npm_config_build_from_source=true yarn --force
/etc/bash.bashrc: line 7: PS1: unbound variable
+ cd ../..
+ yarn cache clean
yarn cache v1.22.21
success Cleared cache.
Done in 0.09s.
+ npm_config_build_from_source=true
+ yarn --force
yarn install v1.22.21
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > @react-native-community/picker@1.8.1" has incorrect peer dependency "react@^16.0".
warning "react-native-picker-select > @react-native-picker/picker@1.16.8" has incorrect peer dependency "react@16 || 17".
warning " > react-native-reanimated@3.6.2" has unmet peer dependency "@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0-0".
warning " > react-native-reanimated@3.6.2" has unmet peer dependency "@babel/plugin-proposal-optional-chaining@^7.0.0-0".
warning " > react-native-reanimated@3.6.2" has unmet peer dependency "@babel/plugin-transform-arrow-functions@^7.0.0-0".
warning " > react-native-reanimated@3.6.2" has unmet peer dependency "@babel/plugin-transform-shorthand-properties@^7.0.0-0".
warning " > react-native-reanimated@3.6.2" has unmet peer dependency "@babel/plugin-transform-template-literals@^7.0.0-0".
[5/5] Rebuilding all packages...
success Saved lockfile.
Done in 84.56s.
2024-02-09 17:54:37,531 INFO: Creating local.properties file at build/com.gmail.blandilyte.silverdict/local.properties
2024-02-09 17:54:37,532 INFO: Creating local.properties file at build/com.gmail.blandilyte.silverdict/android/local.properties
2024-02-09 17:54:37,533 INFO: Creating local.properties file at build/com.gmail.blandilyte.silverdict/android/app/local.properties
2024-02-09 17:54:37,533 INFO: Updating local.properties file at build/com.gmail.blandilyte.silverdict/android/app/local.properties
2024-02-09 17:54:37,534 DEBUG: Removing debuggable flags from build/com.gmail.blandilyte.silverdict/android/app/
2024-02-09 17:54:37,546 INFO: Cleaned build.gradle of keysigning configs at build/com.gmail.blandilyte.silverdict/android/app/build.gradle
2024-02-09 17:54:37,585 INFO: Cleaned build.gradle of keysigning configs at build/com.gmail.blandilyte.silverdict/node_modules/react-native/template/android/app/build.gradle
2024-02-09 17:54:37,865 INFO: Cleaning Gradle project...
2024-02-09 17:54:37,866 DEBUG: Directory: build/com.gmail.blandilyte.silverdict/android/app
2024-02-09 17:54:37,866 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid -PreactNativeArchitectures=armeabi-v7a clean
Found 8.0.1 via distributionUrl
Downloading missing gradle version 8.0.1
cachedir /home/vagrant/.cache/fdroidserver
/home/vagrant/.cache/fdroidserver/gradle-8.0.1-bin.zip: OK
Running /opt/gradle/versions/8.0.1/bin/gradle -PreactNativeArchitectures=armeabi-v7a clean
Welcome to Gradle 8.0.1!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.1/release-notes.html
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Task :gradle-plugin:pluginDescriptors
> Task :gradle-plugin:processResources
> Task :gradle-plugin:compileKotlin
> Task :gradle-plugin:compileJava NO-SOURCE
> Task :gradle-plugin:classes
> Task :gradle-plugin:jar
> Task :gradle-plugin:inspectClassesForKotlinIC
> Configure project :react-native-reanimated
Android gradle plugin: 8.1.1
Gradle: 8.0.1
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 NDK (Side by side) 23.1.7779620 in /opt/android-sdk/licenses
License for package NDK (Side by side) 23.1.7779620 accepted.
Preparing "Install NDK (Side by side) 23.1.7779620 v.23.1.7779620".
"Install NDK (Side by side) 23.1.7779620 v.23.1.7779620" ready.
Installing NDK (Side by side) 23.1.7779620 in /opt/android-sdk/ndk/23.1.7779620
"Install NDK (Side by side) 23.1.7779620 v.23.1.7779620" complete.
"Install NDK (Side by side) 23.1.7779620 v.23.1.7779620" finished.
WARNING: [CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
[CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
WARNING: [CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
[CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
> Task :app:clean UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 7m 3s
6 actionable tasks: 5 executed, 1 up-to-date
2024-02-09 18:01:49,344 INFO: Scanning source for common problems...
2024-02-09 18:01:49,362 DEBUG: scanner is configured to use signature data from: 'suss'
2024-02-09 18:01:49,388 INFO: Removing gradle-wrapper.jar at android/gradle/wrapper/gradle-wrapper.jar
2024-02-09 18:01:49,402 INFO: Ignoring unknown maven repo '${reactNativePath}/android' at node_modules/react-native-webview/android/build.gradle
2024-02-09 18:01:49,508 INFO: Ignoring binary at node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
2024-02-09 18:01:49,508 INFO: Removing binary at node_modules/react-native/sdks/hermesc/osx-bin/hermesc
2024-02-09 18:01:49,510 INFO: Removing binary at node_modules/react-native/sdks/hermesc/osx-bin/hermes
2024-02-09 18:01:49,514 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/msvcp140.dll
2024-02-09 18:01:49,514 INFO: Removing binary at node_modules/react-native/sdks/hermesc/win64-bin/hermesc.exe
2024-02-09 18:01:49,515 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icuio64.dll
2024-02-09 18:01:49,516 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icutu64.dll
2024-02-09 18:01:49,516 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icuuc64.dll
2024-02-09 18:01:49,517 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icuin64.dll
2024-02-09 18:01:49,517 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/vcruntime140.dll
2024-02-09 18:01:49,518 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icudt64.dll
2024-02-09 18:01:49,518 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/vcruntime140_1.dll
2024-02-09 18:01:49,519 WARNING: Found executable binary, possibly code at node_modules/react-native/sdks/hermesc/win64-bin/icutest64.dll
2024-02-09 18:01:49,534 INFO: Removing gradle-wrapper.jar at node_modules/react-native/template/android/gradle/wrapper/gradle-wrapper.jar
2024-02-09 18:01:49,542 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ar.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,543 INFO: Removing binary at node_modules/react-native/React/I18n/strings/it.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,543 INFO: Removing binary at node_modules/react-native/React/I18n/strings/es.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,544 INFO: Removing binary at node_modules/react-native/React/I18n/strings/zh-Hant.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,544 INFO: Removing binary at node_modules/react-native/React/I18n/strings/da.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,544 INFO: Removing binary at node_modules/react-native/React/I18n/strings/id.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,545 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ko.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,545 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ja.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,546 INFO: Removing binary at node_modules/react-native/React/I18n/strings/hu.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,546 INFO: Removing binary at node_modules/react-native/React/I18n/strings/cs.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,547 INFO: Removing binary at node_modules/react-native/React/I18n/strings/hi.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,547 INFO: Removing binary at node_modules/react-native/React/I18n/strings/sk.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,548 INFO: Removing binary at node_modules/react-native/React/I18n/strings/uk.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,548 INFO: Removing binary at node_modules/react-native/React/I18n/strings/vi.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,549 INFO: Removing binary at node_modules/react-native/React/I18n/strings/zu.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,549 INFO: Removing binary at node_modules/react-native/React/I18n/strings/pt.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,550 INFO: Removing binary at node_modules/react-native/React/I18n/strings/es-ES.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,550 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ro.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,550 INFO: Removing binary at node_modules/react-native/React/I18n/strings/zh-Hans.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,551 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ru.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,552 INFO: Removing binary at node_modules/react-native/React/I18n/strings/nl.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,552 INFO: Removing binary at node_modules/react-native/React/I18n/strings/fr.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,552 INFO: Removing binary at node_modules/react-native/React/I18n/strings/hr.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,553 INFO: Removing binary at node_modules/react-native/React/I18n/strings/sv.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,553 INFO: Removing binary at node_modules/react-native/React/I18n/strings/pt-PT.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,554 INFO: Removing binary at node_modules/react-native/React/I18n/strings/pl.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,554 INFO: Removing binary at node_modules/react-native/React/I18n/strings/ms.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,555 INFO: Removing binary at node_modules/react-native/React/I18n/strings/fi.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,555 INFO: Removing binary at node_modules/react-native/React/I18n/strings/de.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,556 INFO: Removing binary at node_modules/react-native/React/I18n/strings/zh-Hant-HK.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,556 INFO: Removing binary at node_modules/react-native/React/I18n/strings/he.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,557 INFO: Removing binary at node_modules/react-native/React/I18n/strings/nb.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,557 INFO: Removing binary at node_modules/react-native/React/I18n/strings/en-GB.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,557 INFO: Removing binary at node_modules/react-native/React/I18n/strings/tr.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,558 INFO: Removing binary at node_modules/react-native/React/I18n/strings/el.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,558 INFO: Removing binary at node_modules/react-native/React/I18n/strings/th.lproj/fbt_language_pack.bin
2024-02-09 18:01:49,603 INFO: Removing unknown maven repo 'androidOutputUrl' at node_modules/react-native/ReactAndroid/publish.gradle
2024-02-09 18:01:49,603 INFO: Removing unknown maven repo 'mavenTempLocalUrl' at node_modules/react-native/ReactAndroid/publish.gradle
2024-02-09 18:01:50,134 WARNING: Found executable binary, possibly code at node_modules/react-native-vector-icons/Fonts/Fontisto.ttf
2024-02-09 18:01:50,137 INFO: Ignoring unknown maven repo '$projectDir/../node_modules/react-native/android' at node_modules/react-native-vector-icons/android/build.gradle
2024-02-09 18:01:50,198 INFO: Ignoring unknown maven repo '${project.ext.resolveModulePath(' at node_modules/@react-native-async-storage/async-storage/android/build.gradle
2024-02-09 18:01:50,330 INFO: Ignoring unknown maven repo '$rootDir/../node_modules/react-native/android' at node_modules/react-native-safe-area-context/android/build.gradle
2024-02-09 18:01:50,752 INFO: Ignoring unknown maven repo 'defaultDir.toString()' at node_modules/react-native-pager-view/android/build.gradle
2024-02-09 18:01:50,753 INFO: Ignoring unknown maven repo 'androidPrebuiltBinaryDir.toString()' at node_modules/react-native-pager-view/android/build.gradle
2024-02-09 18:01:50,753 INFO: Ignoring unknown maven repo 'androidSourcesDir.toString()' at node_modules/react-native-pager-view/android/build.gradle
2024-02-09 18:01:50,924 INFO: Removing gradle-wrapper.jar at node_modules/@react-native-community/slider/android/gradle/wrapper/gradle-wrapper.jar
2024-02-09 18:01:51,108 INFO: Removing binary at node_modules/@react-native/gradle-plugin/build/kotlin/compileKotlin/cacheable/last-build.bin
2024-02-09 18:01:51,118 INFO: Removing binary at node_modules/@react-native/gradle-plugin/build/kotlin/compileKotlin/local-state/build-history.bin
2024-02-09 18:01:51,118 INFO: Removing Java JAR file at node_modules/@react-native/gradle-plugin/build/libs/react-native-gradle-plugin.jar
2024-02-09 18:01:51,120 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/TaskConfigurationKt$configureReactTasks$1.class
2024-02-09 18:01:51,120 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/TaskConfigurationKt.class
2024-02-09 18:01:51,121 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactExtension.class
2024-02-09 18:01:51,121 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$apply$1$2$1.class
2024-02-09 18:01:51,121 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$configureCodegen$generateCodegenArtifactsTask$1$1.class
2024-02-09 18:01:51,122 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactRootProjectPlugin$apply$1.class
2024-02-09 18:01:51,122 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactRootProjectPlugin.class
2024-02-09 18:01:51,123 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin.class
2024-02-09 18:01:51,123 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/TaskConfigurationKt$configureReactTasks$2.class
2024-02-09 18:01:51,123 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$configureCodegen$1.class
2024-02-09 18:01:51,124 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/TaskConfigurationKt$configureReactTasks$bundleTask$1.class
2024-02-09 18:01:51,124 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$configureCodegen$generateCodegenArtifactsTask$1.class
2024-02-09 18:01:51,125 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$configureCodegen$generateCodegenSchemaTask$1$1.class
2024-02-09 18:01:51,125 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$configureCodegen$generateCodegenSchemaTask$1.class
2024-02-09 18:01:51,125 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$apply$2.class
2024-02-09 18:01:51,126 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$apply$1.class
2024-02-09 18:01:51,126 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/ReactPlugin$apply$1$1.class
2024-02-09 18:01:51,127 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/BundleHermesCTask$sources$1.class
2024-02-09 18:01:51,127 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/BundleHermesCTask.class
2024-02-09 18:01:51,128 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/GenerateCodegenArtifactsTask.class
2024-02-09 18:01:51,128 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/BundleHermesCTask$runCommand$1.class
2024-02-09 18:01:51,128 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/GenerateCodegenSchemaTask$jsInputFiles$1.class
2024-02-09 18:01:51,129 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/GenerateCodegenSchemaTask.class
2024-02-09 18:01:51,129 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareLibeventTask.class
2024-02-09 18:01:51,130 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareGlogTask$taskAction$1.class
2024-02-09 18:01:51,130 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/BuildCodegenCLITask$inputFiles$1.class
2024-02-09 18:01:51,130 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PreparePrefabHeadersTask.class
2024-02-09 18:01:51,131 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareBoostTask.class
2024-02-09 18:01:51,131 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask$taskAction$jscAAR$1.class
2024-02-09 18:01:51,132 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/BuildCodegenCLITask$outputFiles$1.class
2024-02-09 18:01:51,132 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareGlogTask.class
2024-02-09 18:01:51,132 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/BuildCodegenCLITask$Companion.class
2024-02-09 18:01:51,133 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask.class
2024-02-09 18:01:51,133 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareGlogTask$taskAction$1$1.class
2024-02-09 18:01:51,134 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/BuildCodegenCLITask.class
2024-02-09 18:01:51,134 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareLibeventTask$taskAction$1.class
2024-02-09 18:01:51,134 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareGlogTask$taskAction$2$1.class
2024-02-09 18:01:51,135 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask$taskAction$soFiles$1.class
2024-02-09 18:01:51,135 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareLibeventTask$taskAction$1$1.class
2024-02-09 18:01:51,136 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask$taskAction$1.class
2024-02-09 18:01:51,136 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PreparePrefabHeadersTask$taskAction$1$1$1.class
2024-02-09 18:01:51,136 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareBoostTask$taskAction$1.class
2024-02-09 18:01:51,137 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask$taskAction$headerFiles$1.class
2024-02-09 18:01:51,137 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareJSCTask$taskAction$1$1.class
2024-02-09 18:01:51,138 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/PrepareGlogTask$taskAction$2.class
2024-02-09 18:01:51,138 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/tasks/internal/utils/PrefabPreprocessingEntry.class
2024-02-09 18:01:51,139 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/model/ModelPackageJson.class
2024-02-09 18:01:51,139 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/model/ModelCodegenConfig.class
2024-02-09 18:01:51,139 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/model/ModelCodegenConfigAndroid.class
2024-02-09 18:01:51,140 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/BackwardCompatUtils.class
2024-02-09 18:01:51,140 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/FileUtilsKt.class
2024-02-09 18:01:51,141 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$mavenRepoFromUrl$1.class
2024-02-09 18:01:51,141 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureNamespaceForLibraries$1$1$1.class
2024-02-09 18:01:51,142 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureBuildConfigFieldsForLibraries$1.class
2024-02-09 18:01:51,142 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils.class
2024-02-09 18:01:51,142 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/TaskUtilsKt.class
2024-02-09 18:01:51,143 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureBuildConfigFieldsForApp$action$1$1.class
2024-02-09 18:01:51,143 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureDevPorts$action$1$1.class
2024-02-09 18:01:51,144 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureNamespaceForLibraries$1$1.class
2024-02-09 18:01:51,144 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/ProjectUtils.class
2024-02-09 18:01:51,144 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureRepositories$1.class
2024-02-09 18:01:51,145 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JdkConfiguratorUtils$configureJavaToolChains$1$2.class
2024-02-09 18:01:51,145 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/PathUtils.class
2024-02-09 18:01:51,146 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JdkConfiguratorUtils$configureJavaToolChains$1$1.class
2024-02-09 18:01:51,146 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/NdkConfiguratorUtils$configureReactNativeNdk$1$1.class
2024-02-09 18:01:51,147 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureDependencies$1$1.class
2024-02-09 18:01:51,147 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureBuildConfigFieldsForLibraries$1$1$1.class
2024-02-09 18:01:51,147 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureRepositories$1$1$1$1.class
2024-02-09 18:01:51,148 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureDependencies$1.class
2024-02-09 18:01:51,148 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JdkConfiguratorUtils.class
2024-02-09 18:01:51,149 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/Os.class
2024-02-09 18:01:51,149 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$mavenRepoFromURI$1.class
2024-02-09 18:01:51,149 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JdkConfiguratorUtils$configureJavaToolChains$1.class
2024-02-09 18:01:51,150 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils.class
2024-02-09 18:01:51,150 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureNamespaceForLibraries$1.class
2024-02-09 18:01:51,151 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/PropertyUtils.class
2024-02-09 18:01:51,151 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureDependencies$1$1$1.class
2024-02-09 18:01:51,151 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/KotlinStdlibCompatUtils.class
2024-02-09 18:01:51,152 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtils$configureBuildConfigFieldsForLibraries$1$1.class
2024-02-09 18:01:51,152 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/AgpConfiguratorUtilsKt.class
2024-02-09 18:01:51,153 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JsonUtils.class
2024-02-09 18:01:51,153 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/JdkConfiguratorUtils$configureJavaToolChains$1$action$1$1.class
2024-02-09 18:01:51,153 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/DependencyUtils$configureRepositories$1$1$1.class
2024-02-09 18:01:51,154 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/NdkConfiguratorUtils.class
2024-02-09 18:01:51,154 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/PathUtils$projectPathToLibraryName$1.class
2024-02-09 18:01:51,155 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/utils/NdkConfiguratorUtils$configureReactNativeNdk$1.class
2024-02-09 18:01:51,155 INFO: Removing Java compiled class at node_modules/@react-native/gradle-plugin/build/classes/kotlin/main/com/facebook/react/internal/PrivateReactExtension.class
2024-02-09 18:01:51,155 INFO: Removing gradle-wrapper.jar at node_modules/@react-native/gradle-plugin/gradle/wrapper/gradle-wrapper.jar
2024-02-09 18:01:51,785 INFO: Ignoring unknown maven repo '$projectDir/../node_modules/react-native/android' at node_modules/react-native-screens/android/build.gradle
2024-02-09 18:01:51,884 INFO: Ignoring unknown maven repo '$reactNativeRootDir/android' at node_modules/react-native-reanimated/android/build.gradle
2024-02-09 18:01:51,884 INFO: Ignoring unknown maven repo '$reactNativeRootDir/../jsc-android/dist' at node_modules/react-native-reanimated/android/build.gradle
2024-02-09 18:01:51,895 INFO: Removing gradle-wrapper.jar at node_modules/react-native-reanimated/android/gradle/wrapper/gradle-wrapper.jar
2024-02-09 18:01:52,168 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc-intl/r250231/android-jsc-intl-r250231.aar
2024-02-09 18:01:52,169 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc-cppruntime/r250231/android-jsc-cppruntime-r250231.aar
2024-02-09 18:01:52,170 INFO: Ignoring Android AAR library at node_modules/jsc-android/dist/org/webkit/android-jsc/r250231/android-jsc-r250231.aar
2024-02-09 18:01:52,318 INFO: Creating source tarball...
2024-02-09 18:02:48,443 INFO: Building Gradle project...
2024-02-09 18:02:48,443 DEBUG: Directory: build/com.gmail.blandilyte.silverdict/android/app
2024-02-09 18:02:48,444 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid -PreactNativeArchitectures=armeabi-v7a assembleRelease
Found 8.0.1 via distributionUrl
Running /opt/gradle/versions/8.0.1/bin/gradle -PreactNativeArchitectures=armeabi-v7a assembleRelease
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Task :gradle-plugin:pluginDescriptors
> Task :gradle-plugin:processResources
> Task :gradle-plugin:compileKotlin
> Task :gradle-plugin:compileJava NO-SOURCE
> Task :gradle-plugin:classes
> Task :gradle-plugin:jar
> Task :gradle-plugin:inspectClassesForKotlinIC
> Configure project :react-native-reanimated
Android gradle plugin: 8.1.1
Gradle: 8.0.1
WARNING: [CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
[CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
WARNING: [CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
[CXX5202] This app only has 32-bit [armeabi-v7a] native libraries. Beginning August 1, 2019 Google Play store requires that all apps that include native libraries must provide 64-bit versions. For more information, visit https://g.co/64-bit-requirement
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
WARNING: The specified Android SDK Build Tools version (33.0.0) is ignored, as it is below the minimum supported version (33.0.1) for Android Gradle Plugin 8.1.1.
Android SDK Build Tools 33.0.1 will be used.
To suppress this warning, remove "buildToolsVersion '33.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING: The specified Android SDK Build Tools version (33.0.0) is ignored, as it is below the minimum supported version (33.0.1) for Android Gradle Plugin 8.1.1.
Android SDK Build Tools 33.0.1 will be used.
To suppress this warning, remove "buildToolsVersion '33.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
> Task :react-native-async-storage_async-storage:preBuild UP-TO-DATE
> Task :react-native-async-storage_async-storage:preReleaseBuild UP-TO-DATE
> Task :react-native-async-storage_async-storage:mergeReleaseJniLibFolders
> Task :react-native-async-storage_async-storage:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-async-storage_async-storage:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-async-storage_async-storage:generateReleaseResValues
> Task :react-native-async-storage_async-storage:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-async-storage_async-storage:extractDeepLinksForAarRelease
> Task :react-native-async-storage_async-storage:generateReleaseBuildConfig
> Task :react-native-async-storage_async-storage:generateReleaseResources
> Task :react-native-async-storage_async-storage:packageReleaseResources
> Task :react-native-async-storage_async-storage:javaPreCompileRelease
> Task :react-native-async-storage_async-storage:mergeReleaseShaders
> Task :react-native-async-storage_async-storage:compileReleaseShaders NO-SOURCE
> Task :react-native-async-storage_async-storage:generateReleaseAssets UP-TO-DATE
> Task :react-native-async-storage_async-storage:packageReleaseAssets
> Task :react-native-async-storage_async-storage:prepareLintJarForPublish
> Task :react-native-async-storage_async-storage:prepareReleaseArtProfile
> Task :react-native-async-storage_async-storage:parseReleaseLocalResources
> Task :react-native-async-storage_async-storage:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_picker:preBuild UP-TO-DATE
> Task :react-native-community_picker:preReleaseBuild UP-TO-DATE
> Task :react-native-community_picker:mergeReleaseJniLibFolders
> Task :react-native-async-storage_async-storage:processReleaseManifest
package="com.reactnativecommunity.asyncstorage" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-async-storage/async-storage/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.reactnativecommunity.asyncstorage" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-async-storage/async-storage/android/src/main/AndroidManifest.xml.
> Task :react-native-async-storage_async-storage:writeReleaseAarMetadata
> Task :react-native-community_picker:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_picker:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_picker:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_picker:generateReleaseResValues
> Task :react-native-community_picker:extractDeepLinksForAarRelease
> Task :react-native-community_picker:generateReleaseBuildConfig
> Task :react-native-community_picker:generateReleaseResources
> Task :react-native-async-storage_async-storage:generateReleaseRFile
> Task :react-native-community_picker:packageReleaseResources
> Task :react-native-async-storage_async-storage:mergeReleaseJavaResource
> Task :react-native-async-storage_async-storage:extractReleaseAnnotations
> Task :react-native-async-storage_async-storage:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-async-storage/async-storage/android/src/javaPackage/java/com/reactnativecommunity/asyncstorage/AsyncStoragePackage.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-async-storage_async-storage:mergeReleaseGeneratedProguardFiles
> Task :react-native-async-storage_async-storage:mergeReleaseConsumerProguardFiles
> Task :react-native-async-storage_async-storage:syncReleaseLibJars
> Task :react-native-async-storage_async-storage:bundleReleaseLocalLintAar
> Task :react-native-community_picker:javaPreCompileRelease
> Task :react-native-community_picker:parseReleaseLocalResources
> Task :react-native-community_picker:processReleaseManifest
package="com.reactnativecommunity.picker" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-community/picker/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.reactnativecommunity.picker" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-community/picker/android/src/main/AndroidManifest.xml.
> Task :react-native-community_picker:mergeReleaseShaders
> Task :react-native-community_picker:compileReleaseShaders NO-SOURCE
> Task :react-native-community_picker:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_picker:generateReleaseRFile
> Task :react-native-community_picker:packageReleaseAssets
> Task :react-native-community_picker:extractReleaseAnnotations
> Task :react-native-community_picker:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-community_picker:mergeReleaseGeneratedProguardFiles
> Task :react-native-community_picker:mergeReleaseConsumerProguardFiles
> Task :react-native-community_picker:prepareLintJarForPublish
> Task :react-native-community_picker:prepareReleaseArtProfile
> Task :react-native-community_picker:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_picker:mergeReleaseJavaResource
> Task :react-native-community_picker:writeReleaseAarMetadata
> Task :react-native-community_picker:syncReleaseLibJars
> Task :react-native-community_picker:bundleReleaseLocalLintAar
> Task :react-native-community_slider:preBuild UP-TO-DATE
> Task :react-native-community_slider:preReleaseBuild UP-TO-DATE
> Task :react-native-community_slider:mergeReleaseJniLibFolders
> Task :react-native-community_slider:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-community_slider:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-community_slider:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-community_slider:generateReleaseResValues
> Task :react-native-community_slider:extractDeepLinksForAarRelease
> Task :react-native-community_slider:generateReleaseBuildConfig
> Task :react-native-community_slider:generateReleaseResources
> Task :react-native-community_slider:packageReleaseResources
> Task :react-native-community_slider:parseReleaseLocalResources
> Task :react-native-community_slider:javaPreCompileRelease
> Task :react-native-community_slider:processReleaseManifest
package="com.reactnativecommunity.slider" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-community/slider/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.reactnativecommunity.slider" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-community/slider/android/src/main/AndroidManifest.xml.
> Task :react-native-community_slider:mergeReleaseShaders
> Task :react-native-community_slider:compileReleaseShaders NO-SOURCE
> Task :react-native-community_slider:generateReleaseAssets UP-TO-DATE
> Task :react-native-community_slider:packageReleaseAssets
> Task :react-native-community_slider:generateReleaseRFile
> Task :react-native-community_slider:prepareLintJarForPublish
> Task :react-native-community_slider:extractReleaseAnnotations
> Task :react-native-community_slider:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/@react-native-community/slider/android/src/oldarch/java/com/reactnativecommunity/slider/ReactSliderManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-community_slider:mergeReleaseGeneratedProguardFiles
> Task :react-native-community_slider:mergeReleaseConsumerProguardFiles
> Task :react-native-community_slider:prepareReleaseArtProfile
> Task :react-native-community_slider:processReleaseJavaRes NO-SOURCE
> Task :react-native-community_slider:mergeReleaseJavaResource
> Task :react-native-community_slider:writeReleaseAarMetadata
> Task :react-native-community_slider:syncReleaseLibJars
> Task :react-native-community_slider:bundleReleaseLocalLintAar
> Task :react-native-gesture-handler:preBuild UP-TO-DATE
> Task :react-native-gesture-handler:preReleaseBuild UP-TO-DATE
> Task :react-native-gesture-handler:mergeReleaseJniLibFolders
> Task :react-native-gesture-handler:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-gesture-handler:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-gesture-handler:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-gesture-handler:generateReleaseResValues
> Task :react-native-gesture-handler:extractDeepLinksForAarRelease
> Task :react-native-gesture-handler:generateReleaseBuildConfig
> Task :react-native-gesture-handler:generateReleaseResources
> Task :react-native-gesture-handler:packageReleaseResources
> Task :react-native-reanimated:assertLatestReactNativeWithNewArchitectureTask SKIPPED
> Task :react-native-reanimated:assertMinimalReactNativeVersionTask SKIPPED
> Task :react-native-gesture-handler:parseReleaseLocalResources
> Task :react-native-gesture-handler:processReleaseManifest
package="com.swmansion.gesturehandler" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.swmansion.gesturehandler" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/AndroidManifest.xml.
> Task :react-native-reanimated:prepareHeadersForPrefab
> Task :react-native-reanimated:preBuild
> Task :react-native-reanimated:preReleaseBuild
> Task :react-native-reanimated:generateReleaseBuildConfig
> Task :react-native-gesture-handler:generateReleaseRFile
> Task :react-native-reanimated:generateReleaseResValues
> Task :react-native-reanimated:generateReleaseResources
> Task :react-native-reanimated:packageReleaseResources
> Task :react-native-reanimated:parseReleaseLocalResources
> Task :react-native-reanimated:packageNdkLibs NO-SOURCE
> Task :react-native-reanimated:javaPreCompileRelease
> Task :react-native-reanimated:processReleaseManifest
package="com.swmansion.reanimated" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-reanimated/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.swmansion.reanimated" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-reanimated/android/src/main/AndroidManifest.xml.
> Task :react-native-gesture-handler:javaPreCompileRelease
> Task :react-native-gesture-handler:mergeReleaseShaders
> Task :react-native-reanimated:generateReleaseRFile
> Task :react-native-reanimated:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :react-native-gesture-handler:compileReleaseShaders NO-SOURCE
> Task :react-native-gesture-handler:generateReleaseAssets UP-TO-DATE
> Task :react-native-gesture-handler:packageReleaseAssets
> Task :react-native-gesture-handler:prepareLintJarForPublish
> Task :react-native-reanimated:bundleLibCompileToJarRelease
> Task :react-native-gesture-handler:prepareReleaseArtProfile
> Task :react-native-localization:preBuild UP-TO-DATE
> Task :react-native-gesture-handler:writeReleaseAarMetadata
> Task :react-native-localization:preReleaseBuild UP-TO-DATE
> Task :react-native-localization:mergeReleaseJniLibFolders
> Task :react-native-localization:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-localization:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-localization:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-localization:generateReleaseResValues
> Task :react-native-localization:extractDeepLinksForAarRelease
> Task :react-native-localization:generateReleaseBuildConfig
> Task :react-native-localization:generateReleaseResources
> Task :react-native-localization:packageReleaseResources
> Task :react-native-localization:javaPreCompileRelease
> Task :react-native-localization:processReleaseManifest
package="com.babisoft.ReactNativeLocalization" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-localization/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.babisoft.ReactNativeLocalization" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-localization/android/src/main/AndroidManifest.xml.
> Task :react-native-localization:mergeReleaseShaders
> Task :react-native-localization:compileReleaseShaders NO-SOURCE
> Task :react-native-localization:generateReleaseAssets UP-TO-DATE
> Task :react-native-localization:packageReleaseAssets
> Task :react-native-localization:prepareLintJarForPublish
> Task :react-native-localization:prepareReleaseArtProfile
> Task :react-native-localization:parseReleaseLocalResources
> Task :react-native-localization:processReleaseJavaRes NO-SOURCE
> Task :react-native-localization:mergeReleaseJavaResource
> Task :react-native-localization:generateReleaseRFile
> Task :react-native-pager-view:preBuild UP-TO-DATE
> Task :react-native-localization:writeReleaseAarMetadata
> Task :react-native-localization:extractReleaseAnnotations
> Task :react-native-localization:compileReleaseJavaWithJavac
Note: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-localization/android/src/main/java/com/babisoft/ReactNativeLocalization/ReactNativeLocalization.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-localization:mergeReleaseGeneratedProguardFiles
> Task :react-native-localization:mergeReleaseConsumerProguardFiles
> Task :react-native-localization:syncReleaseLibJars
> Task :react-native-localization:bundleReleaseLocalLintAar
> Task :react-native-pager-view:preReleaseBuild UP-TO-DATE
> Task :react-native-pager-view:mergeReleaseJniLibFolders
> Task :react-native-pager-view:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-pager-view:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-pager-view:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-pager-view:generateReleaseResValues
> Task :react-native-pager-view:extractDeepLinksForAarRelease
> Task :react-native-pager-view:generateReleaseBuildConfig
> Task :react-native-pager-view:generateReleaseResources
> Task :react-native-pager-view:packageReleaseResources
> Task :react-native-pager-view:parseReleaseLocalResources
> Task :react-native-pager-view:javaPreCompileRelease
> Task :react-native-pager-view:processReleaseManifest
> Task :react-native-pager-view:mergeReleaseShaders
> Task :react-native-pager-view:compileReleaseShaders NO-SOURCE
> Task :react-native-pager-view:generateReleaseAssets UP-TO-DATE
> Task :react-native-pager-view:generateReleaseRFile
> Task :react-native-pager-view:packageReleaseAssets
> Task :react-native-pager-view:prepareLintJarForPublish
> Task :react-native-pager-view:prepareReleaseArtProfile
> Task :react-native-pager-view:writeReleaseAarMetadata
> Task :react-native-reanimated:configureCMakeRelWithDebInfo[armeabi-v7a]
Checking the license for package CMake 3.22.1 in /opt/android-sdk/licenses
License for package CMake 3.22.1 accepted.
Preparing "Install CMake 3.22.1 v.3.22.1".
"Install CMake 3.22.1 v.3.22.1" ready.
Installing CMake 3.22.1 in /opt/android-sdk/cmake/3.22.1
"Install CMake 3.22.1 v.3.22.1" complete.
"Install CMake 3.22.1 v.3.22.1" finished.
> Task :react-native-pager-view:compileReleaseKotlin
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollEvent.kt:6:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollEvent.kt:21:82 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollEvent.kt:27:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollEvent.kt:28:25 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollStateChangedEvent.kt:6:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollStateChangedEvent.kt:15:89 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollStateChangedEvent.kt:20:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageScrollStateChangedEvent.kt:21:25 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageSelectedEvent.kt:6:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageSelectedEvent.kt:15:69 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageSelectedEvent.kt:24:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/PageSelectedEvent.kt:25:25 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
> Task :react-native-pager-view:extractReleaseAnnotations
> Task :react-native-pager-view:compileReleaseJavaWithJavac
> Task :react-native-pager-view:mergeReleaseGeneratedProguardFiles
> Task :react-native-pager-view:mergeReleaseConsumerProguardFiles
> Task :react-native-pager-view:processReleaseJavaRes
> Task :react-native-pager-view:mergeReleaseJavaResource
> Task :react-native-gesture-handler:compileReleaseKotlin
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandler.kt:770:11 Name shadowed: size
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.kt:23:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.kt:35:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt:9:51 Unreachable code
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEnabledRootView.kt:10:80 Unreachable code
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerModule.kt:14:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt:80:18 'onChildStartedNativeGesture(MotionEvent!): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt:86:42 Parameter 'disallowIntercept' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt:118:28 Parameter 'viewTag' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootViewManager.kt:3:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootViewManager.kt:15:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt:7:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt:14:11 'init(Int): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt:30:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerTouchEvent.kt:31:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
> Task :react-native-reanimated:buildCMakeRelWithDebInfo[armeabi-v7a]
> Task :react-native-gesture-handler:extractReleaseAnnotations
> Task :react-native-gesture-handler:compileReleaseJavaWithJavac
> Task :react-native-gesture-handler:mergeReleaseGeneratedProguardFiles
> Task :react-native-gesture-handler:mergeReleaseConsumerProguardFiles
> Task :react-native-gesture-handler:processReleaseJavaRes
> Task :react-native-gesture-handler:mergeReleaseJavaResource
> Task :react-native-pager-view:syncReleaseLibJars
> Task :react-native-gesture-handler:syncReleaseLibJars
> Task :react-native-gesture-handler:bundleReleaseLocalLintAar
> Task :react-native-pager-view:bundleReleaseLocalLintAar
> Task :react-native-reanimated:mergeReleaseJniLibFolders
> Task :react-native-reanimated:extractDeepLinksForAarRelease
> Task :react-native-reanimated:extractReleaseAnnotations
> Task :react-native-reanimated:mergeReleaseGeneratedProguardFiles
> Task :react-native-reanimated:mergeReleaseConsumerProguardFiles
> Task :react-native-reanimated:mergeReleaseShaders
> Task :react-native-reanimated:compileReleaseShaders NO-SOURCE
> Task :react-native-reanimated:generateReleaseAssets UP-TO-DATE
> Task :react-native-reanimated:packageReleaseAssets
> Task :react-native-reanimated:mergeReleaseNativeLibs
> Task :react-native-reanimated:externalNativeBuildRelease
> Task :react-native-reanimated:generateJsonModelRelease
> Task :react-native-reanimated:prefabReleaseConfigurePackage
> Task :react-native-reanimated:stripReleaseDebugSymbols
> Task :react-native-reanimated:prefabReleasePackage
> Task :react-native-reanimated:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-reanimated:prepareLintJarForPublish
> Task :react-native-reanimated:prepareReleaseArtProfile
> Task :react-native-reanimated:processReleaseJavaRes NO-SOURCE
> Task :react-native-safe-area-context:preBuild UP-TO-DATE
> Task :react-native-reanimated:mergeReleaseJavaResource
> Task :react-native-reanimated:writeReleaseAarMetadata
> Task :react-native-reanimated:syncReleaseLibJars
> Task :react-native-reanimated:bundleReleaseLocalLintAar
> Task :react-native-safe-area-context:preReleaseBuild UP-TO-DATE
> Task :react-native-safe-area-context:mergeReleaseJniLibFolders
> Task :react-native-safe-area-context:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-safe-area-context:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-safe-area-context:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-safe-area-context:generateReleaseResValues
> Task :react-native-safe-area-context:extractDeepLinksForAarRelease
> Task :react-native-safe-area-context:generateReleaseBuildConfig
> Task :react-native-safe-area-context:generateReleaseResources
> Task :react-native-safe-area-context:packageReleaseResources
> Task :react-native-safe-area-context:javaPreCompileRelease
> Task :react-native-safe-area-context:parseReleaseLocalResources
> Task :react-native-safe-area-context:mergeReleaseShaders
> Task :react-native-safe-area-context:compileReleaseShaders NO-SOURCE
> Task :react-native-safe-area-context:generateReleaseAssets UP-TO-DATE
> Task :react-native-safe-area-context:processReleaseManifest
package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.th3rdwave.safeareacontext" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml.
> Task :react-native-safe-area-context:packageReleaseAssets
> Task :react-native-safe-area-context:prepareReleaseArtProfile
> Task :react-native-safe-area-context:prepareLintJarForPublish
> Task :react-native-safe-area-context:generateReleaseRFile
> Task :react-native-screens:preBuild UP-TO-DATE
> Task :react-native-safe-area-context:writeReleaseAarMetadata
> Task :react-native-screens:preReleaseBuild UP-TO-DATE
> Task :react-native-screens:mergeReleaseJniLibFolders
> Task :react-native-screens:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-screens:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-screens:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-screens:generateReleaseResValues
> Task :react-native-screens:extractDeepLinksForAarRelease
> Task :react-native-screens:generateReleaseBuildConfig
> Task :react-native-screens:generateReleaseResources
> Task :react-native-screens:packageReleaseResources
> Task :react-native-screens:javaPreCompileRelease
> Task :react-native-screens:parseReleaseLocalResources
> Task :react-native-screens:processReleaseManifest
package="com.swmansion.rnscreens" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.swmansion.rnscreens" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/AndroidManifest.xml.
> Task :react-native-screens:mergeReleaseShaders
> Task :react-native-screens:compileReleaseShaders NO-SOURCE
> Task :react-native-screens:generateReleaseAssets UP-TO-DATE
> Task :react-native-screens:generateReleaseRFile
> Task :react-native-screens:packageReleaseAssets
> Task :react-native-screens:prepareLintJarForPublish
> Task :react-native-screens:prepareReleaseArtProfile
> Task :react-native-vector-icons:preBuild UP-TO-DATE
> Task :react-native-vector-icons:preReleaseBuild UP-TO-DATE
> Task :react-native-screens:writeReleaseAarMetadata
> Task :react-native-vector-icons:mergeReleaseJniLibFolders
> Task :react-native-vector-icons:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-vector-icons:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-vector-icons:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-vector-icons:generateReleaseResValues
> Task :react-native-vector-icons:extractDeepLinksForAarRelease
> Task :react-native-vector-icons:generateReleaseBuildConfig
> Task :react-native-vector-icons:generateReleaseResources
> Task :react-native-vector-icons:packageReleaseResources
> Task :react-native-vector-icons:parseReleaseLocalResources
> Task :react-native-vector-icons:javaPreCompileRelease
> Task :react-native-vector-icons:mergeReleaseShaders
> Task :react-native-vector-icons:processReleaseManifest
package="com.oblador.vectoricons" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-vector-icons/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.oblador.vectoricons" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-vector-icons/android/src/main/AndroidManifest.xml.
> Task :react-native-vector-icons:compileReleaseShaders NO-SOURCE
> Task :react-native-vector-icons:generateReleaseAssets UP-TO-DATE
> Task :react-native-vector-icons:packageReleaseAssets
> Task :react-native-vector-icons:generateReleaseRFile
> Task :react-native-vector-icons:prepareLintJarForPublish
> Task :react-native-vector-icons:extractReleaseAnnotations
> Task :react-native-vector-icons:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-vector-icons:mergeReleaseGeneratedProguardFiles
> Task :react-native-vector-icons:mergeReleaseConsumerProguardFiles
> Task :react-native-vector-icons:prepareReleaseArtProfile
> Task :react-native-vector-icons:processReleaseJavaRes NO-SOURCE
> Task :react-native-vector-icons:mergeReleaseJavaResource
> Task :react-native-vector-icons:writeReleaseAarMetadata
> Task :react-native-vector-icons:syncReleaseLibJars
> Task :react-native-vector-icons:bundleReleaseLocalLintAar
> Task :react-native-webview:preBuild UP-TO-DATE
> Task :react-native-webview:preReleaseBuild UP-TO-DATE
> Task :react-native-webview:mergeReleaseJniLibFolders
> Task :react-native-webview:mergeReleaseNativeLibs NO-SOURCE
> Task :react-native-webview:stripReleaseDebugSymbols NO-SOURCE
> Task :react-native-webview:copyReleaseJniLibsProjectAndLocalJars
> Task :react-native-webview:generateReleaseResValues
> Task :react-native-webview:extractDeepLinksForAarRelease
> Task :react-native-webview:generateReleaseBuildConfig
> Task :react-native-webview:generateReleaseResources
> Task :react-native-webview:packageReleaseResources
> Task :react-native-webview:parseReleaseLocalResources
> Task :react-native-webview:javaPreCompileRelease
> Task :react-native-webview:processReleaseManifest
> Task :react-native-webview:mergeReleaseShaders
> Task :react-native-webview:compileReleaseShaders NO-SOURCE
> Task :react-native-webview:generateReleaseAssets UP-TO-DATE
> Task :react-native-webview:packageReleaseAssets
> Task :react-native-webview:generateReleaseRFile
> Task :react-native-webview:prepareLintJarForPublish
> Task :react-native-webview:prepareReleaseArtProfile
> Task :react-native-webview:writeReleaseAarMetadata
> Task :app:generateCodegenSchemaFromJavaScript SKIPPED
> Task :app:generateCodegenArtifactsFromSchema SKIPPED
> Task :app:generatePackageList
> Task :app:preBuild
> Task :app:preReleaseBuild
> Task :app:generateReleaseBuildConfig
> Task :app:javaPreCompileRelease
> Task :app:checkReleaseAarMetadata
> Task :app:createBundleReleaseJsAndAssets
debug Reading Metro config from /home/vagrant/build/com.gmail.blandilyte.silverdict/metro.config.js
● Validation Warning:
Unknown option "server.runInspectorProxy" with value true was found.
This is probably a typing mistake. Fixing it will remove this message.
> Task :react-native-safe-area-context:compileReleaseKotlin
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextModule.kt:7:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextModule.kt:9:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:6:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:26:51 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:28:11 'constructor ReactModuleInfo(String!, String!, Boolean, Boolean, Boolean, Boolean, Boolean)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:34:27 'hasConstants: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaProviderManager.kt:4:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaProviderManager.kt:11:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt:59:23 'getter for uiImplementation: UIImplementation!' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaViewManager.kt:4:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaViewManager.kt:14:2 'ReactModule' is deprecated. Deprecated in Java
> Task :react-native-webview:compileReleaseKotlin
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:40:71 Parameter 'webView' is never used, could be renamed to _
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:81:18 'setter for allowFileAccessFromFileURLs: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:82:18 'setter for allowUniversalAccessFromFileURLs: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:93:102 Parameter 'contentLength' is never used, could be renamed to _
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:110:32 Variable 'urlObj' initializer is redundant
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:124:21 'allowScanningByMediaScanner(): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:161:36 'setter for systemUiVisibility: Int' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:336:15 Condition 'args == null' is always 'false'
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:345:34 Condition 'args != null' is always 'true'
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:364:38 'setter for allowUniversalAccessFromFileURLs: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:421:51 Unchecked cast: Any! to kotlin.collections.HashMap<String, String> /* = java.util.HashMap<String, String> */
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:477:23 'setter for savePassword: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:478:23 'setter for saveFormData: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:548:23 'setter for allowFileAccessFromFileURLs: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:647:53 Unchecked cast: ArrayList<Any!> to List<Map<String, String>>
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:667:23 'setter for saveFormData: Boolean' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt:702:36 Parameter 'viewWrapper' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopCustomMenuSelectionEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopCustomMenuSelectionEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopCustomMenuSelectionEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopCustomMenuSelectionEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopHttpErrorEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingErrorEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingFinishEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingProgressEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopLoadingStartEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt:10:75 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt:21:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopMessageEvent.kt:22:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopNewWindowEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopNewWindowEvent.kt:11:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopNewWindowEvent.kt:22:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopNewWindowEvent.kt:23:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt:12:3 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt:23:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopRenderProcessGoneEvent.kt:24:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt:10:89 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt:27:42 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-webview/android/src/main/java/com/reactnativecommunity/webview/events/TopShouldStartLoadWithRequestEvent.kt:28:21 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
> Task :app:createBundleReleaseJsAndAssets
warning: the transform cache was reset.
Welcome to Metro v0.76.8
Fast - Scalable - Integrated
> Task :react-native-screens:compileReleaseKotlin
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenContainerViewManager.kt:5:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenContainerViewManager.kt:10:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.kt:65:28 'setter for targetElevation: Float' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.kt:128:28 'setter for targetElevation: Float' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.kt:86:34 'getter for systemWindowInsetTop: Int' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.kt:229:37 'setColorFilter(Int, PorterDuff.Mode): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfigViewManager.kt:7:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfigViewManager.kt:18:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderSubviewManager.kt:4:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderSubviewManager.kt:12:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackViewManager.kt:6:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackViewManager.kt:15:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenViewManager.kt:6:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenViewManager.kt:24:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenViewManager.kt:47:42 'setStateWrapper(StateWrapper!): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:137:47 'replaceSystemWindowInsets(Int, Int, Int, Int): WindowInsetsCompat' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:138:51 'getter for systemWindowInsetLeft: Int' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:140:51 'getter for systemWindowInsetRight: Int' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:141:51 'getter for systemWindowInsetBottom: Int' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:6:46 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:17:2 'ReactModule' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:100:22 Parameter 'view' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:100:43 Parameter 'placeholder' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarView.kt:147:43 Parameter 'flag' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/events/HeaderHeightChangeEvent.kt:5:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/events/HeaderHeightChangeEvent.kt:10:5 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/events/HeaderHeightChangeEvent.kt:17:44 'RCTEventEmitter' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/events/HeaderHeightChangeEvent.kt:20:25 'receiveEvent(Int, String!, WritableMap?): Unit' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:5:37 'FabricViewStateManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:9:48 'FabricViewStateManager' is deprecated. Deprecated in Java
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:11:42 Parameter 'width' is never used
w: file:///home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:11:54 Parameter 'height' is never used
> Task :app:createBundleReleaseJsAndAssets
info Writing bundle output to:, /home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle
info Writing sourcemap output to:, /home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map
info Done writing bundle output
info Done writing sourcemap output
info Copying 12 asset files
info Done copying assets
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:3447:18: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
typeof DebuggerInternal !== 'undefined' &&
^~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:5074:108: warning: the variable "nativeFabricUIManager" was not declared in function "onChange"
...lInstanceHandle ? (from && nativeFabricUIManager.setIsJSResponder(from.sta...
^~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9436:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 164#"
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:11805:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
setImmediate(function () {
^~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16089:12: warning: the variable "fetch" was not declared in anonymous function " 401#"
fetch: fetch,
^~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16090:14: warning: the variable "Headers" was not declared in anonymous function " 401#"
Headers: Headers,
^~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16091:14: warning: the variable "Request" was not declared in anonymous function " 401#"
Request: Request,
^~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16092:15: warning: the variable "Response" was not declared in anonymous function " 401#"
Response: Response
^~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16249:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
var reader = new FileReader();
^~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16300:36: warning: the variable "Blob" was not declared in anonymous function " 412#"
} else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
^~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16302:40: warning: the variable "FormData" was not declared in anonymous function " 412#"
} else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
^~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16304:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 412#"
...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body...
^~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16423:26: warning: the variable "AbortController" was not declared in anonymous function " 418#"
var ctrl = new AbortController();
^~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16557:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 422#"
var xhr = new XMLHttpRequest();
^~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:16102:71: warning: the variable "self" was not declared in anonymous function " 404#"
...undefined' && globalThis || typeof self !== 'undefined' && self ||
^~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:26304:27: warning: the variable "performance" was not declared in anonymous function " 687#"
if ("object" === typeof performance && "function" === typeof performance.no...
^~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:26327:26: warning: the variable "navigator" was not declared in anonymous function " 687#"
"undefined" !== typeof navigator && undefined !== navigator.scheduling && u...
^~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:26437:37: warning: the variable "MessageChannel" was not declared in anonymous function " 687#"
};else if ("undefined" !== typeof MessageChannel) {
^~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:26452:34: warning: the variable "nativeRuntimeScheduler" was not declared in anonymous function " 687#"
... = "undefined" !== typeof nativeRuntimeScheduler ? nativeRuntimeScheduler....
^~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:35718:34: warning: the variable "requestAnimationFrame" was not declared in function "start 9#"
... this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
^~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:61427:19: warning: the variable "_getAnimationTimestamp" was not declared in function "handleAndFlushAnimationFrame 1#"
var now = _getAnimationTimestamp();
^~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:61547:11: warning: the variable "_WORKLET" was not declared in function "runOnRuntime"
if (_WORKLET) {
^~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:61552:18: warning: the variable "_scheduleOnRuntime" was not declared in anonymous function " 1616#"
return _scheduleOnRuntime(workletRuntime, (0, _$$_REQUIRE(_dependen...
^~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:61895:114: warning: the variable "location" was not declared in function "registerSensor 1#"
...E(_dependencyMap[4]).isWeb)() && location.protocol !== 'https:' ? ' Make s...
^~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:62408:26: warning: Direct call to eval(), but lexical scope is not supported.
workletFun = eval('(' + initData.code + '\n)');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:62717:20: warning: the variable "_makeShareableClone" was not declared in function "cloneRecursive"
return _makeShareableClone(value);
^~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:63198:9: warning: the variable "_scheduleOnJS" was not declared in anonymous function " 1686#"
_scheduleOnJS(fun, args.length > 0 ?
^~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:63318:13: warning: the variable "_updateDataSynchronously" was not declared in function "set _value 1#"
_updateDataSynchronously(syncDataHolder, (0, _$$_REQUIRE(_depende...
^~~~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:63952:9: warning: the variable "_notifyAboutProgress" was not declared in anonymous function " 1714#"
_notifyAboutProgress(tag, sharedValue.value, isSharedTransition);
^~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:63970:7: warning: the variable "_notifyAboutEnd" was not declared in function "stopObservingProgress"
_notifyAboutEnd(tag, removeView);
^~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:69285:11: warning: the variable "_updatePropsFabric" was not declared in function "flush"
_updatePropsFabric(operations);
^~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:69314:11: warning: the variable "_updatePropsPaper" was not declared in function "flush 1#"
_updatePropsPaper(operations);
^~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:78706:18: warning: the variable "message" was not declared in anonymous function " 2320#"
return message;
^~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:78738:5: warning: the variable "jest" was not declared in function "beforeTest"
jest.useFakeTimers();
^~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:78875:7: warning: the variable "_dispatchCommandFabric" was not declared in function "dispatchCommandFabric"
_dispatchCommandFabric(shadowNodeWrapper, commandName, args);
^~~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:78893:7: warning: the variable "_dispatchCommandPaper" was not declared in function "dispatchCommandPaper"
_dispatchCommandPaper(viewTag, commandName, args);
^~~~~~~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:79004:22: warning: the variable "_measureFabric" was not declared in function "measureFabric"
var measured = _measureFabric(viewTag);
^~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:79038:22: warning: the variable "_measurePaper" was not declared in function "measurePaper"
var measured = _measurePaper(viewTag);
^~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:79126:7: warning: the variable "_scrollToPaper" was not declared in function "scrollToPaper"
_scrollToPaper(viewTag, x, y, animated);
^~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:79173:7: warning: the variable "_setGestureState" was not declared in function "setGestureStateNative"
_setGestureState(handlerTag, newState);
^~~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:83254:45: warning: the variable "structuredClone" was not declared in function "handleLayoutTransition"
...ormCopy = existingTransform ? structuredClone(existingTransform) : [];
^~~~~~~~~~~~~~~
/home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:83636:7: warning: the variable "_removeFromPropsRegistry" was not declared in function "removeFromPropsRegistryOnUI"
_removeFromPropsRegistry(viewTags);
^~~~~~~~~~~~~~~~~~~~~~~~
> Task :react-native-safe-area-context:extractReleaseAnnotations
> Task :react-native-safe-area-context:compileReleaseJavaWithJavac
Note: /home/vagrant/build/com.gmail.blandilyte.silverdict/node_modules/react-native-safe-area-context/android/src/paper/java/com/th3rdwave/safeareacontext/NativeSafeAreaContextSpec.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-safe-area-context:mergeReleaseGeneratedProguardFiles
> Task :react-native-safe-area-context:mergeReleaseConsumerProguardFiles
> Task :react-native-safe-area-context:processReleaseJavaRes
> Task :react-native-safe-area-context:mergeReleaseJavaResource
> Task :react-native-screens:extractReleaseAnnotations
> Task :react-native-safe-area-context:syncReleaseLibJars
> Task :react-native-safe-area-context:bundleReleaseLocalLintAar
> Task :react-native-screens:compileReleaseJavaWithJavac
> Task :react-native-screens:mergeReleaseGeneratedProguardFiles
> Task :react-native-screens:mergeReleaseConsumerProguardFiles
> Task :react-native-screens:processReleaseJavaRes
> Task :react-native-screens:mergeReleaseJavaResource
> Task :react-native-webview:extractReleaseAnnotations
> Task :react-native-screens:syncReleaseLibJars
> Task :react-native-screens:bundleReleaseLocalLintAar
> Task :react-native-webview:compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :react-native-webview:mergeReleaseGeneratedProguardFiles
> Task :react-native-webview:mergeReleaseConsumerProguardFiles
> Task :react-native-webview:processReleaseJavaRes
> Task :app:generateReleaseResValues
> Task :react-native-webview:mergeReleaseJavaResource
> Task :react-native-webview:syncReleaseLibJars
> Task :react-native-webview:bundleReleaseLocalLintAar
> Task :app:mapReleaseSourceSetPaths
> Task :app:generateReleaseResources
> Task :app:packageReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :react-native-async-storage_async-storage:extractDeepLinksRelease
> Task :react-native-community_picker:extractDeepLinksRelease
> Task :react-native-community_slider:extractDeepLinksRelease
> Task :react-native-gesture-handler:extractDeepLinksRelease
> Task :react-native-localization:extractDeepLinksRelease
> Task :react-native-pager-view:extractDeepLinksRelease
> Task :app:parseReleaseLocalResources
> Task :react-native-reanimated:extractDeepLinksRelease
> Task :react-native-safe-area-context:extractDeepLinksRelease
> Task :react-native-screens:extractDeepLinksRelease
> Task :react-native-vector-icons:extractDeepLinksRelease
> Task :react-native-webview:extractDeepLinksRelease
> Task :app:mergeReleaseResources
> Task :app:processReleaseMainManifest
package="com.gmail.blandilyte.silverdict" found in source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="com.gmail.blandilyte.silverdict" from the source AndroidManifest.xml: /home/vagrant/build/com.gmail.blandilyte.silverdict/android/app/src/main/AndroidManifest.xml.
> Task :app:processReleaseManifest
> Task :react-native-async-storage_async-storage:compileReleaseLibraryResources
> Task :react-native-community_picker:compileReleaseLibraryResources
> Task :react-native-community_slider:compileReleaseLibraryResources
> Task :react-native-gesture-handler:compileReleaseLibraryResources
> Task :react-native-localization:compileReleaseLibraryResources
> Task :app:processReleaseManifestForPackage
> Task :react-native-pager-view:compileReleaseLibraryResources
> Task :react-native-reanimated:compileReleaseLibraryResources
> Task :react-native-safe-area-context:compileReleaseLibraryResources
> Task :react-native-vector-icons:compileReleaseLibraryResources
> Task :react-native-webview:compileReleaseLibraryResources
> Task :react-native-screens:compileReleaseLibraryResources
> Task :react-native-async-storage_async-storage:bundleLibCompileToJarRelease
> Task :react-native-community_picker:bundleLibCompileToJarRelease
> Task :react-native-localization:bundleLibCompileToJarRelease
> Task :react-native-community_slider:bundleLibCompileToJarRelease
> Task :react-native-pager-view:bundleLibCompileToJarRelease
> Task :react-native-gesture-handler:bundleLibCompileToJarRelease
> Task :react-native-vector-icons:bundleLibCompileToJarRelease
> Task :react-native-safe-area-context:bundleLibCompileToJarRelease
> Task :app:extractProguardFiles
> Task :react-native-screens:bundleLibCompileToJarRelease
> Task :react-native-webview:bundleLibCompileToJarRelease
> Task :app:copyReactNativeVectorIconFonts
> Task :react-native-async-storage_async-storage:writeReleaseLintModelMetadata
> Task :react-native-async-storage_async-storage:bundleLibRuntimeToJarRelease
> Task :react-native-community_picker:bundleLibRuntimeToJarRelease
> Task :react-native-async-storage_async-storage:createFullJarRelease
> Task :react-native-community_picker:createFullJarRelease
> Task :react-native-community_picker:writeReleaseLintModelMetadata
> Task :react-native-community_slider:bundleLibRuntimeToJarRelease
> Task :react-native-community_slider:createFullJarRelease
> Task :react-native-community_slider:writeReleaseLintModelMetadata
> Task :react-native-gesture-handler:writeReleaseLintModelMetadata
> Task :react-native-gesture-handler:bundleLibRuntimeToJarRelease
> Task :react-native-localization:bundleLibRuntimeToJarRelease
> Task :react-native-localization:writeReleaseLintModelMetadata
> Task :react-native-gesture-handler:createFullJarRelease
> Task :react-native-localization:createFullJarRelease
> Task :react-native-pager-view:writeReleaseLintModelMetadata
> Task :react-native-pager-view:bundleLibRuntimeToJarRelease
> Task :react-native-reanimated:bundleLibRuntimeToJarRelease
> Task :react-native-pager-view:createFullJarRelease
> Task :react-native-reanimated:createFullJarRelease
> Task :react-native-reanimated:writeReleaseLintModelMetadata
> Task :react-native-safe-area-context:writeReleaseLintModelMetadata
> Task :react-native-safe-area-context:bundleLibRuntimeToJarRelease
> Task :react-native-safe-area-context:createFullJarRelease
> Task :react-native-screens:bundleLibRuntimeToJarRelease
> Task :react-native-screens:writeReleaseLintModelMetadata
> Task :react-native-screens:createFullJarRelease
> Task :react-native-vector-icons:bundleLibRuntimeToJarRelease
> Task :react-native-vector-icons:writeReleaseLintModelMetadata
> Task :react-native-vector-icons:createFullJarRelease
> Task :react-native-webview:writeReleaseLintModelMetadata
> Task :react-native-webview:bundleLibRuntimeToJarRelease
> Task :app:mergeReleaseJniLibFolders
> Task :react-native-webview:createFullJarRelease
> Task :react-native-async-storage_async-storage:copyReleaseJniLibsProjectOnly
> Task :react-native-community_picker:copyReleaseJniLibsProjectOnly
> Task :react-native-community_slider:copyReleaseJniLibsProjectOnly
> Task :react-native-gesture-handler:copyReleaseJniLibsProjectOnly
> Task :react-native-localization:copyReleaseJniLibsProjectOnly
> Task :react-native-pager-view:copyReleaseJniLibsProjectOnly
> Task :react-native-safe-area-context:copyReleaseJniLibsProjectOnly
> Task :react-native-screens:copyReleaseJniLibsProjectOnly
> Task :react-native-vector-icons:copyReleaseJniLibsProjectOnly
> Task :react-native-webview:copyReleaseJniLibsProjectOnly
> Task :react-native-async-storage_async-storage:exportReleaseConsumerProguardFiles
> Task :react-native-community_picker:exportReleaseConsumerProguardFiles
> Task :react-native-community_slider:exportReleaseConsumerProguardFiles
> Task :react-native-gesture-handler:exportReleaseConsumerProguardFiles
> Task :react-native-localization:exportReleaseConsumerProguardFiles
> Task :react-native-reanimated:copyReleaseJniLibsProjectOnly
> Task :react-native-pager-view:exportReleaseConsumerProguardFiles
> Task :react-native-reanimated:exportReleaseConsumerProguardFiles
> Task :react-native-safe-area-context:exportReleaseConsumerProguardFiles
> Task :react-native-screens:exportReleaseConsumerProguardFiles
> Task :react-native-vector-icons:exportReleaseConsumerProguardFiles
> Task :react-native-webview:exportReleaseConsumerProguardFiles
> Task :app:checkReleaseDuplicateClasses
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:mergeReleaseArtProfile
> Task :app:mergeReleaseNativeLibs
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets
> Task :app:processReleaseResources
> Task :app:mergeReleaseJavaResource
> Task :app:mergeReleaseAssets
> Task :app:stripReleaseDebugSymbols
> Task :app:compileReleaseJavaWithJavac
> Task :app:mergeReleaseGeneratedProguardFiles
> Task :app:extractReleaseNativeSymbolTables
> Task :app:mergeReleaseNativeDebugMetadata
> Task :app:compressReleaseAssets
> Task :app:collectReleaseDependencies
> Task :app:sdkReleaseDependencyData
> Task :app:writeReleaseAppMetadata
> Task :app:writeReleaseSigningConfigVersions
> Task :app:optimizeReleaseResources
> Task :app:lintVitalAnalyzeRelease
> Task :app:lintVitalReportRelease
> Task :app:lintVitalRelease
> Task :app:minifyReleaseWithR8
> Task :app:compileReleaseArtProfile
> Task :app:packageRelease
> Task :app:createReleaseApkListingFileRedirect
> Task :app:assembleRelease
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 5m 52s
396 actionable tasks: 396 executed
2024-02-09 18:08:42,169 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/com.gmail.blandilyte.silverdict, universal_newlines=False, shell=None, istream=<valid stream>)
2024-02-09 18:08:42,184 INFO: Successfully built version 1.4.1 of com.gmail.blandilyte.silverdict from 11e98b204aa9c9834bb91e1596f58a61f2b8ede5
2024-02-09 18:08:42,475 DEBUG: AXML contains a RESOURCE MAP
2024-02-09 18:08:42,476 DEBUG: Start of Namespace mapping: prefix 27: 'android' --> uri 47: 'http://schemas.android.com/apk/res/android'
2024-02-09 18:08:42,477 DEBUG: Checking build/com.gmail.blandilyte.silverdict/android/app/build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
2024-02-09 18:08:42,493 DEBUG: AXML contains a RESOURCE MAP
2024-02-09 18:08:42,493 DEBUG: Start of Namespace mapping: prefix 27: 'android' --> uri 47: 'http://schemas.android.com/apk/res/android'
2024-02-09 18:08:42,529 INFO: success: com.gmail.blandilyte.silverdict
2024-02-09 18:08:42,529 INFO: Finished
2024-02-09 18:08:42,529 INFO: 1 build succeeded