Running with gitlab-runner 14.5.2 (e91107dd)
  on civ_manage 42cbce5f
section_start:1699859856:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1699859856:prepare_executor
section_start:1699859856:prepare_script
Preparing environment
Running on CIV128...
section_end:1699859856:prepare_script
section_start:1699859856:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in G:/CI_RUNNER/builds/42cbce5f/0/ReactWeb5/maintenance/.git/
Skipping Git checkout
Skipping Git submodules setup
section_end:1699859858:get_sources
section_start:1699859858:step_script
Executing "step_script" stage of the job script
$ chcp 65001
Active code page: 65001
$ git config core.autocrlf false
$ npm -v
6.14.14
$ npm run init

> panda_maintenace@0.0.2 init G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance
> npm install --registry=https://g.civnet.cn:4873

npm WARN config auth-type The SSO/SAML/OAuth methods are deprecated and will be removed in
npm WARN config a future version of npm in favor of web-based login.
npm WARN config cache-max This option has been deprecated in favor of `--prefer-online`
npm WARN config cache-min This option has been deprecated in favor of `--prefer-offline`.
npm WARN config optional Use `--omit=optional` to exclude optional dependencies, or
npm WARN config `--include=optional` to include them.
npm WARN config 
npm WARN config     Default value does install optional deps unless otherwise omitted.
npm WARN config shrinkwrap Use the --package-lock setting instead.
npm WARN config sso-poll-frequency The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config sso-type The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
npm WARN config location in the cache, and they are managed by
npm WARN config     [`cacache`](http://npm.im/cacache).

> panda_maintenace@0.0.2 preinstall G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance
> npm run npmcheckversion && npx force-resolutions

npm WARN config auth-type The SSO/SAML/OAuth methods are deprecated and will be removed in
npm WARN config a future version of npm in favor of web-based login.
npm WARN config cache-max This option has been deprecated in favor of `--prefer-online`
npm WARN config cache-min This option has been deprecated in favor of `--prefer-offline`.
npm WARN config optional Use `--omit=optional` to exclude optional dependencies, or
npm WARN config `--include=optional` to include them.
npm WARN config 
npm WARN config     Default value does install optional deps unless otherwise omitted.
npm WARN config shrinkwrap Use the --package-lock setting instead.
npm WARN config sso-poll-frequency The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config sso-type The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
npm WARN config location in the cache, and they are managed by
npm WARN config     [`cacache`](http://npm.im/cacache).

> panda_maintenace@0.0.2 npmcheckversion G:\CI_RUNNER\builds\42cbce5f\0\ReactWeb5\maintenance
> node ./internals/scripts/npmcheckversion.js

npm WARN config auth-type The SSO/SAML/OAuth methods are deprecated and will be removed in
npm WARN config a future version of npm in favor of web-based login.
npm WARN config cache-max This option has been deprecated in favor of `--prefer-online`
npm WARN config cache-min This option has been deprecated in favor of `--prefer-offline`.
npm WARN config optional Use `--omit=optional` to exclude optional dependencies, or
npm WARN config `--include=optional` to include them.
npm WARN config 
npm WARN config     Default value does install optional deps unless otherwise omitted.
npm WARN config shrinkwrap Use the --package-lock setting instead.
npm WARN config sso-poll-frequency The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config sso-type The --auth-type method of SSO/SAML/OAuth will be removed in a future
npm WARN config version of npm in favor of web-based login.
npm WARN config tmp This setting is no longer used.  npm stores temporary files in a special
npm WARN config location in the cache, and they are managed by
npm WARN config     [`cacache`](http://npm.im/cacache).
npx: installed 1 in 7.873s
package-lock.json not found - can not force resolutions (try to execute `npm install` command before).
npm WARN deprecated babel-eslint@10.0.1: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
npm WARN deprecated babel-plugin-react-intl@3.0.1: this package has been renamed to babel-plugin-formatjs
npm WARN deprecated jest-dom@3.1.3: 🚨 jest-dom has moved to @testing-library/jest-dom. Please uninstall jest-dom and install @testing-library/jest-dom instead, or use an older version of jest-dom. Learn more about this change here: https://github.com/testing-library/dom-testing-library/issues/260 Thanks! :)
npm WARN deprecated react-testing-library@6.1.2: 🚨  react-testing-library has moved to @testing-library/react. Please uninstall react-testing-library and install @testing-library/react instead, or use an older version of react-testing-library. Learn more about this change here: https://github.com/testing-library/dom-testing-library/issues/260 Thanks! :)
npm WARN deprecated @babel/polyfill@7.4.3: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated 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.
npm WARN deprecated @npmcli/ci-detect@2.0.0: this package has been deprecated, use `ci-info` instead
npm WARN deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
npm WARN deprecated core-js@2.6.4: 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.
npm WARN deprecated dom-testing-library@3.19.4: 🚨  dom-testing-library has moved to @testing-library/dom. Please uninstall dom-testing-library and install @testing-library/dom instead, or use an older version of dom-testing-library. Learn more about this change here: https://github.com/testing-library/dom-testing-library/issues/260 Thanks! :)
npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated turf@3.0.14: This package has moved: use @turf/turf instead
npm WARN deprecated xlsx@0.10.9: this version is no longer supported.  More info at https://cdn.sheetjs.com/xlsx/
npm WARN deprecated intl-relativeformat@2.2.0: This package has been deprecated, please see migration guide at 'https://github.com/formatjs/formatjs/tree/master/packages/intl-relativeformat#migration-guide'
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated turf-collect@3.0.12: Turf packages are now namespaced: please use @turf/collect instead
npm WARN deprecated turf-along@3.0.12: Turf packages are now namespaced: please use @turf/along instead
npm WARN deprecated turf-bbox-polygon@3.0.12: Turf packages are now namespaced: please use @turf/bbox-polygon instead
npm WARN deprecated turf-bearing@3.0.12: Turf packages are now namespaced: please use @turf/bearing instead
npm WARN deprecated turf-bezier@3.0.12: Turf packages are now namespaced: please use @turf/bezier instead
npm WARN deprecated turf-area@3.0.12: Turf packages are now namespaced: please use @turf/area instead
npm WARN deprecated turf-combine@3.0.12: Turf packages are now namespaced: please use @turf/combine instead
npm WARN deprecated turf-circle@3.0.12: Turf packages are now namespaced: please use @turf/circle instead
npm WARN deprecated turf-centroid@3.0.12: Turf packages are now namespaced: please use @turf/centroid instead
npm WARN deprecated turf-center@3.0.12: Turf packages are now namespaced: please use @turf/center instead
npm WARN deprecated turf-buffer@3.0.12: Turf packages are now namespaced: please use @turf/buffer instead
npm WARN deprecated turf-concave@3.0.12: Turf packages are now namespaced: please use @turf/concave instead
npm WARN deprecated turf-distance@3.0.12: Turf packages are now namespaced: please use @turf/distance instead
npm WARN deprecated turf-destination@3.0.12: Turf packages are now namespaced: please use @turf/destination instead
npm WARN deprecated turf-envelope@3.0.12: Turf packages are now namespaced: please use @turf/envelope instead
npm WARN deprecated turf-bbox@3.0.12: Turf packages are now namespaced: please use @turf/bbox instead
npm WARN deprecated turf-flip@3.0.12: Turf packages are now namespaced: please use @turf/flip instead
npm WARN deprecated turf-difference@3.0.12: Turf packages are now namespaced: please use @turf/difference instead
npm WARN deprecated turf-hex-grid@3.0.12: Turf packages are now namespaced: please use @turf/hex-grid instead
npm WARN deprecated turf-isolines@3.0.12: Turf packages are now namespaced: please use @turf/isolines instead
npm WARN deprecated turf-convex@3.0.12: Turf packages are now namespaced: please use @turf/convex instead
npm WARN deprecated turf-kinks@3.0.12: Turf packages are now namespaced: please use @turf/kinks instead
npm WARN deprecated turf-inside@3.0.12: Turf packages are now namespaced: please use @turf/inside instead
npm WARN deprecated turf-meta@3.0.12: Turf packages are now namespaced: please use @turf/meta instead
npm WARN deprecated turf-line-slice@3.0.12: Turf packages are now namespaced: please use @turf/line-slice instead
npm WARN deprecated turf-nearest@3.0.12: Turf packages are now namespaced: please use @turf/nearest instead
npm WARN deprecated turf-intersect@3.0.12: Turf packages are now namespaced: please use @turf/intersect instead
npm WARN deprecated turf-point-grid@3.0.12: Turf packages are now namespaced: please use @turf/point-grid instead
npm WARN deprecated turf-planepoint@3.0.12: Turf packages are now namespaced: please use @turf/planepoint instead
npm WARN deprecated turf-midpoint@3.0.12: Turf packages are now namespaced: please use @turf/midpoint instead
npm WARN deprecated turf-point-on-line@3.0.12: Turf packages are now namespaced: please use @turf/point-on-line instead
npm WARN deprecated turf-point-on-surface@3.0.12: Turf packages are now namespaced: please use @turf/point-on-surface instead
npm WARN deprecated turf-sample@3.0.12: Turf packages are now namespaced: please use @turf/sample instead
npm WARN deprecated turf-explode@3.0.12: Turf packages are now namespaced: please use @turf/explode instead
npm WARN deprecated turf-simplify@3.0.12: Turf packages are now namespaced: please use @turf/simplify instead
npm WARN deprecated turf-tag@3.0.12: Turf packages are now namespaced: please use @turf/tag instead
npm WARN deprecated turf-square@3.0.12: Turf packages are now namespaced: please use @turf/square instead
npm WARN deprecated turf-within@3.0.12: Turf packages are now namespaced: please use @turf/within instead
npm WARN deprecated turf-tesselate@3.0.12: Turf packages are now namespaced: please use @turf/tesselate instead
npm WARN deprecated turf-helpers@3.0.12: Turf packages are now namespaced: please use @turf/helpers instead
npm WARN deprecated turf-tin@3.0.12: Turf packages are now namespaced: please use @turf/tin instead
npm WARN deprecated turf-triangle-grid@3.0.12: Turf packages are now namespaced: please use @turf/triangle-grid instead
npm WARN deprecated turf-line-distance@3.0.12: Turf packages are now namespaced: please use @turf/line-distance instead
npm WARN deprecated turf-square-grid@3.0.12: Turf packages are now namespaced: please use @turf/square-grid instead
npm WARN deprecated intl-messageformat-parser@1.4.0: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
npm WARN deprecated turf-union@3.0.12: Turf packages are now namespaced: please use @turf/union instead
npm WARN deprecated turf-random@3.0.12: Turf packages are now namespaced: please use @turf/random instead
npm WARN deprecated mini-create-react-context@0.3.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated 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.
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm WARN deprecated mini-create-react-context@0.4.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated geojson-area@0.2.1: This module is now under the @mapbox namespace: install @mapbox/geojson-area instead
npm WARN deprecated geojson-normalize@0.0.0: This module is now under the @mapbox namespace: install @mapbox/geojson-normalize instead
npm WARN deprecated turf-invariant@3.0.12: Turf packages are now namespaced: please use @turf/invariant instead
npm WARN deprecated @types/history@5.0.0: This is a stub types definition. history provides its own type definitions, so you do not need this installed.
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated trim@0.0.1: Use String.prototype.trim() instead
npm WARN deprecated node-fetch-npm@2.0.4: This module is not used anymore, npm uses minipass-fetch for its fetch implementation now
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
npm ERR! code ETARGET
npm ERR! notarget No matching version found for panda-xform@5.4.4.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'maintenance'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     F:\npm\npm-cache\_logs\2023-11-13T07_39_04_940Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! panda_maintenace@0.0.2 init: `npm install --registry=https://g.civnet.cn:4873`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the panda_maintenace@0.0.2 init script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     F:\npm\npm-cache\_logs\2023-11-13T07_39_05_093Z-debug.log
section_end:1699861145:step_script
section_start:1699861145:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1699861145:cleanup_file_variables
ERROR: Job failed: exit status 1