Untitled

 avatar
unknown
plain_text
2 years ago
21 kB
14
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 "[email protected]" is incompatible with requested version "yaml@^1.10.0"                                                               
warning Resolution field "[email protected]" 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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/[email protected]: 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 > [email protected]: 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/[email protected]: Switch to 'npm install joi'        
warning docz > docz-core > wait-on > @hapi/[email protected]: Switch to 'npm install joi'                                                                        
warning docz > gatsby > [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.                       
warning docz > gatsby > babel-preset-gatsby > @babel/[email protected]: 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/[email protected]: 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 > [email protected]: 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 > [email protected]: This loader has been deprecated. Please use eslint-webpack-plugin                                            
warning docz > gatsby > gatsby-cli > @hapi/[email protected]: Switch to 'npm install joi'                                                                        
warning docz > gatsby > [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.             
warning docz > gatsby > [email protected]: 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 > [email protected]: 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 > [email protected]: 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 > [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies                                                                
warning docz > gatsby > webpack-dev-server > chokidar > [email protected]: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2                                                                            
warning docz > docz-core > wait-on > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142                      
warning docz > docz-core > wait-on > request > [email protected]: 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 > [email protected]: Use String.prototype.trim() instead                                           
warning docz > docz-core > docz-utils > remark-parse > [email protected]: Use String.prototype.trim() instead                                                    
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained                           
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained                           
warning docz > gatsby > @hapi/joi > @hapi/topo > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained              
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: Moved to 'npm install @sideway/address'                                                          
warning docz > gatsby > @hapi/joi > @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained                         
warning docz > gatsby > babel-preset-gatsby > @babel/[email protected]: 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 > [email protected]: 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 > [email protected]: 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/[email protected]: 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/[email protected]: This version has been deprecated and is no longer supported or maintained         
warning docz > gatsby > gatsby-cli > gatsby-recipes > @hapi/[email protected]: Switch to 'npm install joi'                                                       
warning docz > gatsby > gatsby-cli > gatsby-recipes > [email protected]: 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 > [email protected]: 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 > [email protected]: 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 > [email protected]: this library is no longer supported                                                   
warning docz > gatsby-theme-docz > react-live > buble > magic-string > [email protected]: Please use @jridgewell/sourcemap-codec instead              
warning docz > gatsby > @pmmmwh/react-refresh-webpack-plugin > native-url > [email protected]: 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/[email protected]: 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/[email protected]: 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 > [email protected]: See https://github.com/lydell/source-map-resolve#deprecated                                                                    
warning docz > gatsby > webpack > watchpack > watchpack-chokidar2 > [email protected]: 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 > [email protected]: 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 > [email protected]: https://github.com/lydell/resolve-url#deprecated                                                                 
warning docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > [email protected]: Please see https://github.com/lydell/urix#deprecated                                                                    
warning docz > gatsby > webpack-dev-server > chokidar > braces > snapdragon > source-map-resolve > [email protected]: See https://github.com/lydell/source-map-url#deprecated                                                       
warning docz > gatsby > optimize-css-assets-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > [email protected]: 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 > [email protected]: 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/[email protected]: 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 > [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser          
[2/4] Fetching packages...                                                   
warning [email protected]: 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 > [email protected]" has unmet peer dependency "eslint@^6.6.0".                                                                    
warning "docz > [email protected]" has unmet peer dependency "eslint-loader@^3.0.2".                                                             
warning "docz > gatsby-theme-docz > [email protected]" has unmet peer dependency "@babel/core@^7.11.6".                                         
warning "docz > gatsby-theme-docz > [email protected]" has unmet peer dependency "@emotion/core@^10.0.5".                                       
warning "docz > gatsby-theme-docz > [email protected]" has unmet peer dependency "@emotion/core@^10.0.0".                                                   
warning "docz > docz-core > [email protected]" has incorrect peer dependency "typescript@>= 4.3.x".                                           
warning "docz > gatsby-theme-docz > gatsby-plugin-emotion > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".        
warning "docz > gatsby-theme-docz > gatsby-plugin-emotion > @emotion/babel-preset-css-prop > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".                                                
warning " > [email protected]" has unmet peer dependency "eslint@>=6".                                                                        
warning " > [email protected]" has unmet peer dependency "eslint-plugin-react@>=7.18.3".                                                      
warning " > [email protected]" has unmet peer dependency "eslint-plugin-react-hooks@>=2.3.0".                                                 
warning " > [email protected]" has unmet peer dependency "@typescript-eslint/eslint-plugin@>=3.0.1".                                     
warning " > [email protected]" has unmet peer dependency "eslint@>=6.6.0".                                                               
warning "microbundle > @rollup/[email protected]" has incorrect peer dependency "rollup@^2.3.4".                                                     
warning "xo > [email protected]" 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.                                                  
                                                                             
> [email protected] 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.                                                  
                                                                             
> [email protected] 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 [email protected]: 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