Advertisement
Fengren

demo log 2

Feb 15th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 KB | None | 0 0
  1. Mikhail@LAPTOP-LARGCP2J MINGW64 ~/Documents/_GitHub_Clones/demo (master)
  2. $ ./docker-local.sh
  3. Building db-cli
  4. Step 1/11 : FROM python:3.7
  5. ---> ac069ebfe1e1
  6. Step 2/11 : LABEL author="levymedina3@gmail.com"
  7. ---> Using cache
  8. ---> c4cfc7a06298
  9. Step 3/11 : COPY ./requirements.txt /app/requirements.txt
  10. ---> Using cache
  11. ---> d558310608bf
  12. Step 4/11 : WORKDIR /app
  13. ---> Using cache
  14. ---> 3802e3b06235
  15. Step 5/11 : ENV FLASK_RUN_PORT=5001
  16. ---> Using cache
  17. ---> f5ad52cd23cb
  18. Step 6/11 : ENV FLASK_APP=app.py
  19. ---> Using cache
  20. ---> 50dc431c48fb
  21. Step 7/11 : ENV FLASK_ENV=development
  22. ---> Using cache
  23. ---> 293eab3845e5
  24. Step 8/11 : RUN pip install -r requirements.txt
  25. ---> Using cache
  26. ---> 7d95308ca0f2
  27. Step 9/11 : COPY . /app
  28. ---> Using cache
  29. ---> 2ef9e7828111
  30. Step 10/11 : ENTRYPOINT ["python"]
  31. ---> Using cache
  32. ---> 27d53cb4e731
  33. Step 11/11 : CMD ["app.py"]
  34. ---> Using cache
  35. ---> cb2914f3cfe0
  36. Successfully built cb2914f3cfe0
  37. Successfully tagged db-cli:1.0.0
  38. Building emailer
  39. Step 1/6 : FROM node:carbon
  40. ---> 4f01e5319662
  41. Step 2/6 : COPY ./package.json /app/package.json
  42. ---> Using cache
  43. ---> 295909bc0135
  44. Step 3/6 : WORKDIR /app
  45. ---> Using cache
  46. ---> 61eea4856152
  47. Step 4/6 : RUN yarn
  48. ---> Using cache
  49. ---> 0c6416d9afba
  50. Step 5/6 : COPY . /app
  51. ---> Using cache
  52. ---> b6edcf4d2058
  53. Step 6/6 : CMD ["yarn", "start:dev"]
  54. ---> Using cache
  55. ---> dd31e4836d97
  56. Successfully built dd31e4836d97
  57. Successfully tagged emailer:1.0.0
  58. Building api
  59. Step 1/6 : FROM node:carbon
  60. ---> 4f01e5319662
  61. Step 2/6 : COPY ./package.json /app/package.json
  62. ---> Using cache
  63. ---> 089dd4e644d9
  64. Step 3/6 : WORKDIR /app
  65. ---> Using cache
  66. ---> af1e690d9ee9
  67. Step 4/6 : RUN yarn
  68. ---> Using cache
  69. ---> 2f5c557062e9
  70. Step 5/6 : COPY . /app
  71. ---> Using cache
  72. ---> 429d712f74be
  73. Step 6/6 : CMD ["yarn", "start:dev"]
  74. ---> Using cache
  75. ---> 4ab0927e574b
  76. Successfully built 4ab0927e574b
  77. Successfully tagged api:1.0.0
  78. Building admin
  79. Step 1/6 : FROM node:carbon
  80. ---> 4f01e5319662
  81. Step 2/6 : COPY ./package.json /app/package.json
  82. ---> Using cache
  83. ---> 822966c5eda3
  84. Step 3/6 : WORKDIR /app
  85. ---> Using cache
  86. ---> 6adcde619e0f
  87. Step 4/6 : RUN yarn
  88. ---> Using cache
  89. ---> d09097b33609
  90. Step 5/6 : COPY . /app
  91. ---> Using cache
  92. ---> 05a206f9c2c7
  93. Step 6/6 : CMD ["yarn", "start"]
  94. ---> Using cache
  95. ---> 29b96537741e
  96. Successfully built 29b96537741e
  97. Successfully tagged admin:1.0.0
  98. Building frontend
  99. Step 1/6 : FROM node:carbon
  100. ---> 4f01e5319662
  101. Step 2/6 : COPY ./package.json /app/package.json
  102. ---> Using cache
  103. ---> 822966c5eda3
  104. Step 3/6 : WORKDIR /app
  105. ---> Using cache
  106. ---> 6adcde619e0f
  107. Step 4/6 : RUN yarn
  108. ---> Using cache
  109. ---> d09097b33609
  110. Step 5/6 : COPY . /app
  111. ---> Using cache
  112. ---> 16c96563bd34
  113. Step 6/6 : CMD ["yarn", "start"]
  114. ---> Using cache
  115. ---> d2d1524564bd
  116. Successfully built d2d1524564bd
  117. Successfully tagged frontend:1.0.0
  118. dockercompose_db_1 is up-to-date
  119. dockercompose_db-cli_1 is up-to-date
  120. Starting dockercompose_emailer_1 ... done
  121. Starting dockercompose_api_1 ... done
  122. Starting dockercompose_admin_1 ... done
  123. Starting dockercompose_frontend_1 ... done
  124. Attaching to dockercompose_db_1, dockercompose_db-cli_1, dockercompose_emailer_1, dockercompose_api_1, dockercompose_frontend_1, dockercompose_admin_1
  125. emailer_1 | yarn run v1.12.3
  126. api_1 | yarn run v1.12.3
  127. api_1 | $ nodemon ./bin/www
  128. emailer_1 | $ nodemon ./bin/www
  129. api_1 | /bin/sh: 1: nodemon: not found
  130. emailer_1 | /bin/sh: 1: nodemon: not found
  131. api_1 | error Command failed with exit code 127.
  132. api_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  133. emailer_1 | error Command failed with exit code 127.
  134. emailer_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  135. db_1 | The files belonging to this database system will be owned by user "postgres".
  136. db_1 | This user must also own the server process.
  137. db_1 |
  138. db_1 | The database cluster will be initialized with locale "en_US.utf8".
  139. db_1 | The default database encoding has accordingly been set to "UTF8".
  140. db_1 | The default text search configuration will be set to "english".
  141. db_1 |
  142. db_1 | Data page checksums are disabled.
  143. dockercompose_emailer_1 exited with code 1
  144. db_1 |
  145. db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  146. db_1 | creating subdirectories ... ok
  147. db_1 | selecting default max_connections ... 100
  148. db_1 | selecting default shared_buffers ... 128MB
  149. db_1 | selecting dynamic shared memory implementation ... posix
  150. db_1 | creating configuration files ... ok
  151. db_1 | creating template1 database in /var/lib/postgresql/data/base/1 ... ok
  152. db_1 | initializing pg_authid ... ok
  153. db_1 | setting password ... ok
  154. db_1 | initializing dependencies ... ok
  155. db_1 | creating system views ... ok
  156. db_1 | loading system objects' descriptions ... ok
  157. db_1 | creating collations ... ok
  158. db_1 | creating conversions ... ok
  159. db_1 | creating dictionaries ... ok
  160. db_1 | setting privileges on built-in objects ... ok
  161. db_1 | creating information schema ... ok
  162. db_1 | loading PL/pgSQL server-side language ... ok
  163. db_1 | vacuuming database template1 ... ok
  164. db_1 | copying template1 to template0 ... ok
  165. db_1 | copying template1 to postgres ... ok
  166. db_1 | syncing data to disk ... ok
  167. db_1 |
  168. db_1 | WARNING: enabling "trust" authentication for local connections
  169. db_1 | You can change this by editing pg_hba.conf or using the option -A, or
  170. db_1 | --auth-local and --auth-host, the next time you run initdb.
  171. db_1 |
  172. db_1 | Success. You can now start the database server using:
  173. db_1 |
  174. db_1 | postgres -D /var/lib/postgresql/data
  175. db_1 | or
  176. db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  177. db_1 |
  178. db_1 | waiting for server to start....LOG: database system was shut down at 2019-02-15 09:31:43 UTC
  179. db_1 | FATAL: the database system is starting up
  180. db_1 | .LOG: MultiXact member wraparound protections are now enabled
  181. db_1 | LOG: database system is ready to accept connections
  182. db_1 | LOG: autovacuum launcher started
  183. db_1 | done
  184. db_1 | server started
  185. db_1 | CREATE DATABASE
  186. db_1 |
  187. db_1 |
  188. db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  189. dockercompose_api_1 exited with code 1
  190. db_1 |
  191. db_1 | LOG: received fast shutdown request
  192. db_1 | LOG: aborting any active transactions
  193. db_1 | LOG: autovacuum launcher shutting down
  194. db_1 | LOG: shutting down
  195. db_1 | waiting for server to shut down....LOG: database system is shut down
  196. db_1 | done
  197. db_1 | server stopped
  198. db_1 |
  199. db-cli_1 | * Serving Flask app "app" (lazy loading)
  200. db-cli_1 | * Environment: development
  201. db-cli_1 | * Debug mode: on
  202. db_1 | PostgreSQL init process complete; ready for start up.
  203. db-cli_1 | /usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py:794: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
  204. db_1 |
  205. db-cli_1 | 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
  206. db_1 | LOG: database system was shut down at 2019-02-15 09:32:41 UTC
  207. db-cli_1 | /usr/local/lib/python3.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  208. db_1 | LOG: MultiXact member wraparound protections are now enabled
  209. db-cli_1 | """)
  210. db_1 | LOG: database system is ready to accept connections
  211. db-cli_1 | * Running on http://0.0.0.0:5001/ (Press CTRL+C to quit)
  212. db_1 | LOG: autovacuum launcher started
  213. db-cli_1 | * Restarting with stat
  214. db-cli_1 | /usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py:794: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
  215. db-cli_1 | 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
  216. db-cli_1 | /usr/local/lib/python3.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  217. db-cli_1 | """)
  218. db-cli_1 | * Debugger is active!
  219. db-cli_1 | * Debugger PIN: 652-480-303
  220. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 11:56:13] "GET /ping HTTP/1.1" 200 -
  221. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 11:57:44] "GET /ping HTTP/1.1" 200 -
  222. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 11:59:14] "GET /ping HTTP/1.1" 200 -
  223. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:00:45] "GET /ping HTTP/1.1" 200 -
  224. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:02:15] "GET /ping HTTP/1.1" 200 -
  225. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:03:55] "GET /ping HTTP/1.1" 200 -
  226. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:05:26] "GET /ping HTTP/1.1" 200 -
  227. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:06:56] "GET /ping HTTP/1.1" 200 -
  228. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:08:27] "GET /ping HTTP/1.1" 200 -
  229. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:09:58] "GET /ping HTTP/1.1" 200 -
  230. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:11:28] "GET /ping HTTP/1.1" 200 -
  231. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:12:59] "GET /ping HTTP/1.1" 200 -
  232. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:14:29] "GET /ping HTTP/1.1" 200 -
  233. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:15:59] "GET /ping HTTP/1.1" 200 -
  234. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:17:30] "GET /ping HTTP/1.1" 200 -
  235. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:19:00] "GET /ping HTTP/1.1" 200 -
  236. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:20:30] "GET /ping HTTP/1.1" 200 -
  237. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:22:01] "GET /ping HTTP/1.1" 200 -
  238. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:23:31] "GET /ping HTTP/1.1" 200 -
  239. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:25:01] "GET /ping HTTP/1.1" 200 -
  240. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:26:32] "GET /ping HTTP/1.1" 200 -
  241. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:28:02] "GET /ping HTTP/1.1" 200 -
  242. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:29:33] "GET /ping HTTP/1.1" 200 -
  243. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:31:03] "GET /ping HTTP/1.1" 200 -
  244. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:32:34] "GET /ping HTTP/1.1" 200 -
  245. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:34:04] "GET /ping HTTP/1.1" 200 -
  246. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:35:35] "GET /ping HTTP/1.1" 200 -
  247. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:37:05] "GET /ping HTTP/1.1" 200 -
  248. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:38:35] "GET /ping HTTP/1.1" 200 -
  249. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:40:06] "GET /ping HTTP/1.1" 200 -
  250. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:41:36] "GET /ping HTTP/1.1" 200 -
  251. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:43:06] "GET /ping HTTP/1.1" 200 -
  252. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:44:37] "GET /ping HTTP/1.1" 200 -
  253. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:46:07] "GET /ping HTTP/1.1" 200 -
  254. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:47:37] "GET /ping HTTP/1.1" 200 -
  255. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:49:08] "GET /ping HTTP/1.1" 200 -
  256. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:50:38] "GET /ping HTTP/1.1" 200 -
  257. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:52:08] "GET /ping HTTP/1.1" 200 -
  258. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:53:38] "GET /ping HTTP/1.1" 200 -
  259. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:55:09] "GET /ping HTTP/1.1" 200 -
  260. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:56:39] "GET /ping HTTP/1.1" 200 -
  261. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:58:09] "GET /ping HTTP/1.1" 200 -
  262. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 12:59:40] "GET /ping HTTP/1.1" 200 -
  263. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:01:10] "GET /ping HTTP/1.1" 200 -
  264. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:02:40] "GET /ping HTTP/1.1" 200 -
  265. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:04:11] "GET /ping HTTP/1.1" 200 -
  266. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:05:41] "GET /ping HTTP/1.1" 200 -
  267. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:07:11] "GET /ping HTTP/1.1" 200 -
  268. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:08:42] "GET /ping HTTP/1.1" 200 -
  269. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:10:12] "GET /ping HTTP/1.1" 200 -
  270. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:11:42] "GET /ping HTTP/1.1" 200 -
  271. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:13:13] "GET /ping HTTP/1.1" 200 -
  272. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:14:43] "GET /ping HTTP/1.1" 200 -
  273. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:16:13] "GET /ping HTTP/1.1" 200 -
  274. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:17:43] "GET /ping HTTP/1.1" 200 -
  275. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:19:14] "GET /ping HTTP/1.1" 200 -
  276. frontend_1 | yarn run v1.12.3
  277. admin_1 | yarn run v1.12.3
  278. frontend_1 | $ REACT_APP_ENV=development node scripts/start.js
  279. frontend_1 | module.js:550
  280. frontend_1 | throw err;
  281. frontend_1 | ^
  282. frontend_1 |
  283. frontend_1 | Error: Cannot find module 'chalk'
  284. frontend_1 | at Function.Module._resolveFilename (module.js:548:15)
  285. frontend_1 | at Function.Module._load (module.js:475:25)
  286. frontend_1 | at Module.require (module.js:597:17)
  287. frontend_1 | at require (internal/module.js:11:18)
  288. frontend_1 | at Object.<anonymous> (/app/scripts/start.js:19:15)
  289. frontend_1 | at Module._compile (module.js:653:30)
  290. frontend_1 | at Object.Module._extensions..js (module.js:664:10)
  291. frontend_1 | at Module.load (module.js:566:32)
  292. frontend_1 | at tryModuleLoad (module.js:506:12)
  293. frontend_1 | at Function.Module._load (module.js:498:3)
  294. frontend_1 | error Command failed with exit code 1.
  295. frontend_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  296. admin_1 | $ REACT_APP_ENV=development node scripts/start.js
  297. admin_1 | module.js:550
  298. admin_1 | throw err;
  299. admin_1 | ^
  300. admin_1 |
  301. admin_1 | Error: Cannot find module 'chalk'
  302. admin_1 | at Function.Module._resolveFilename (module.js:548:15)
  303. admin_1 | at Function.Module._load (module.js:475:25)
  304. admin_1 | at Module.require (module.js:597:17)
  305. admin_1 | at require (internal/module.js:11:18)
  306. admin_1 | at Object.<anonymous> (/app/scripts/start.js:19:15)
  307. admin_1 | at Module._compile (module.js:653:30)
  308. admin_1 | at Object.Module._extensions..js (module.js:664:10)
  309. admin_1 | at Module.load (module.js:566:32)
  310. admin_1 | at tryModuleLoad (module.js:506:12)
  311. admin_1 | at Function.Module._load (module.js:498:3)
  312. admin_1 | error Command failed with exit code 1.
  313. admin_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  314. dockercompose_frontend_1 exited with code 1
  315. dockercompose_admin_1 exited with code 1
  316. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:20:44] "GET /ping HTTP/1.1" 200 -
  317. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:22:14] "GET /ping HTTP/1.1" 200 -
  318. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:23:45] "GET /ping HTTP/1.1" 200 -
  319. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:25:15] "GET /ping HTTP/1.1" 200 -
  320. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:26:45] "GET /ping HTTP/1.1" 200 -
  321. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:28:15] "GET /ping HTTP/1.1" 200 -
  322. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:29:46] "GET /ping HTTP/1.1" 200 -
  323. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:31:16] "GET /ping HTTP/1.1" 200 -
  324. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:32:47] "GET /ping HTTP/1.1" 200 -
  325. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:34:17] "GET /ping HTTP/1.1" 200 -
  326. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:35:47] "GET /ping HTTP/1.1" 200 -
  327. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:37:18] "GET /ping HTTP/1.1" 200 -
  328. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:38:48] "GET /ping HTTP/1.1" 200 -
  329. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:40:18] "GET /ping HTTP/1.1" 200 -
  330. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:41:49] "GET /ping HTTP/1.1" 200 -
  331. db-cli_1 | 127.0.0.1 - - [15/Feb/2019 13:43:19] "GET /ping HTTP/1.1" 200 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement