Untitled
unknown
plain_text
2 years ago
21 kB
8
Indexable
Building dtale_2_7 Sending build context to Docker daemon 145.3MB Step 1/14 : FROM node:12 as node_build ---> 6c8de432fc7f Step 2/14 : RUN set -eux ; apt-get install git ---> Running in 661f5c7de436 + apt-get install git Reading package lists... Building dependency tree... Reading state information... git is already the newest version (1:2.11.0-3+deb9u7). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 661f5c7de436 ---> 9960d5899c72 Step 3/14 : COPY . /workspace ---> 15844a48e798 Step 4/14 : WORKDIR /workspace/frontend ---> Running in dcdb0707e74e Removing intermediate container dcdb0707e74e ---> 25f135c1ee8e Step 5/14 : RUN set -eux ; yarn install --frozen-lockfile ; yarn list --depth=0 ; yarn run lint ; yarn run format ; git diff --name-status ./static ; git diff-files --quiet ./static || (echo 'The files above have not been formatted!' && (exit 1)) ; yarn run test ; ls -lah node_modules ; yarn run build ---> Running in 6c18bbf9c977 + yarn install --frozen-lockfile yarn install v1.22.18 [1/4] Resolving packages... warning Resolution field "yaml@2.2.2" is incompatible with requested version "yaml@^1.10.0" warning Resolution field "d3-color@3.1.0" is incompatible with requested version "d3-color@1 - 2" [2/4] Fetching packages... info No lockfile found. [1/4] Resolving packages... warning docz > gatsby-plugin-typescript > @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 docz > gatsby-plugin-typescript > @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 docz > gatsby-plugin-typescript > @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 docz > gatsby-theme-docz > gatsby-plugin-mdx > @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 docz > gatsby-theme-docz > @mdx-js/mdx > remark-mdx > @babel/plugin-proposal-object-rest-spread@7.12.1: 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 docz > docz-core > wait-on > 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 docz > gatsby > @hapi/joi@15.1.1: Switch to 'npm install joi' warning docz > docz-core > wait-on > @hapi/joi@15.1.1: Switch to 'npm install joi' warning docz > gatsby > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. warning docz > gatsby > babel-preset-gatsby > @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 docz > gatsby > babel-preset-gatsby > @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 docz > gatsby > express-graphql@0.9.0: This package is no longer maintained. We recommend using `graphql-http` instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql. warning docz > gatsby > eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin warning docz > gatsby > gatsby-cli > @hapi/joi@15.1.1: Switch to 'npm install joi' warning docz > gatsby > string-similarity@1.2.2: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. warning docz > gatsby > 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 docz > gatsby > gatsby-telemetry > 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 docz > gatsby > gatsby-cli > 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 docz > gatsby > 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 docz > gatsby > webpack-dev-server > chokidar > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 warning docz > docz-core > wait-on > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning docz > docz-core > wait-on > 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 docz > gatsby-theme-docz > @mdx-js/mdx > remark-parse > trim@0.0.1: Use String.prototype.trim() instead warning docz > docz-core > docz-utils > remark-parse > trim@0.0.1: Use String.prototype.trim() instead warning docz > gatsby > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning docz > gatsby > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained warning docz > gatsby > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning docz > gatsby > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address' warning docz > gatsby > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained warning docz > gatsby > babel-preset-gatsby > @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. info There appears to be trouble with your network connection. Retrying... warning docz > gatsby > st > async-cache@1.1.0: No longer maintained. Use [lru-cache](http://npm.im/lru-cache) version 7.6 or higher, and provide an asynchronous `fetchMethod` option. warning docz > gatsby > gatsby-cli > gatsby-recipes@0.9.3: gatsby-recipes has been removed from gatsby/gatsby-cli >=4.5.0. Update to gatsby@latest/gatsby-cli@latest to use versions without gatsby-recipes. This package will no longer receive updates. warning docz > gatsby > gatsby-cli > gatsby-recipes > @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 docz > gatsby > gatsby-cli > gatsby-recipes > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning docz > gatsby > gatsby-cli > gatsby-recipes > @hapi/joi@15.1.1: Switch to 'npm install joi' warning docz > gatsby > gatsby-cli > gatsby-recipes > express-graphql@0.9.0: This package is no longer maintained. We recommend using `graphql-http` instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql. warning docz > gatsby > gatsby-cli > gatsby-recipes > 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 docz > gatsby > webpack-dev-middleware > 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 docz > docz-core > wait-on > request > har-validator@5.1.5: this library is no longer supported warning docz > gatsby-theme-docz > react-live > buble > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead warning docz > gatsby > @pmmmwh/react-refresh-webpack-plugin > native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. warning docz > gatsby-theme-docz > gatsby-plugin-mdx > remark > unified > @types/vfile > @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. warning docz > gatsby > gatsby-cli > gatsby-recipes > remark-mdxjs > @babel/plugin-proposal-object-rest-spread@7.10.4: 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 docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated warning docz > gatsby > 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 docz > gatsby > eslint-plugin-graphql > graphql-config > @graphql-tools/url-loader > subscriptions-transport-ws@0.9.19: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md warning docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated warning docz > gatsby > 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 docz > gatsby > optimize-css-assets-webpack-plugin > cssnano > cssnano-preset-default > postcss-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 microbundle > @babel/plugin-proposal-class-properties@7.7.4: 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 microbundle > rollup-plugin-terser@5.3.1: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser [2/4] Fetching packages... warning url-loader@1.1.2: Invalid bin field for "url-loader". info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... [3/4] Linking dependencies... warning "docz > gatsby-plugin-eslint@2.0.8" has unmet peer dependency "eslint@^6.6.0". warning "docz > gatsby-plugin-eslint@2.0.8" has unmet peer dependency "eslint-loader@^3.0.2". warning "docz > gatsby-theme-docz > gatsby-plugin-emotion@4.5.0" has unmet peer dependency "@babel/core@^7.11.6". warning "docz > gatsby-theme-docz > gatsby-plugin-emotion@4.5.0" has unmet peer dependency "@emotion/core@^10.0.5". warning "docz > gatsby-theme-docz > theme-ui@0.2.52" has unmet peer dependency "@emotion/core@^10.0.0". warning "docz > docz-core > react-docgen-typescript@2.2.2" has incorrect peer dependency "typescript@>= 4.3.x". warning "docz > gatsby-theme-docz > gatsby-plugin-emotion > @emotion/babel-preset-css-prop@10.2.1" has unmet peer dependency "@babel/core@^7.0.0". warning "docz > gatsby-theme-docz > gatsby-plugin-emotion > @emotion/babel-preset-css-prop > @emotion/babel-plugin-jsx-pragmatic@0.1.5" has unmet peer dependency "@babel/core@^7.0.0". warning " > eslint-config-xo-react@0.23.0" has unmet peer dependency "eslint@>=6". warning " > eslint-config-xo-react@0.23.0" has unmet peer dependency "eslint-plugin-react@>=7.18.3". warning " > eslint-config-xo-react@0.23.0" has unmet peer dependency "eslint-plugin-react-hooks@>=2.3.0". warning " > eslint-config-xo-typescript@0.31.0" has unmet peer dependency "@typescript-eslint/eslint-plugin@>=3.0.1". warning " > eslint-config-xo-typescript@0.31.0" has unmet peer dependency "eslint@>=6.6.0". warning "microbundle > @rollup/plugin-commonjs@13.0.2" has incorrect peer dependency "rollup@^2.3.4". warning "xo > eslint-import-resolver-webpack@0.12.2" has unmet peer dependency "webpack@>=1.11.0". info There appears to be trouble with your network connection. Retrying... [4/4] Building fresh packages... success Saved lockfile. $ npm run clean; npm run build npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1700670180053-0.008972431436396588/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. > react-wordcloud@1.2.7 clean /usr/local/share/.cache/yarn/v6/.tmp/732977b8b34cc5ba54207cf9e729eb5f.78cf25de0fcd422d935b06e557fc199cc127673c.prepare > rm -rf dist npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1700670180053-0.008972431436396588/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. > react-wordcloud@1.2.7 build /usr/local/share/.cache/yarn/v6/.tmp/732977b8b34cc5ba54207cf9e729eb5f.78cf25de0fcd422d935b06e557fc199cc127673c.prepare > microbundle --jsx React.createElement Entry module "index.js" is using named and default exports together. Consumers of your bundle will have to use `reactWordcloud["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning Entry module "index.js" is using named and default exports together. Consumers of your bundle will have to use `reactWordcloud["default"]` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning No name was provided for external module 'lodash.debounce' in output.globals – guessing 'debounce' No name was provided for external module 'lodash.clonedeep' in output.globals – guessing 'clonedeep' No name was provided for external module 'tippy.js' in output.globals – guessing 'tippy' Build "reactWordcloud" to dist: 4.53 kB: index.js.gz 4.05 kB: index.js.br 4.5 kB: index.modern.js.gz 4.01 kB: index.modern.js.br 4.55 kB: index.module.js.gz 4.07 kB: index.module.js.br 4.75 kB: index.umd.js.gz 4.24 kB: index.umd.js.br error yaml@2.2.2: The engine "node" is incompatible with this module. Expected version ">= 14". Got "12.22.12" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. The command '/bin/sh -c set -eux ; yarn install --frozen-lockfile ; yarn list --depth=0 ; yarn run lint ; yarn run format ; git diff --name-status ./static ; git diff-files --quiet ./static || (echo 'The files above have not been formatted!' && (exit 1)) ; yarn run test ; ls -lah node_modules ; yarn run build' returned a non-zero code: 1 ERROR: Service 'dtale_2_7' failed to build : Build failed
Editor is loading...
Leave a Comment