Advertisement
Guest User

My error

a guest
Jan 28th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.15 KB | None | 0 0
  1. docker-compose build
  2. lyst-os-db uses an image, skipping
  3. Building lyst-os-node
  4. Step 1/16 : FROM python:3.7-stretch
  5. ---> 3e4145ee3cef
  6. Step 2/16 : ENV DJANGO_SETTINGS_MODULE=lyst_os.settings NEW_RELIC_APP_NAME=lyst-os PYTHONPATH=/home/lyst/code/src PATH="/home/lyst/.local/bin:${PATH}" NODE_ENV=production
  7. ---> Using cache
  8. ---> 699e1a913761
  9. Step 3/16 : RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs && npm install -g yarn
  10. ---> Using cache
  11. ---> a572828f850b
  12. Step 4/16 : RUN useradd -ms /bin/bash lyst && mkdir -p /home/lyst/code && mkdir -p /home/lyst/.local/bin && chown --recursive lyst:lyst /home/lyst
  13. ---> Using cache
  14. ---> 10c9e4376134
  15. Step 5/16 : COPY --chown=lyst:lyst package.json /home/lyst/code
  16. ---> Using cache
  17. ---> c81e4f2530be
  18. Step 6/16 : COPY --chown=lyst:lyst yarn.lock /home/lyst/code
  19. ---> Using cache
  20. ---> bee7a7eac2a6
  21. Step 7/16 : COPY --chown=lyst:lyst .npmrc /home/lyst/code
  22. ---> Using cache
  23. ---> d563cd747832
  24. Step 8/16 : WORKDIR /home/lyst/code
  25. ---> Using cache
  26. ---> 343b43355e61
  27. Step 9/16 : RUN yarn
  28. ---> Using cache
  29. ---> 6df413f0054b
  30. Step 10/16 : COPY pip.conf /root/.pip/pip.conf
  31. ---> Using cache
  32. ---> 5556f4e1275b
  33. Step 11/16 : COPY requirements.txt /tmp/requirements.txt
  34. ---> Using cache
  35. ---> 3c749f345313
  36. Step 12/16 : RUN pip install -r /tmp/requirements.txt && rm -f /tmp/requirements.txt
  37. ---> Using cache
  38. ---> caf7db5f9d57
  39. Step 13/16 : COPY . /home/lyst/code
  40. ---> 7afa464c88a8
  41. Step 14/16 : WORKDIR /home/lyst/code
  42. ---> Running in 973622cfa5d5
  43. Removing intermediate container 973622cfa5d5
  44. ---> 309d0f2e03bb
  45. Step 15/16 : RUN mkdir webpack-output && yarn run build && SECRET_KEY=just-for-show SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET=just-for-show SOCIAL_AUTH_GOOGLE_OAUTH2_KEY=just-for-show django-admin collectstatic --noinput
  46. ---> Running in 8c119c647cea
  47. yarn run v1.21.1
  48. $ grunt && webpack
  49. 
  50. Replace Autoprefixer browsers option to Browserslist config.
  51. Use browserslist key in package.json or .browserslistrc file.
  52.  
  53. Using browsers option cause some error. Browserslist config
  54. can be used for Babel, Autoprefixer, postcss-normalize and other tools.
  55.  
  56. If you really need to use option, rename it to overrideBrowserslist.
  57.  
  58. Learn more at:
  59. https://github.com/browserslist/browserslist#readme
  60. https://twitter.com/browserslist
  61.  
  62.  
  63. Running "clean:images" (clean) task
  64. >> 0 paths cleaned.
  65.  
  66. Running "clean:css" (clean) task
  67. >> 0 paths cleaned.
  68.  
  69. Running "clean:css" (clean) task
  70. >> 0 paths cleaned.
  71.  
  72. Running "sass:dist" (sass) task
  73.  
  74. Running "postcss:dist" (postcss) task
  75. >> 1 processed stylesheet created.
  76.  
  77. Running "clean:images" (clean) task
  78. >> 0 paths cleaned.
  79.  
  80. Running "copy:images" (copy) task
  81. Created 1 directory, copied 2 files
  82.  
  83. Done.
  84. Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
  85. Hash: cfb324aa3d18e8d78ea4
  86. Version: webpack 4.41.4
  87. Time: 20904ms
  88. Built at: 01/28/2020 2:03:23 PM
  89. Asset Size Chunks Chunk Names
  90. main.c923ac1d.js 2.12 MiB 0 [emitted] [immutable] [big] main
  91. main.c923ac1d.js.map 93 bytes 0 [emitted] [dev] main
  92. vendors_main.e268df77.js 5.7 MiB 1 [emitted] [immutable] [big] vendors_main
  93. vendors_main.e268df77.js.map 101 bytes 1 [emitted] [dev] vendors_main
  94. Entrypoint main [big] = vendors_main.e268df77.js vendors_main.e268df77.js.map main.c923ac1d.js main.c923ac1d.js.map
  95. [2] ./node_modules/react-redux/es/index.js + 24 modules 49.2 KiB {1} [built]
  96. | 25 modules
  97. [6] ./node_modules/react-router/es/index.js + 32 modules 74.9 KiB {1} [built]
  98. | 33 modules
  99. [34] (webpack)/buildin/module.js 497 bytes {1} [built]
  100. [45] (webpack)/buildin/global.js 472 bytes {1} [built]
  101. [93] ./src/web/containers/perception/ProductTags/tag-aliases.json 4.41 KiB {0} [built]
  102. [132] ./changelog.js 2.94 KiB {0} [built]
  103. [134] (webpack)/buildin/harmony-module.js 573 bytes {1} [built]
  104. [344] ./src/web/containers/catalog/BulkPromotionUpload/style.scss 538 bytes {0} [built]
  105. [345] ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/web/containers/catalog/BulkPromotionUpload/style.scss 486 bytes {0} [built]
  106. [462] ./src/web/main.js + 219 modules 1.05 MiB {0} [built]
  107. | ./src/web/main.js 713 bytes [built]
  108. | ./src/web/store/index.js 3.55 KiB [built]
  109. | ./src/web/routes.js 7.89 KiB [built]
  110. | ./src/web/store/catalog/reducers.js 5.02 KiB [built]
  111. | ./src/web/store/ui/reducers.js 2.08 KiB [built]
  112. | ./src/web/store/plasma/reducers.js 861 bytes [built]
  113. | ./src/web/store/spidermon/reducers.js 3.89 KiB [built]
  114. | ./src/web/store/trackSpiderItem/reducers.js 930 bytes [built]
  115. | ./src/web/store/product/reducers.js 1.32 KiB [built]
  116. | ./src/web/store/shopKeywordContext/reducers.js 1.02 KiB [built]
  117. | ./src/web/store/automatedCustomShops/reducers.js 1.16 KiB [built]
  118. | ./src/web/store/feedSorting/reducers.js 1.74 KiB [built]
  119. | ./src/web/store/heimdall/reducers.js 2.94 KiB [built]
  120. | ./src/web/store/minion/reducers.js 7.72 KiB [built]
  121. | ./src/web/store/spiderEndpoint/reducers.js 1.98 KiB [built]
  122. | + 205 hidden modules
  123. [466] ./node_modules/@sentry/browser/esm/sdk.js + 33 modules 124 KiB {1} [built]
  124. | 34 modules
  125. + 460 hidden modules
  126.  
  127. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  128. This can impact web performance.
  129. Assets:
  130. main.c923ac1d.js (2.12 MiB)
  131. vendors_main.e268df77.js (5.7 MiB)
  132.  
  133. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  134. Entrypoints:
  135. main (7.82 MiB)
  136. vendors_main.e268df77.js
  137. main.c923ac1d.js
  138.  
  139.  
  140. WARNING in webpack performance recommendations:
  141. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  142. For more info visit https://webpack.js.org/guides/code-splitting/
  143. Done in 22.15s.
  144.  
  145. 41 static files copied to '/home/lyst/code/static', 51 post-processed.
  146. Removing intermediate container 8c119c647cea
  147. ---> 82fd23d68793
  148. Step 16/16 : USER lyst
  149. ---> Running in da8422745176
  150. Removing intermediate container da8422745176
  151. ---> cc1097bf6103
  152. Successfully built cc1097bf6103
  153. Successfully tagged lystos_lyst-os-node:latest
  154. Building lyst-os
  155. Step 1/16 : FROM python:3.7-stretch
  156. ---> 3e4145ee3cef
  157. Step 2/16 : ENV DJANGO_SETTINGS_MODULE=lyst_os.settings NEW_RELIC_APP_NAME=lyst-os PYTHONPATH=/home/lyst/code/src PATH="/home/lyst/.local/bin:${PATH}" NODE_ENV=production
  158. ---> Using cache
  159. ---> 699e1a913761
  160. Step 3/16 : RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install -y nodejs && npm install -g yarn
  161. ---> Using cache
  162. ---> a572828f850b
  163. Step 4/16 : RUN useradd -ms /bin/bash lyst && mkdir -p /home/lyst/code && mkdir -p /home/lyst/.local/bin && chown --recursive lyst:lyst /home/lyst
  164. ---> Using cache
  165. ---> 10c9e4376134
  166. Step 5/16 : COPY --chown=lyst:lyst package.json /home/lyst/code
  167. ---> Using cache
  168. ---> c81e4f2530be
  169. Step 6/16 : COPY --chown=lyst:lyst yarn.lock /home/lyst/code
  170. ---> Using cache
  171. ---> bee7a7eac2a6
  172. Step 7/16 : COPY --chown=lyst:lyst .npmrc /home/lyst/code
  173. ---> Using cache
  174. ---> d563cd747832
  175. Step 8/16 : WORKDIR /home/lyst/code
  176. ---> Using cache
  177. ---> 343b43355e61
  178. Step 9/16 : RUN yarn
  179. ---> Using cache
  180. ---> 6df413f0054b
  181. Step 10/16 : COPY pip.conf /root/.pip/pip.conf
  182. ---> Using cache
  183. ---> 5556f4e1275b
  184. Step 11/16 : COPY requirements.txt /tmp/requirements.txt
  185. ---> Using cache
  186. ---> 3c749f345313
  187. Step 12/16 : RUN pip install -r /tmp/requirements.txt && rm -f /tmp/requirements.txt
  188. ---> Using cache
  189. ---> caf7db5f9d57
  190. Step 13/16 : COPY . /home/lyst/code
  191. ---> d093811f6008
  192. Step 14/16 : WORKDIR /home/lyst/code
  193. ---> Running in 9397127fe4ec
  194. Removing intermediate container 9397127fe4ec
  195. ---> 90f354e04209
  196. Step 15/16 : RUN mkdir webpack-output && yarn run build && SECRET_KEY=just-for-show SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET=just-for-show SOCIAL_AUTH_GOOGLE_OAUTH2_KEY=just-for-show django-admin collectstatic --noinput
  197. ---> Running in c3dd41efc5eb
  198. yarn run v1.21.1
  199. $ grunt && webpack
  200. 
  201. Replace Autoprefixer browsers option to Browserslist config.
  202. Use browserslist key in package.json or .browserslistrc file.
  203.  
  204. Using browsers option cause some error. Browserslist config
  205. can be used for Babel, Autoprefixer, postcss-normalize and other tools.
  206.  
  207. If you really need to use option, rename it to overrideBrowserslist.
  208.  
  209. Learn more at:
  210. https://github.com/browserslist/browserslist#readme
  211. https://twitter.com/browserslist
  212.  
  213.  
  214. Running "clean:images" (clean) task
  215. >> 0 paths cleaned.
  216.  
  217. Running "clean:css" (clean) task
  218. >> 0 paths cleaned.
  219.  
  220. Running "clean:css" (clean) task
  221. >> 0 paths cleaned.
  222.  
  223. Running "sass:dist" (sass) task
  224.  
  225. Running "postcss:dist" (postcss) task
  226. >> 1 processed stylesheet created.
  227.  
  228. Running "clean:images" (clean) task
  229. >> 0 paths cleaned.
  230.  
  231. Running "copy:images" (copy) task
  232. Created 1 directory, copied 2 files
  233.  
  234. Done.
  235. Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
  236. Hash: cfb324aa3d18e8d78ea4
  237. Version: webpack 4.41.4
  238. Time: 19177ms
  239. Built at: 01/28/2020 2:03:48 PM
  240. Asset Size Chunks Chunk Names
  241. main.c923ac1d.js 2.12 MiB 0 [emitted] [immutable] [big] main
  242. main.c923ac1d.js.map 93 bytes 0 [emitted] [dev] main
  243. vendors_main.e268df77.js 5.7 MiB 1 [emitted] [immutable] [big] vendors_main
  244. vendors_main.e268df77.js.map 101 bytes 1 [emitted] [dev] vendors_main
  245. Entrypoint main [big] = vendors_main.e268df77.js vendors_main.e268df77.js.map main.c923ac1d.js main.c923ac1d.js.map
  246. [2] ./node_modules/react-redux/es/index.js + 24 modules 49.2 KiB {1} [built]
  247. | 25 modules
  248. [6] ./node_modules/react-router/es/index.js + 32 modules 74.9 KiB {1} [built]
  249. | 33 modules
  250. [34] (webpack)/buildin/module.js 497 bytes {1} [built]
  251. [45] (webpack)/buildin/global.js 472 bytes {1} [built]
  252. [93] ./src/web/containers/perception/ProductTags/tag-aliases.json 4.41 KiB {0} [built]
  253. [132] ./changelog.js 2.94 KiB {0} [built]
  254. [134] (webpack)/buildin/harmony-module.js 573 bytes {1} [built]
  255. [344] ./src/web/containers/catalog/BulkPromotionUpload/style.scss 538 bytes {0} [built]
  256. [345] ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/web/containers/catalog/BulkPromotionUpload/style.scss 486 bytes {0} [built]
  257. [462] ./src/web/main.js + 219 modules 1.05 MiB {0} [built]
  258. | ./src/web/main.js 713 bytes [built]
  259. | ./src/web/store/index.js 3.55 KiB [built]
  260. | ./src/web/routes.js 7.89 KiB [built]
  261. | ./src/web/store/catalog/reducers.js 5.02 KiB [built]
  262. | ./src/web/store/ui/reducers.js 2.08 KiB [built]
  263. | ./src/web/store/plasma/reducers.js 861 bytes [built]
  264. | ./src/web/store/spidermon/reducers.js 3.89 KiB [built]
  265. | ./src/web/store/trackSpiderItem/reducers.js 930 bytes [built]
  266. | ./src/web/store/product/reducers.js 1.32 KiB [built]
  267. | ./src/web/store/shopKeywordContext/reducers.js 1.02 KiB [built]
  268. | ./src/web/store/automatedCustomShops/reducers.js 1.16 KiB [built]
  269. | ./src/web/store/feedSorting/reducers.js 1.74 KiB [built]
  270. | ./src/web/store/heimdall/reducers.js 2.94 KiB [built]
  271. | ./src/web/store/minion/reducers.js 7.72 KiB [built]
  272. | ./src/web/store/spiderEndpoint/reducers.js 1.98 KiB [built]
  273. | + 205 hidden modules
  274. [466] ./node_modules/@sentry/browser/esm/sdk.js + 33 modules 124 KiB {1} [built]
  275. | 34 modules
  276. + 460 hidden modules
  277.  
  278. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  279. This can impact web performance.
  280. Assets:
  281. main.c923ac1d.js (2.12 MiB)
  282. vendors_main.e268df77.js (5.7 MiB)
  283.  
  284. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  285. Entrypoints:
  286. main (7.82 MiB)
  287. vendors_main.e268df77.js
  288. main.c923ac1d.js
  289.  
  290.  
  291. WARNING in webpack performance recommendations:
  292. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  293. For more info visit https://webpack.js.org/guides/code-splitting/
  294. Done in 20.42s.
  295.  
  296. 41 static files copied to '/home/lyst/code/static', 51 post-processed.
  297. Removing intermediate container c3dd41efc5eb
  298. ---> ae9f413c1e28
  299. Step 16/16 : USER lyst
  300. ---> Running in b7000d1491f6
  301. Removing intermediate container b7000d1491f6
  302. ---> 6b2ca0467c4c
  303. Successfully built 6b2ca0467c4c
  304. Successfully tagged lystos_lyst-os:latest
  305. Building linter
  306. Step 1/3 : FROM lyst-os_lyst-os:latest
  307. Service 'linter' failed to build: pull access denied for lyst-os_lyst-os, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
  308. Makefile:30: recipe for target 'build' failed
  309. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement