Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1.  
  2. root@streconn:/home/daddy/logviewer# sudo docker-compose up
  3. Recreating logviewer_statsd_1
  4. Recreating logviewer_redis_1
  5. Starting logviewer_db_1
  6. Recreating logviewer_web_1
  7. Recreating logviewer_workers_1
  8. Recreating logviewer_bot_1
  9. Recreating logviewer_frontend_1
  10. Attaching to logviewer_db_1, logviewer_statsd_1, logviewer_redis_1, logviewer_web _1, logviewer_workers_1, logviewer_bot_1, logviewer_frontend_1
  11. db_1 | LOG: database system was shut down at 2017-10-23 07:37:29 UTC
  12. db_1 | LOG: MultiXact member wraparound protections are now enabled
  13. db_1 | LOG: autovacuum launcher started
  14. db_1 | LOG: database system is ready to accept connections
  15. redis_1 | _._
  16. redis_1 | _.-``__ ''-._
  17. redis_1 | _.-`` `. `_. ''-._ Redis 3.2.11 (00000000/0) 6 4 bit
  18. redis_1 | .-`` .-```. ```\/ _.,_ ''-._
  19. redis_1 | ( ' , .-` | `, ) Running in standalone mode
  20. redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  21. redis_1 | | `-._ `._ / _.-' | PID: 1
  22. redis_1 | `-._ `-._ `-./ _.-' _.-'
  23. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  24. redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
  25. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  26. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  27. redis_1 | | `-._`-._ _.-'_.-' |
  28. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  29. redis_1 | `-._ `-.__.-' _.-'
  30. redis_1 | `-._ _.-'
  31. redis_1 | `-.__.-'
  32. redis_1 |
  33. redis_1 | 1:M 23 Oct 07:57:06.513 # WARNING: The TCP backlog setting of 511 c annot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  34. redis_1 | 1:M 23 Oct 07:57:06.516 # Server started, Redis version 3.2.11
  35. redis_1 | 1:M 23 Oct 07:57:06.516 # WARNING overcommit_memory is set to 0! Ba ckground save may fail under low memory condition. To fix this issue add 'vm.over commit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  36. redis_1 | 1:M 23 Oct 07:57:06.516 # WARNING you have Transparent Huge Pages ( THP) support enabled in your kernel. This will create latency and memory usage is sues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/t ransparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order t o retain the setting after a reboot. Redis must be restarted after THP is disable d.
  37. redis_1 | 1:M 23 Oct 07:57:06.516 * The server is now ready to accept connect ions on port 6379
  38. frontend_1 | npm info it worked if it ends with ok
  39. frontend_1 | npm info using npm@5.3.0
  40. frontend_1 | npm info using node@v8.5.0
  41. frontend_1 | npm info lifecycle frontend@1.0.0~preserve: frontend@1.0.0
  42. frontend_1 | npm info lifecycle frontend@1.0.0~serve: frontend@1.0.0
  43. frontend_1 |
  44. frontend_1 | > frontend@1.0.0 serve /opt/frontend
  45. frontend_1 | > webpack-dev-server --progress --hot --inline --host 0.0.0.0
  46. frontend_1 |
  47. frontend_1 | 10% building modules 1/1 modules 0 active frontend_1 | Project is running at http://0.0.0.0:8080/
  48. frontend_1 | webpack output is served from /
  49. frontend_1 | Content not from webpack is served from /opt/frontend/src
  50. frontend_1 | 404s will fallback to /index.html
  51. bot_1 | Traceback (most recent call last):
  52. bot_1 | File "manage.py", line 164, in <module>
  53. bot_1 | cli()
  54. bot_1 | File "/usr/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
  55. bot_1 | return self.main(*args, **kwargs)
  56. bot_1 | File "/usr/local/lib/python2.7/site-packages/click/core.py", line 697, in main
  57. bot_1 | rv = self.invoke(ctx)
  58. bot_1 | File "/usr/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
  59. bot_1 | return _process_result(sub_ctx.command.invoke(sub_ctx))
  60. bot_1 | File "/usr/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
  61. bot_1 | return ctx.invoke(self.callback, **ctx.params)
  62. bot_1 | File "/usr/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
  63. bot_1 | return callback(*args, **kwargs)
  64. bot_1 | File "manage.py", line 78, in bot
  65. bot_1 | config = load(f)
  66. bot_1 | File "/usr/local/lib/python2.7/site-packages/yaml/__init__.py", l ine 69, in load
  67. bot_1 | loader = Loader(stream)
  68. bot_1 | File "/usr/local/lib/python2.7/site-packages/yaml/loader.py", lin e 34, in __init__
  69. bot_1 | Reader.__init__(self, stream)
  70. bot_1 | File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", lin e 85, in __init__
  71. bot_1 | self.determine_encoding()
  72. bot_1 | File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", lin e 135, in determine_encoding
  73. bot_1 | self.update(1)
  74. bot_1 | File "/usr/local/lib/python2.7/site-packages/yaml/reader.py", lin e 165, in update
  75. bot_1 | exc.encoding, exc.reason)
  76. bot_1 | yaml.reader.ReaderError: 'utf8' codec can't decode byte #x91: inval id start byte
  77. bot_1 | in "config.yaml", position 7
  78. logviewer_bot_1 exited with code 1 14% building modules 34/47 modules 13 active ...ode_modules/querystring-es3/encode.js[BABEL] Note: The code generator has deoptimised the styling of "/opt/frontend/node_modules/react-dom/cjs/react-dom.development.js" as it exceeds the max of "500KB". 32% building modules 191/217 modules 26 active ...tend/node_modules/history/DOMUtils.js[BABEL] Note: The code generator has deoptimised the styling of "/opt/frontend/node_modules/brace/index.js" as iHash: 29592710bc6ffd9ca583 frontend_1 | Version: webpack 3.6.0
  79. frontend_1 | Time: 17834ms
  80. frontend_1 | Asset Size Chunks Chunk Names
  81. frontend_1 | bundle.js 2.26 MB 0 [emitted] [big] main
  82. frontend_1 | bundle.js.map 4.48 MB 0 [emitted] main
  83. frontend_1 | [1] ./node_modules/react/index.js 189 bytes {0} [built]
  84. frontend_1 | [90] (webpack)/hot/emitter.js 89 bytes {0} [built]
  85. frontend_1 | [96] ./src/components/app.js 5.42 kB {0} [built]
  86. frontend_1 | [136] multi (webpack)-dev-server/client?http://0.0.0.0:8080 webpack/hot/dev-server ./src 52 bytes {0} [built]
  87. frontend_1 | [137] (webpack)-dev-server/client?http://0.0.0.0:8080 7.28 kB {0} [built]
  88. frontend_1 | [138] ./node_modules/url/url.js 23.1 kB {0} [built]
  89. frontend_1 | [144] ./node_modules/strip-ansi/index.js 161 bytes {0} [built]
  90. frontend_1 | [146] ./node_modules/loglevel/lib/loglevel.js 8.53 kB {0} [built]
  91. frontend_1 | [147] (webpack)-dev-server/client/socket.js 1.05 kB {0} [built]
  92. frontend_1 | [178] (webpack)-dev-server/client/overlay.js 3.66 kB {0} [built]
  93. frontend_1 | [183] (webpack)/hot nonrecursive ^\.\/log$ 170 bytes {0} [built]
  94. frontend_1 | [185] (webpack)/hot/dev-server.js 1.59 kB {0} [built]
  95. frontend_1 | [186] (webpack)/hot/log-apply-result.js 1.3 kB {0} [built]
  96. frontend_1 | [187] ./src/index.js 565 bytes {0} [built]
  97. frontend_1 | [190] ./node_modules/react-dom/index.js 1.35 kB {0} [built]
  98. frontend_1 | + 352 hidden modules
  99. frontend_1 | webpack: Compiled successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement