Untitled

 avatar
unknown
plain_text
a year ago
75 kB
58
Indexable
Running with gitlab-runner 16.2.1 (674e0e29)
  on happy-lehmann XCode Runner WAmANSuA, system ID: s_5524e942ecf2
section_start:1706796490:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1706796490:prepare_executor
section_start:1706796490:prepare_script
Preparing environment
Running on 8d118248-5fe4-4150-b707-af22173349e8...
section_end:1706796490:prepare_script
section_start:1706796490:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/.git/
Created fresh repository.
Checking out 3e390551 as detached HEAD (ref is camera_access)...
Skipping Git submodules setup
section_end:1706796520:get_sources
section_start:1706796520:step_script
Executing "step_script" stage of the job script
$ if [ -n "$AWS_ARTIFACTS" -a "$AWS_ARTIFACTS" = "enabled" ]; then # collapsed multi-line command
Using private npm registry to pull packages
yarn config v1.22.19
success Set "registry" to "https://registry.npmjs.org/".
Done in 0.01s.
npm registry set to - https://registry.npmjs.org/
Node version = v18.17.1
NPM version = 9.6.7
Yarn version = 1.22.19
NPM registry = https://registry.npmjs.org/
Yarn registry = https://registry.npmjs.org/
Set Up the private repository for @builder and the auth token on npm and yarn
$ npm config set @builder:registry=https://gitlab.builder.ai/api/v4/packages/npm/ # collapsed multi-line command
$ xcrun simctl shutdown all && xcrun simctl erase all
$ set +e
$ killall "iOS Simulator"
No matching processes belonging to you were found
$ killall "Simulator"
No matching processes belonging to you were found
$ set -e
$ /Users/admin/devops/scripts/job-cleanup-script.sh
Starting build directory cleanup job.

/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd
Ignoring path luxgonewfinal-138857-react-native
Removing directory dishup-335848-react-native
Removing directory dishup-335848-react-native.tmp
Removing directory ssserviceinternal-365523-react-native
Removing directory ssserviceinternal-365523-react-native.tmp

/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects
Ignoring path prd

/opt/builder/builds/WAmANSuA/0/clientprojects
Ignoring path assembler_projects

/opt/builder/builds/WAmANSuA/0
Ignoring path clientprojects

Reached minimum depth at
/opt/builder/builds/WAmANSuA/0

Starting cocoapods cache directory cleanup job.
Cleaning up External pods
Cleaning up Release pods
Done

Starting XCode cache cleanup job.
Done

Cleanup done, returning to project directory.

$ BACKEND_URL=$(cat app-deploy/values.yaml | grep REACT_APP_API_PATH | awk '{ print $2 }' | sed 's:"::g')
$ echo "Setting backend URL to" $BACKEND_URL
Setting backend URL to https://luxgonewfinal-138857-ruby.b138857.dev.eastus.az.svc.builder.cafe
$ sed -i "" "s,const baseURL\(.*\),const baseURL = \"$BACKEND_URL\";," src/packages/framework/src/config.js
$ echo "Running Builder analytics check"
Running Builder analytics check
$ if [[ "$BUILDER_ANALYTICS" = true ]]; then # collapsed multi-line command
$ cat src/packages/framework/src/config.js
"use strict";


const baseURL = "https://luxgonewfinal-138857-ruby.b138857.dev.eastus.az.svc.builder.cafe";

Object.defineProperty(exports, "__esModule", {
  value: true
});

exports.baseURL = baseURL; 
$ cd src
$ yarn ${YARN_OPTS}
yarn add v1.22.19
info No lockfile found.
$ yarn --cwd ./packages/blocks/core --prefer-offline
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
warning react-native@0.64.4: Issues and pull requests filed against this version are not supported. See the React Native release support policy to learn more: https://github.com/reactwg/react-native-releases#releases-support-policy
warning react-native > metro-babel-register > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-native > metro-babel-register > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-native > metro-babel-register > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-native > metro-react-native-babel-transformer > babel-preset-fbjs > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-native > @react-native-community/cli-platform-ios > xcode > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-native > metro-react-native-babel-transformer > babel-preset-fbjs > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning react-native > @react-native-community/cli > metro-core > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
warning react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning @material-ui/core@4.12.4: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
warning @material-ui/core > @material-ui/styles@4.11.5: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
warning @material-ui/icons@4.11.2: You can now upgrade to @mui/icons. See the guide: https://mui.com/guides/migration-v4/
warning @material-ui/lab@4.0.0-alpha.61: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
warning @material-ui/pickers@3.3.10: This package no longer supported. It has been relaced by @mui/x-date-pickers
warning @react-native-community/google-signin@5.0.0: please install @react-native-google-signin/google-signin instead
warning @types/react-native-document-picker@3.1.1: This is a stub types definition. react-native-document-picker provides its own type definitions, so you do not need this installed.
warning @unimodules/core@5.5.1: replaced by the 'expo' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc
warning @unimodules/react-native-adapter@5.7.0: replaced by the 'expo' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc
warning babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
warning babel-preset-es2015 > babel-plugin-transform-es2015-duplicate-keys > babel-runtime > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning firebase > @firebase/polyfill > core-js@3.6.5: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning metro-react-native-babel-preset > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning metro-react-native-babel-preset > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning metro-react-native-babel-preset > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning metro-react-native-babel-preset > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
warning metro-react-native-babel-preset > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-native@0.64.4: Issues and pull requests filed against this version are not supported. See the React Native release support policy to learn more: https://github.com/reactwg/react-native-releases#releases-support-policy
warning react-native-appearance > fbemitter > fbjs > core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning Resolution field "@types/react-native@0.66.1" is incompatible with requested version "@types/react-native@^0.70"
warning react-native-reanimated > fbjs > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning react-native-video > shaka-player@2.5.23: Shaka Player < v4.2 is no longer supported.
warning react-navigation > react-navigation-stack@0.7.0: This package is no longer supported. Please use @react-navigation/stack instead. See https://reactnavigation.org/docs/stack-navigator/ for usage guide
warning react-navigation > react-navigation-tabs@0.8.4: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide
warning react-navigation > react-navigation-drawer@0.5.0: This package is no longer supported. Please use @react-navigation/drawer instead. See https://reactnavigation.org/docs/drawer-navigator/ for usage guide
warning react-navigation-stack@2.10.4: This package is no longer supported. Please use @react-navigation/stack instead. See https://reactnavigation.org/docs/stack-navigator/ for usage guide
warning react-scripts > fsevents@2.0.7: "Please update to latest v2.3 or v2.2"
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-class-properties@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-nullish-coalescing-operator@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-optional-chaining@7.9.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-scripts > babel-eslint@10.0.2: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning react-scripts > eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin
warning react-scripts > html-webpack-plugin@4.0.0-beta.5: please switch to a stable version
warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-numeric-separator@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning react-scripts > babel-jest > @jest/transform > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
warning react-scripts > babel-jest > @jest/transform > jest-haste-map > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
warning react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
warning react-scripts > react-dev-utils > fork-ts-checker-webpack-plugin > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
warning react-scripts > webpack-dev-server > chokidar > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
warning react-scripts > webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning react-scripts > webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-json-strings@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-dynamic-import@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/preset-modules > @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > domexception@1.0.1: Use your platform's native DOMException instead
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > w3c-xmlserializer > domexception@1.0.1: Use your platform's native DOMException instead
warning react-scripts > resolve-url-loader > rework > css > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
warning react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning react-scripts > terser-webpack-plugin > cacache > figgy-pudding@3.5.2: This module is no longer supported.
warning react-scripts > terser-webpack-plugin > cacache > ssri > figgy-pudding@3.5.2: This module is no longer supported.
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi'
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
warning react-scripts > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > har-validator@5.1.5: this library is no longer supported
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > domexception@1.0.1: Use your platform's native DOMException instead
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
warning react-scripts > optimize-css-assets-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning react-scripts > postcss-preset-env > postcss-color-hex-alpha > postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
warning @react-native-community/eslint-config > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning @testing-library/react-native@9.2.0: v9.2.0 was released by mistake with a breaking change. Please use v9.1.0 instead
warning @types/react-native-tab-view@2.3.0: This is a stub types definition. react-native-tab-view provides its own type definitions, so you do not need this installed.
warning @types/react-navigation@3.4.0: This is a stub types definition. react-navigation provides its own type definitions, so you do not need this installed.
warning @types/react-navigation > react-navigation@5.0.0: This package is no longer supported. Please use @react-navigation/native instead. See https://reactnavigation.org/docs/getting-started/ for usage guide
warning babel-eslint@10.0.3: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
warning brotli-webpack-plugin > iltorb@2.4.5: The zlib module provides APIs for brotli compression/decompression starting with Node.js v10.16.0, please use it over iltorb
warning compression-webpack-plugin > cacache > figgy-pudding@3.5.2: This module is no longer supported.
warning compression-webpack-plugin > cacache > ssri > figgy-pudding@3.5.2: This module is no longer supported.
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > domexception@2.0.1: Use your platform's native DOMException instead
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
warning Resolution field "@types/node@18.11.19" is incompatible with requested version "@types/node@^11.9.4"
warning jest-cucumber > gherkin@5.1.0: This package is now published under @cucumber/gherkin
warning pixels-catcher > multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
warning pixels-catcher > formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
warning prettier-eslint-cli > messageformat@2.3.0: Package renamed as '@messageformat/core', see messageformat.github.io for more details. 'messageformat@4' will eventually provide a polyfill for Intl.MessageFormat, once it's been defined by Unicode & ECMA.
[2/4] Fetching packages...
warning mini-css-extract-plugin@0.5.0: Invalid bin field for "mini-css-extract-plugin".
[3/4] Linking dependencies...
warning "react-native > metro-react-native-babel-transformer@0.64.0" has unmet peer dependency "@babel/core@*".
warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6".
warning " > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app@0.x".
warning " > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app-types@0.x".
warning "@firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app@0.x".
warning "@firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app-types@0.x".
warning "@firebase/analytics > @firebase/installations > @firebase/installations-types@0.3.3" has unmet peer dependency "@firebase/app-types@0.x".
warning " > @material-ui/pickers@3.3.10" has unmet peer dependency "@date-io/core@^1.3.6".
warning " > @material-ui/pickers@3.3.10" has unmet peer dependency "prop-types@^15.6.0".
warning " > @react-native-community/async-storage-backend-legacy@2.0.0-rc.3" has incorrect peer dependency "react@^16.0".
warning " > @react-native-community/async-storage-backend-web@2.0.0-rc.0" has incorrect peer dependency "react@^16.0".
warning " > @react-native-community/google-signin@5.0.0" has unmet peer dependency "prop-types@*".
warning " > @react-native-firebase/analytics@13.1.1" has incorrect peer dependency "@react-native-firebase/app@13.1.1".
warning " > @unimodules/react-native-adapter@5.7.0" has incorrect peer dependency "react-native-web@~0.13.7".
warning " > metro-react-native-babel-preset@0.61.0" has unmet peer dependency "@babel/core@*".
warning " > react-art@16.11.0" has incorrect peer dependency "react@^16.0.0".
warning " > react-facebook-login@4.1.1" has incorrect peer dependency "react@^16.0.0".
warning " > react-firebase@2.2.8" has incorrect peer dependency "firebase@^3.6.1 || ^4.0.0".
warning " > react-firebase@2.2.8" has incorrect peer dependency "react@^0.14.8 || ^15.0.0 || ^16.0.0".
warning " > react-images-upload@1.2.8" has incorrect peer dependency "react@^16.3.0".
warning " > react-images-upload@1.2.8" has incorrect peer dependency "react-dom@^16.3.0".
warning " > react-native-compass-heading@1.4.0" has incorrect peer dependency "react@^17.0.2".
warning " > react-native-elements@3.4.0" has incorrect peer dependency "react-native-safe-area-context@^3.1.9".
warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react@^16.8.6".
warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react-native@^0.60.0".
warning " > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*".
warning " > react-native-image-to-pdf@1.2.0" has incorrect peer dependency "react-native@^0.41.2".
warning " > react-native-modal-datetime-picker@13.1.2" has incorrect peer dependency "react-native@>=0.65.0".
warning " > react-native-print@0.10.0" has unmet peer dependency "react-native-windows@>=0.62".
warning " > react-native-reanimated-carousel@3.5.1" has incorrect peer dependency "react-native-gesture-handler@>=2.0.0".
warning " > react-native-reanimated-carousel@3.5.1" has incorrect peer dependency "react-native-reanimated@>=3.0.0".
warning " > react-native-ui-lib@6.11.2" has incorrect peer dependency "react-native-reanimated@>=2.0.0".
warning " > react-native-video-player@0.12.0" has unmet peer dependency "prop-types@*".
warning " > react-native-video-player@0.12.0" has incorrect peer dependency "react-native-video@^2.0.0".
warning " > react-native-web@0.18.12" has incorrect peer dependency "react@^17.0.2 || ^18.0.0".
warning " > react-native-web@0.18.12" has incorrect peer dependency "react-dom@^17.0.2 || ^18.0.0".
warning "react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/googlemaps@^3.0.0".
warning "react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/markerclustererplus@^2.1.29".
warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "@types/react@^15.0.0 || ^16.0.0".
warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react@^15.0.0 || ^16.0.0".
warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0".
warning "react-native-web-maps > react-google-maps > recompose@0.26.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "prop-types@^15.0.0".
warning "react-navigation > create-react-context@0.2.2" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning " > react-navigation-stack@2.10.4" has unmet peer dependency "@react-native-community/masked-view@>=0.1.0".
warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0".
warning " > react-navigation-stack@2.10.4" has incorrect peer dependency "react-navigation@^4.1.1".
warning " > react-router-modal@1.5.2" has incorrect peer dependency "react@^15 || ^16".
warning " > react-router-modal@1.5.2" has incorrect peer dependency "react-dom@^15 || ^16".
warning " > eslint-config-react-app@5.2.1" has incorrect peer dependency "eslint@6.x".
warning " > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-flowtype@3.x || 4.x".
warning " > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-react-hooks@1.x || 2.x".
warning "react-scripts > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "react-scripts > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning " > recompose@0.30.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "@types/react-native-tab-view > react-native-tab-view@3.5.2" has unmet peer dependency "react-native-pager-view@*".
warning " > @typescript-eslint/eslint-plugin@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning " > @typescript-eslint/parser@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning " > babel-jest@26.6.3" has unmet peer dependency "@babel/core@^7.0.0".
warning "babel-jest > babel-preset-jest@26.6.2" has unmet peer dependency "@babel/core@^7.0.0".
warning "babel-jest > babel-preset-jest > babel-preset-current-node-syntax@1.0.1" has unmet peer dependency "@babel/core@^7.0.0".
warning "babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-bigint@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > compression-webpack-plugin@3.1.0" has unmet peer dependency "webpack@^4.3.0 || ^5.0.0".
warning " > enzyme-adapter-react-16@1.15.7" has incorrect peer dependency "react@^16.0.0-0".
warning " > enzyme-adapter-react-16@1.15.7" has incorrect peer dependency "react-dom@^16.0.0-0".
warning "enzyme-adapter-react-16 > enzyme-adapter-utils@1.14.1" has incorrect peer dependency "react@0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0".
warning "enzyme-adapter-react-16 > react-test-renderer@16.14.0" has incorrect peer dependency "react@^16.14.0".
warning "enzyme-adapter-react-16 > enzyme-adapter-utils > airbnb-prop-types@2.16.0" has incorrect peer dependency "react@^0.14 || ^15.0.0 || ^16.0.0-alpha".
warning " > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.1.0".
warning " > eslint-config-airbnb@18.0.1" has unmet peer dependency "eslint-plugin-react-hooks@^1.7.0".
warning "eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint-plugin-import@^2.22.1".
warning " > eslint-plugin-import@2.20.0" has incorrect peer dependency "eslint@2.x - 6.x".
warning " > eslint-plugin-react@7.18.3" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning " > eslint-plugin-sonarjs@0.5.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning " > pixels-catcher@0.7.0" has unmet peer dependency "prop-types@>=15.7.2".
warning " > ts-jest@25.5.1" has incorrect peer dependency "jest@>=25 <26".
warning " > ts-jest@25.5.1" has incorrect peer dependency "typescript@>=3.4 <4.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 138.22s.
[1/4] Resolving packages...
warning react-google-charts > react-load-script@0.0.6: abandoned and unmaintained
warning react-navigation-tabs@2.11.2: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide
warning workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > react-navigation-tabs@2.11.2: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide
[2/4] Fetching packages...
warning Pattern ["@material-ui/styles@latest"] is trying to unpack in the same destination "/Users/m1/Library/Caches/Yarn/v6/npm-@material-ui-styles-4.11.5-19f84457df3aafd956ac863dbe156b1d88e2bbfb-integrity/node_modules/@material-ui/styles" as pattern ["@material-ui/styles@^4.11.5","@material-ui/styles@^4.11.5"]. This could result in non-deterministic behavior, skipping.
[3/4] Linking dependencies...
warning " > react-native@0.64.4" has unmet peer dependency "react@17.0.1".
warning "react-native > metro-react-native-babel-transformer@0.64.0" has unmet peer dependency "@babel/core@*".
warning "react-native > use-subscription@1.8.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".
warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6".
warning "react-native > use-subscription > use-sync-external-store@1.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".
warning " > @fullcalendar/react@5.11.0" has unmet peer dependency "react@^16.7.0 || ^18".
warning " > @fullcalendar/react@5.11.0" has unmet peer dependency "react-dom@^16.7.0 || ^18".
warning " > @material-ui/core@4.12.4" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning " > @material-ui/core@4.12.4" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/styles@4.11.5" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/styles@4.11.5" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/utils@4.11.3" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/utils@4.11.3" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/system@4.12.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "@material-ui/core > @material-ui/system@4.12.2" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "@material-ui/core > react-transition-group@4.4.5" has unmet peer dependency "react@>=16.6.0".
warning "@material-ui/core > react-transition-group@4.4.5" has unmet peer dependency "react-dom@>=16.6.0".
warning " > @material-ui/icons@4.11.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning " > @material-ui/icons@4.11.2" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning " > @material-ui/lab@4.0.0-alpha.61" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning " > @material-ui/lab@4.0.0-alpha.61" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > @material-ui/styles@4.11.5" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > @material-ui/styles@4.11.5" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning " > @ptomasroos/react-native-multi-slider@2.2.2" has unmet peer dependency "react@*".
warning " > @react-native-community/checkbox@0.5.15" has unmet peer dependency "react@*".
warning " > @react-native-community/clipboard@1.5.1" has unmet peer dependency "react@>=16.0".
warning " > @react-native-community/geolocation@3.1.0" has unmet peer dependency "react@*".
warning " > @react-native-community/push-notification-ios@1.11.0" has unmet peer dependency "react@>=16.6.3".
warning " > @react-native-picker/picker@2.6.1" has unmet peer dependency "react@>=16".
warning " > @react-navigation/native@5.9.8" has unmet peer dependency "react@*".
warning "@react-navigation/native > @react-navigation/core@5.16.1" has unmet peer dependency "react@*".
warning " > @react-oauth/google@0.8.0" has unmet peer dependency "react@>=16.8.0".
warning " > @react-oauth/google@0.8.0" has unmet peer dependency "react-dom@>=16.8.0".
warning " > @unimodules/react-native-adapter@5.7.0" has incorrect peer dependency "react-native-web@~0.13.7".
warning " > formik@2.4.2" has unmet peer dependency "react@>=16.8.0".
warning " > react-datepicker@4.25.0" has unmet peer dependency "react@^16.9.0 || ^17 || ^18".
warning " > react-datepicker@4.25.0" has unmet peer dependency "react-dom@^16.9.0 || ^17 || ^18".
warning "react-datepicker > react-popper@2.3.0" has unmet peer dependency "react@^16.8.0 || ^17 || ^18".
warning "react-datepicker > react-popper@2.3.0" has unmet peer dependency "react-dom@^16.8.0 || ^17 || ^18".
warning "react-datepicker > react-onclickoutside@6.13.0" has unmet peer dependency "react@^15.5.x || ^16.x || ^17.x || ^18.x".
warning "react-datepicker > react-onclickoutside@6.13.0" has unmet peer dependency "react-dom@^15.5.x || ^16.x || ^17.x || ^18.x".
warning " > react-google-charts@2.0.29" has unmet peer dependency "react@>=15.0.0".
warning " > react-google-charts@2.0.29" has unmet peer dependency "react-dom@>=15.0.0".
warning "react-google-charts > react-load-script@0.0.6" has unmet peer dependency "prop-types@>=15".
warning "react-google-charts > react-load-script@0.0.6" has unmet peer dependency "react@>=0.14.9".
warning " > react-google-places-autocomplete@4.0.1" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".
warning " > react-google-places-autocomplete@4.0.1" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".
warning "react-google-places-autocomplete > react-select@5.8.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".
warning "react-google-places-autocomplete > react-select@5.8.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0".
warning "react-google-places-autocomplete > use-debounce@3.4.3" has unmet peer dependency "react@>=16.8.0".
warning "react-google-places-autocomplete > react-select > use-isomorphic-layout-effect@1.1.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0".
warning "react-google-places-autocomplete > react-select > @emotion/react@11.11.3" has unmet peer dependency "react@>=16.8.0".
warning "react-google-places-autocomplete > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks@1.0.1" has unmet peer dependency "react@>=16.8.0".
warning " > react-icalendar-link@3.0.2" has unmet peer dependency "prop-types@^15.5.4".
warning " > react-icalendar-link@3.0.2" has unmet peer dependency "react@>= 15.0.0".
warning " > react-icalendar-link@3.0.2" has unmet peer dependency "react-dom@>= 15.0.0".
warning " > react-icons@4.12.0" has unmet peer dependency "react@*".
warning " > react-material-ui-carousel@2.3.11" has unmet peer dependency "react@^16.13.1 || ^17.0.1".
warning " > react-material-ui-carousel@2.3.11" has unmet peer dependency "react-dom@^16.13.1 || ^17.0.1".
warning "react-material-ui-carousel > react-swipeable@6.2.2" has unmet peer dependency "react@^16.8.3 || ^17 || ^18".
warning " > react-native-animated-pagination-dot@0.4.0" has unmet peer dependency "react@*".
warning "react-native-animated-pagination-dot > react-use@17.5.0" has unmet peer dependency "react@*".
warning "react-native-animated-pagination-dot > react-use@17.5.0" has unmet peer dependency "react-dom@*".
warning "react-native-animated-pagination-dot > react-use > react-universal-interface@0.6.2" has unmet peer dependency "react@*".
warning "react-native-animated-pagination-dot > react-use > nano-css@5.6.1" has unmet peer dependency "react@*".
warning "react-native-animated-pagination-dot > react-use > nano-css@5.6.1" has unmet peer dependency "react-dom@*".
warning "react-native-calendars > recyclerlistview@3.0.5" has unmet peer dependency "react@>= 15.2.1".
warning " > react-native-cardscan@2.0.0" has unmet peer dependency "react@>=16.8.1 <18.x".
warning " > react-native-chart-kit@6.12.0" has unmet peer dependency "react@> 16.7.0".
warning " > react-native-document-picker@8.0.0" has unmet peer dependency "react@*".
warning " > react-native-elements@3.4.0" has incorrect peer dependency "react-native-safe-area-context@^3.1.9".
warning "react-native-elements > react-native-ratings@7.6.1" has unmet peer dependency "react@*".
warning " > react-native-fast-image@7.0.2" has unmet peer dependency "react@^16.8.6".
warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react-native@^0.60.0".
warning " > react-native-image-picker@5.3.1" has unmet peer dependency "react@*".
warning " > react-native-maps@0.29.4" has unmet peer dependency "react@>= 16.0 || < 18.0".
warning " > react-native-mask-input@1.2.3" has unmet peer dependency "react@*".
warning " > react-native-material-dropdown@0.11.1" has unmet peer dependency "react@*".
warning "react-native-material-dropdown > react-native-material-buttons@0.5.0" has unmet peer dependency "react@*".
warning "react-native-material-dropdown > react-native-material-ripple@0.8.0" has unmet peer dependency "react@*".
warning "react-native-material-dropdown > react-native-material-buttons > react-native-material-ripple@0.7.5" has unmet peer dependency "react@*".
warning "react-native-material-dropdown > react-native-material-textfield@0.12.0" has unmet peer dependency "react@*".
warning " > react-native-material-dropdown-v2@0.12.0" has unmet peer dependency "react@*".
warning " > react-native-material-textfield@0.16.1" has unmet peer dependency "react@>=16.3.0".
warning " > react-native-onboarding-swiper@1.2.0" has unmet peer dependency "react@*".
warning " > react-native-onboarding-swiper@1.2.0" has unmet peer dependency "prop-types@*".
warning " > react-native-otp-textinput@1.1.5" has incorrect peer dependency "react-native@^0.72.4".
warning " > react-native-paper@5.9.0" has unmet peer dependency "react@*".
warning "react-native-paper > use-latest-callback@0.1.9" has unmet peer dependency "react@>=16.8".
warning "react-native-paper > @callstack/react-theme-provider@3.0.9" has unmet peer dependency "react@>=16.3.0".
warning " > react-native-payments@0.8.4" has unmet peer dependency "react@>=15".
warning " > react-native-permissions@2.2.2" has unmet peer dependency "react@>=16.8.6".
warning " > react-native-radar@3.2.3" has unmet peer dependency "react@>= 16.8.6".
warning " > react-native-reanimated-carousel@3.5.1" has unmet peer dependency "react@>=16.8.0".
warning " > react-native-reanimated-carousel@3.5.1" has incorrect peer dependency "react-native-gesture-handler@>=2.0.0".
warning " > react-native-reanimated-carousel@3.5.1" has unmet peer dependency "react-native-reanimated@>=3.0.0".
warning " > react-native-safe-area-context@4.6.4" has unmet peer dependency "react@*".
warning " > react-native-snap-carousel@3.9.1" has unmet peer dependency "react@>=15.0.0".
warning " > react-native-svg@12.2.0" has unmet peer dependency "react@*".
warning " > react-native-web@0.18.12" has unmet peer dependency "react@^17.0.2 || ^18.0.0".
warning " > react-native-web@0.18.12" has unmet peer dependency "react-dom@^17.0.2 || ^18.0.0".
warning " > react-native-webview@11.26.0" has unmet peer dependency "react@*".
warning " > react-navigation@2.18.7" has unmet peer dependency "react@*".
warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "prop-types@^15.0.0".
warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "react-navigation > react-navigation-tabs@0.8.4" has unmet peer dependency "react@*".
warning "react-navigation > react-native-screens@1.0.0-alpha.23" has unmet peer dependency "react@*".
warning "react-navigation > react-navigation-drawer@0.5.0" has unmet peer dependency "react@*".
warning "react-navigation > react-navigation-stack@0.7.0" has unmet peer dependency "react@*".
warning "react-navigation > react-navigation-drawer > react-native-drawer-layout-polyfill > react-native-drawer-layout@1.3.2" has unmet peer dependency "react@*".
warning "react-navigation > react-navigation-tabs > react-native-tab-view@1.4.1" has unmet peer dependency "react@*".
warning "react-navigation > react-navigation-deprecated-tab-navigator > react-native-tab-view@0.0.77" has unmet peer dependency "react@*".
warning "react-navigation > react-native-safe-area-view@0.14.8" has unmet peer dependency "react@*".
warning " > react-navigation-stack@2.10.4" has unmet peer dependency "@react-native-community/masked-view@>=0.1.0".
warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react@*".
warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0".
warning " > react-navigation-stack@2.10.4" has incorrect peer dependency "react-navigation@^4.1.1".
warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react@*".
warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react-native-reanimated@^1.0.0-alpha".
warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0".
warning " > react-navigation-tabs@2.11.2" has incorrect peer dependency "react-navigation@^4.1.1".
warning "react-navigation-tabs > react-native-tab-view@2.16.0" has unmet peer dependency "react@*".
warning "react-navigation-tabs > react-native-tab-view@2.16.0" has unmet peer dependency "react-native-reanimated@*".
warning " > react-select@3.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0".
warning " > react-select@3.2.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning "react-select > react-input-autosize@3.0.0" has unmet peer dependency "react@^16.3.0 || ^17.0.0".
warning "react-select > @emotion/core@10.3.1" has unmet peer dependency "react@>=16.3.0".
warning " > react-toastify@9.0.2" has unmet peer dependency "react@>=16".
warning " > react-toastify@9.0.2" has unmet peer dependency "react-dom@>=16".
warning " > recompose@0.30.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning " > @testing-library/jest-native@4.0.13" has unmet peer dependency "react@>=16.0.0".
warning " > @testing-library/jest-native@4.0.13" has unmet peer dependency "react-test-renderer@>=16.0.0".
warning " > @testing-library/react@13.4.0" has unmet peer dependency "react@^18.0.0".
warning " > @testing-library/react@13.4.0" has unmet peer dependency "react-dom@^18.0.0".
warning " > @testing-library/react-native@11.2.0" has unmet peer dependency "react@>=16.0.0".
warning " > @testing-library/react-native@11.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0".
warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "enzyme@^3.0.0".
warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "react@^16.0.0-0".
warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "react-dom@^16.0.0-0".
warning "enzyme-adapter-react-16 > enzyme-adapter-utils@1.14.1" has unmet peer dependency "react@0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0".
warning "enzyme-adapter-react-16 > react-test-renderer@16.14.0" has unmet peer dependency "react@^16.14.0".
warning "enzyme-adapter-react-16 > enzyme-adapter-utils > airbnb-prop-types@2.16.0" has unmet peer dependency "react@^0.14 || ^15.0.0 || ^16.0.0-alpha".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > @react-native-community/async-storage-backend-legacy@2.0.0-rc.3" has incorrect peer dependency "react@^16.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-images-upload@1.2.8" has incorrect peer dependency "react@^16.3.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-images-upload@1.2.8" has unmet peer dependency "react-dom@^16.3.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-compass-heading@1.4.0" has incorrect peer dependency "react@^17.0.2".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app@0.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app-types@0.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-facebook-login@4.1.1" has incorrect peer dependency "react@^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-firebase@2.2.8" has incorrect peer dependency "firebase@^3.6.1 || ^4.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-firebase@2.2.8" has incorrect peer dependency "react@^0.14.8 || ^15.0.0 || ^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-router-modal@1.5.2" has incorrect peer dependency "react@^15 || ^16".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-router-modal@1.5.2" has incorrect peer dependency "react-dom@^15 || ^16".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @material-ui/pickers@3.3.10" has unmet peer dependency "@date-io/core@^1.3.6".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @material-ui/pickers@3.3.10" has unmet peer dependency "prop-types@^15.6.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-images-upload > react-flip-move@3.0.5" has unmet peer dependency "react-dom@>=16.3.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest@26.6.3" has unmet peer dependency "@babel/core@^7.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest@26.6.2" has unmet peer dependency "@babel/core@^7.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > @typescript-eslint/eslint-plugin@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > @typescript-eslint/parser@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.1.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-airbnb@18.0.1" has unmet peer dependency "eslint-plugin-react-hooks@^1.7.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-react-app@5.2.1" has incorrect peer dependency "eslint@6.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-flowtype@3.x || 4.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-react-hooks@1.x || 2.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > @react-native-community/async-storage-backend-web@2.0.0-rc.0" has incorrect peer dependency "react@^16.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-plugin-import@2.20.0" has incorrect peer dependency "eslint@2.x - 6.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > jest-enzyme@7.1.2" has unmet peer dependency "enzyme@>=3.4.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > jest-enzyme@7.1.2" has unmet peer dependency "jest@>=22.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > @react-native-firebase/analytics@13.1.1" has incorrect peer dependency "@react-native-firebase/app@13.1.1".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-plugin-react@7.18.3" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > ts-jest@25.5.1" has unmet peer dependency "jest@>=25 <26".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > ts-jest@25.5.1" has incorrect peer dependency "typescript@>=3.4 <4.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > @react-native-community/google-signin@5.0.0" has unmet peer dependency "prop-types@*".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-modal-datetime-picker@13.1.2" has incorrect peer dependency "react-native@>=0.65.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-print@0.10.0" has unmet peer dependency "react-native-windows@>=0.62".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-image-to-pdf@1.2.0" has incorrect peer dependency "react-native@^0.41.2".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-ui-lib@6.11.2" has incorrect peer dependency "react-native-reanimated@>=2.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > @types/react-native-tab-view > react-native-tab-view@3.5.2" has unmet peer dependency "react-native-pager-view@*".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-video-player@0.12.0" has unmet peer dependency "prop-types@*".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > react-native-video-player@0.12.0" has incorrect peer dependency "react-native-video@^2.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > eslint-plugin-sonarjs@0.5.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > mobile > pixels-catcher@0.7.0" has unmet peer dependency "prop-types@>=15.7.2".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-art@16.11.0" has incorrect peer dependency "react@^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @testing-library/react-native@9.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @testing-library/jest-native@9.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > compression-webpack-plugin@3.1.0" has unmet peer dependency "webpack@^4.3.0 || ^5.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app@0.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app-types@0.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax@1.0.1" has unmet peer dependency "@babel/core@^7.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint-plugin-import@^2.22.1".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > jest-enzyme > enzyme-matchers@7.1.2" has unmet peer dependency "enzyme@>=3.4.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > jest-enzyme > jest-environment-enzyme@7.1.2" has unmet peer dependency "enzyme@3.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > jest-enzyme > jest-environment-enzyme@7.1.2" has unmet peer dependency "jest@>=22.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/googlemaps@^3.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/markerclustererplus@^2.1.29".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "@types/react@^15.0.0 || ^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react@^15.0.0 || ^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-scripts > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-scripts > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-import-meta@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-async-generators@7.8.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-bigint@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-logical-assignment-operators@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-numeric-separator@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-json-strings@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-top-level-await@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > @firebase/analytics > @firebase/installations > @firebase/installations-types@0.3.3" has unmet peer dependency "@firebase/app-types@0.x".
warning "workspace-aggregator-33acfdf7-e8ce-4ea6-9696-5436c1e309db > web > react-native-web-maps > react-google-maps > recompose@0.26.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning " > metro-react-native-babel-preset@0.61.0" has unmet peer dependency "@babel/core@*".
[4/4] Building fresh packages...
error /opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas: Command failed.
Exit code: 1
Command: node-pre-gyp install --fallback-to-build --update-binary
Arguments: 
Directory: /opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@1.0.11
node-pre-gyp info using node@18.17.1 | darwin | arm64
node-pre-gyp http GET https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz 
node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.2 and node@18.17.1 (node-v108 ABI, unknown) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz 
gyp info it worked if it ends with ok
gyp info using node-gyp@9.3.1
gyp info using node@18.17.1 | darwin | arm64
gyp info ok 
gyp info it worked if it ends with ok
gyp info using node-gyp@9.3.1
gyp info using node@18.17.1 | darwin | arm64
gyp info find Python using Python version 3.9.6 found at "/Applications/Xcode.app/Contents/Developer/usr/bin/python3"
gyp info spawn /Applications/Xcode.app/Contents/Developer/usr/bin/python3
gyp info spawn args [
gyp info spawn args   '/opt/node/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/opt/node/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/m1/Library/Caches/node-gyp/18.17.1/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/Users/m1/Library/Caches/node-gyp/18.17.1',
gyp info spawn args   '-Dnode_gyp_dir=/opt/node/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/Users/m1/Library/Caches/node-gyp/18.17.1/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
/bin/sh: pkg-config: command not found
gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/opt/node/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:325:16)
gyp ERR! stack     at ChildProcess.emit (node:events:514:28)
gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:291:12)
gyp ERR! System Darwin 22.6.0
gyp ERR! command "/opt/node/bin/node" "/opt/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--update-binary" "--module=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release" "--napi_version=9" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v108"
gyp ERR! cwd /opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas
gyp ERR! node -v v18.17.1
gyp ERR! node-gyp -v v9.3.1
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/opt/node/bin/node /opt/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --update-binary --module=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release --napi_version=9 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)
node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:514:28)
node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1091:16)
node-pre-gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:302:5)
node-pre-gyp ERR! System Darwin 22.6.0
node-pre-gyp ERR! command "/opt/node/bin/node" "/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--update-binary"
node-pre-gyp ERR! cwd /opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas
node-pre-gyp ERR! node -v v18.17.1
node-pre-gyp ERR! node-pre-gyp -v v1.0.11
node-pre-gyp ERR! not ok 
Failed to execute '/opt/node/bin/node /opt/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --update-binary --module=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/src/node_modules/canvas/build/Release --napi_version=9 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
section_end:1706796777:step_script
section_start:1706796777:after_script
Running after_script
Running after script...
$ echo "CI_JOB_ID $CI_JOB_ID"
CI_JOB_ID 44103240
$ echo "CI_PROJECT_ID $CI_PROJECT_ID"
CI_PROJECT_ID 65123
$ echo "CI_PROJECT_NAME $CI_PROJECT_NAME"
CI_PROJECT_NAME luxgonewfinal-138857-react-native
$ echo "CI_JOB_NAME $CI_JOB_NAME"
CI_JOB_NAME build ios debug arm
$ echo "CI_JOB_STAGE $CI_JOB_STAGE"
CI_JOB_STAGE build
$ echo "CI_JOB_STATUS $CI_JOB_STATUS"
CI_JOB_STATUS failed
$ echo "CI_JOB_STARTED_AT $CI_JOB_STARTED_AT"
CI_JOB_STARTED_AT 2024-02-01T14:08:10Z
$ yarn cache clean
yarn cache v1.22.19
success Cleared cache.
Done in 9.05s.
$ if [[ -f /opt/builder/provisioning/scripts/machine-clean.sh ]]; then # collapsed multi-line command
<2024/02/01 15:13:06> - Cleaning Directories...
<2024/02/01 15:13:06> - Recycling Apple Remote Desktop...
<2024/02/01 15:13:06> - Killing off old node processes...
<2024/02/01 15:13:06> - Shutting down the simulator...
<2024/02/01 15:13:06> - Killing residual simulators...
No matching processes belonging to you were found
Cleanup script exited with a failed status. This might not be a problem but is worth an investigation
section_end:1706796786:after_script
section_start:1706796786:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
Runtime platform                                    arch=arm64 os=darwin pid=45457 revision=674e0e29 version=16.2.1
WARNING: src/packages/mobile/ios/3e3905514e50f540ecc38a685263ac3aef2d6a36_iOS_debug.zip: no matching files. Ensure that the artifact path is relative to the working directory (/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native) 
WARNING: src/packages/mobile/ios/yarn_ios.log: no matching files. Ensure that the artifact path is relative to the working directory (/opt/builder/builds/WAmANSuA/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native) 
ERROR: No files to upload                          
section_end:1706796786:upload_artifacts_on_failure
section_start:1706796786:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1706796786:cleanup_file_variables
ERROR: Job failed: exit status 1

Editor is loading...
Leave a Comment