Guest User

Untitled

a guest
Dec 9th, 2020
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. Running with gitlab-runner 13.4.1 (e95f89a0)
  2. on nti XCCCLsXX
  3. Preparing the "docker" executor
  4. 00:12
  5. Using Docker executor with image docker:latest ...
  6. Starting service alpine:latest ...
  7. Pulling docker image alpine:latest ...
  8. Using docker image sha256:d6e46aa2470df1d32034c6707c8041158b652f38d2a9ae3d7ad7e7532d22ebe0 for alpine:latest with digest alpine@sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a ...
  9. Waiting for services to be up and running...
  10. *** WARNING: Service runner-xccclsxx-project-4-concurrent-0-a6b07b017bbcaa09-alpine-0 probably didn't start properly.
  11. Health check error:
  12. start service container: Error response from daemon: Cannot link to a non running container: /runner-xccclsxx-project-4-concurrent-0-a6b07b017bbcaa09-alpine-0 AS /runner-xccclsxx-project-4-concurrent-0-a6b07b017bbcaa09-alpine-0-wait-for-service/service (docker.go:1271:0s)
  13. Service container logs:
  14. *********
  15. Pulling docker image docker:latest ...
  16. Using docker image sha256:b0757c55a1fdbb59c378fd34dde3e12bd25f68094dd69546cf5ca00ddbaa7a33 for docker:latest with digest docker@sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a ...
  17. Preparing environment
  18. 00:01
  19. Running on runner-xccclsxx-project-4-concurrent-0 via f3db2a00ebba...
  20. Getting source from Git repository
  21. 00:06
  22. Fetching changes with git depth set to 50...
  23. Reinitialized existing Git repository in /builds/root/testest/.git/
  24. Checking out 4e5d5713 as master...
  25. Removing node_modules/
  26. Skipping Git submodules setup
  27. Restoring cache
  28. 00:01
  29. Checking cache for default-2...
  30. No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.
  31. Successfully extracted cache
  32. Executing "step_script" stage of the job script
  33. 07:10
  34. $ apk update
  35. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
  36. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
  37. v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
  38. v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
  39. OK: 12746 distinct packages available
  40. $ apk add npm
  41. (1/8) Installing brotli-libs (1.0.9-r1)
  42. (2/8) Installing c-ares (1.16.1-r0)
  43. (3/8) Installing libgcc (9.3.0-r2)
  44. (4/8) Installing nghttp2-libs (1.41.0-r0)
  45. (5/8) Installing libstdc++ (9.3.0-r2)
  46. (6/8) Installing libuv (1.38.1-r0)
  47. (7/8) Installing nodejs (12.18.4-r0)
  48. (8/8) Installing npm (12.18.4-r0)
  49. Executing busybox-1.31.1-r19.trigger
  50. OK: 69 MiB in 28 packages
  51. $ npm cache clean --force
  52. npm WARN using --force I sure hope you know what you are doing.
  53. $ npm install @angular/cli
  54. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
  55. npm WARN deprecated [email protected]: this library is no longer supported
  56. > @angular/[email protected] postinstall /builds/root/testest/node_modules/@angular/cli
  57. > node ./bin/postinstall/script.js
  58. npm notice created a lockfile as package-lock.json. You should commit this file.
  59. + @angular/[email protected]
  60. added 260 packages from 186 contributors and audited 260 packages in 48.657s
  61. 24 packages are looking for funding
  62. run `npm fund` for details
  63. found 0 vulnerabilities
  64. $ npm install --save ngx-ui-loader
  65. npm WARN [email protected] requires a peer of @angular/common@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  66. npm WARN [email protected] requires a peer of @angular/core@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  67. npm WARN [email protected] requires a peer of @angular/platform-browser@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  68. npm WARN [email protected] requires a peer of @angular/router@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  69. npm WARN [email protected] requires a peer of rxjs@>=6.0.0 but none is installed. You must install peer dependencies yourself.
  70. added 2 packages from 2 contributors and audited 262 packages in 10.019s
  71. 24 packages are looking for funding
  72. run `npm fund` for details
  73. found 0 vulnerabilities
  74. $ npm install angular-jwt
  75. npm WARN [email protected] requires a peer of @angular/common@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  76. npm WARN [email protected] requires a peer of @angular/core@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  77. npm WARN [email protected] requires a peer of @angular/platform-browser@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  78. npm WARN [email protected] requires a peer of @angular/router@>=8.0.0 but none is installed. You must install peer dependencies yourself.
  79. npm WARN [email protected] requires a peer of rxjs@>=6.0.0 but none is installed. You must install peer dependencies yourself.
  80. added 1 package from 1 contributor and audited 263 packages in 6.319s
  81. 24 packages are looking for funding
  82. run `npm fund` for details
  83. found 0 vulnerabilities
  84. $ npm i
  85. npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  86. npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
  87. npm WARN deprecated [email protected]: Please use @fnando/cpf and @fnando/cnpj packages instead.
  88. npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  89. npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
  90. npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
  91. > [email protected] postinstall /builds/root/testest/node_modules/babel-runtime/node_modules/core-js
  92. > node -e "try{require('./postinstall')}catch(e){}"
  93. > [email protected] postinstall /builds/root/testest/node_modules/core-js
  94. > node scripts/postinstall || echo "ignore"
  95. > [email protected] postinstall /builds/root/testest/node_modules/karma/node_modules/core-js
  96. > node -e "try{require('./postinstall')}catch(e){}"
  97. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
  98. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  99. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
  100. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  101. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack-dev-server/node_modules/chokidar/node_modules/fsevents):
  102. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  103. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/@angular/compiler-cli/node_modules/chokidar/node_modules/fsevents):
  104. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  105. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/karma/node_modules/chokidar/node_modules/fsevents):
  106. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  107. npm WARN [email protected] requires a peer of @angular/core@>=2.0.0 <5.0.0 but none is installed. You must install peer dependencies yourself.
  108. added 995 packages from 976 contributors and audited 1267 packages in 184.394s
  109. 41 packages are looking for funding
  110. run `npm fund` for details
  111. found 11 vulnerabilities (3 low, 3 moderate, 5 high)
  112. run `npm audit fix` to fix them, or `npm audit` for details
  113. $ npm audit fix --force
  114. npm WARN using --force I sure hope you know what you are doing.
  115. npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  116. npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  117. npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
  118. > [email protected] install /builds/root/testest/node_modules/@angular/compiler-cli/node_modules/fsevents
  119. > node install.js
  120. Skipping 'fsevents' build as platform linux is not supported
  121. > [email protected] install /builds/root/testest/node_modules/watchpack-chokidar2/node_modules/fsevents
  122. > node install.js
  123. Skipping 'fsevents' build as platform linux is not supported
  124. > [email protected] install /builds/root/testest/node_modules/webpack-dev-server/node_modules/fsevents
  125. > node install.js
  126. Skipping 'fsevents' build as platform linux is not supported
  127. > [email protected] postinstall /builds/root/testest/node_modules/core-js
  128. > node -e "try{require('./postinstall')}catch(e){}"
  129. npm WARN [email protected] requires a peer of @angular/core@>=2.0.0 <5.0.0 but none is installed. You must install peer dependencies yourself.
  130. npm WARN @angular-devkit/[email protected] requires a peer of @angular/compiler-cli@^11.0.0 but none is installed. You must install peer dependencies yourself.
  131. npm WARN @angular-devkit/[email protected] requires a peer of typescript@~4.0.0 but none is installed. You must install peer dependencies yourself.
  132. npm WARN @ngtools/[email protected] requires a peer of @angular/compiler-cli@^11.0.0 but none is installed. You must install peer dependencies yourself.
  133. npm WARN @ngtools/[email protected] requires a peer of typescript@~4.0.0 but none is installed. You must install peer dependencies yourself.
  134. + @angular-devkit/[email protected]
  135. added 424 packages from 259 contributors, removed 69 packages, updated 121 packages and moved 6 packages in 124.861s
  136. 69 packages are looking for funding
  137. run `npm fund` for details
  138. fixed 11 of 11 vulnerabilities in 1267 scanned packages
  139. 2 package updates for 2 vulnerabilities involved breaking changes
  140. (installed due to `--force` option)
  141. $ npm run build
  142. > [email protected] build /builds/root/testest
  143. > ng build
  144. An unhandled exception occurred: Job name "..getProjectMetadata" does not exist.
  145. See "/tmp/ng-eoLfoG/angular-errors.log" for further details.
  146. npm ERR! code ELIFECYCLE
  147. npm ERR! syscall spawn
  148. npm ERR! file sh
  149. npm ERR! errno ENOENT
  150. npm ERR! [email protected] build: `ng build`
  151. npm ERR! spawn ENOENT
  152. npm ERR!
  153. npm ERR! Failed at the [email protected] build script.
  154. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  155. npm ERR! A complete log of this run can be found in:
  156. npm ERR! /root/.npm/_logs/2020-12-07T15_12_52_362Z-debug.log
  157. Cleaning up file based variables
  158. 00:03
  159. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment