Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.51 KB | None | 0 0
  1. ➜ v3 git:(i18n-668) ✗ docker-compose up
  2. Starting v3_elasticsearch_1 ... done
  3. Starting v3_redis_1 ... done
  4. Starting v3_mysql_1 ... done
  5. Attaching to v3_elasticsearch_1, v3_redis_1, v3_mysql_1
  6. redis_1 | 1:C 05 Dec 19:47:08.191 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  7. redis_1 | 1:C 05 Dec 19:47:08.197 # Redis version=4.0.14, bits=64, commit=00000000, modified=0, pid=1, just started
  8. redis_1 | 1:C 05 Dec 19:47:08.197 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  9. redis_1 | 1:M 05 Dec 19:47:08.199 * Running mode=standalone, port=6379.
  10. redis_1 | 1:M 05 Dec 19:47:08.199 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  11. redis_1 | 1:M 05 Dec 19:47:08.199 # Server initialized
  12. redis_1 | 1:M 05 Dec 19:47:08.199 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  13. elasticsearch_1 | OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
  14. mysql_1 | 2019-12-05T19:47:09.063787Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  15. mysql_1 | 2019-12-05T19:47:09.071407Z 0 [Note] mysqld (mysqld 5.7.27) starting as process 1 ...
  16. mysql_1 | 2019-12-05T19:47:09.080029Z 0 [Note] InnoDB: PUNCH HOLE support available
  17. mysql_1 | 2019-12-05T19:47:09.080099Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  18. mysql_1 | 2019-12-05T19:47:09.080117Z 0 [Note] InnoDB: Uses event mutexes
  19. mysql_1 | 2019-12-05T19:47:09.080132Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  20. mysql_1 | 2019-12-05T19:47:09.080137Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  21. mysql_1 | 2019-12-05T19:47:09.080139Z 0 [Note] InnoDB: Using Linux native AIO
  22. mysql_1 | 2019-12-05T19:47:09.081640Z 0 [Note] InnoDB: Number of pools: 1
  23. mysql_1 | 2019-12-05T19:47:09.083197Z 0 [Note] InnoDB: Using CPU crc32 instructions
  24. mysql_1 | 2019-12-05T19:47:09.091163Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  25. mysql_1 | 2019-12-05T19:47:09.123794Z 0 [Note] InnoDB: Completed initialization of buffer pool
  26. mysql_1 | 2019-12-05T19:47:09.134025Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  27. mysql_1 | 2019-12-05T19:47:09.158137Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  28. mysql_1 | 2019-12-05T19:47:09.283107Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  29. mysql_1 | 2019-12-05T19:47:09.283218Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  30. mysql_1 | 2019-12-05T19:47:09.352393Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  31. mysql_1 | 2019-12-05T19:47:09.354112Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  32. mysql_1 | 2019-12-05T19:47:09.354150Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  33. mysql_1 | 2019-12-05T19:47:09.355961Z 0 [Note] InnoDB: Waiting for purge to start
  34. mysql_1 | 2019-12-05T19:47:09.406466Z 0 [Note] InnoDB: 5.7.27 started; log sequence number 2931352017
  35. mysql_1 | 2019-12-05T19:47:09.407444Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  36. mysql_1 | 2019-12-05T19:47:09.408188Z 0 [Note] Plugin 'FEDERATED' is disabled.
  37. mysql_1 | 2019-12-05T19:47:09.447184Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  38. mysql_1 | 2019-12-05T19:47:09.448275Z 0 [Note] InnoDB: Buffer pool(s) load completed at 191205 19:47:09
  39. mysql_1 | 2019-12-05T19:47:09.449326Z 0 [Warning] CA certificate ca.pem is self signed.
  40. mysql_1 | 2019-12-05T19:47:09.452632Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  41. mysql_1 | 2019-12-05T19:47:09.453308Z 0 [Note] IPv6 is available.
  42. mysql_1 | 2019-12-05T19:47:09.453941Z 0 [Note] - '::' resolves to '::';
  43. mysql_1 | 2019-12-05T19:47:09.454010Z 0 [Note] Server socket created on IP: '::'.
  44. mysql_1 | 2019-12-05T19:47:09.456197Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  45. mysql_1 | 2019-12-05T19:47:09.536017Z 0 [Note] Event Scheduler: Loaded 0 events
  46. mysql_1 | 2019-12-05T19:47:09.536447Z 0 [Note] mysqld: ready for connections.
  47. mysql_1 | Version: '5.7.27' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
  48. redis_1 | 1:M 05 Dec 19:47:14.269 * DB loaded from disk: 6.069 seconds
  49. redis_1 | 1:M 05 Dec 19:47:14.290 * Ready to accept connections
  50. elasticsearch_1 | [2019-12-05T19:47:15,651][INFO ][o.e.n.Node ] [] initializing ...
  51. elasticsearch_1 | [2019-12-05T19:47:16,529][INFO ][o.e.e.NodeEnvironment ] [zhoHNK_] using [1] data paths, mounts [[/ (overlay)]], net usable_space [51gb], net total_space [58.4gb], types [overlay]
  52. elasticsearch_1 | [2019-12-05T19:47:16,530][INFO ][o.e.e.NodeEnvironment ] [zhoHNK_] heap size [990.7mb], compressed ordinary object pointers [true]
  53. elasticsearch_1 | [2019-12-05T19:47:16,761][INFO ][o.e.n.Node ] [zhoHNK_] node name derived from node ID [zhoHNK_7QhO_5uLjE2f1hQ]; set [node.name] to override
  54. elasticsearch_1 | [2019-12-05T19:47:16,762][INFO ][o.e.n.Node ] [zhoHNK_] version[6.4.3], pid[1], build[default/tar/fe40335/2018-10-30T23:17:19.084789Z], OS[Linux/4.9.184-linuxkit/amd64], JVM["Oracle Corporation"/OpenJDK 64-Bit Server VM/10.0.2/10.0.2+13]
  55. elasticsearch_1 | [2019-12-05T19:47:16,763][INFO ][o.e.n.Node ] [zhoHNK_] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.pBhHkFnR, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Djava.locale.providers=COMPAT, -XX:UseAVX=2, -Des.cgroups.hierarchy.override=/, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  56. elasticsearch_1 | [2019-12-05T19:47:20,486][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [aggs-matrix-stats]
  57. elasticsearch_1 | [2019-12-05T19:47:20,486][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [analysis-common]
  58. elasticsearch_1 | [2019-12-05T19:47:20,486][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [ingest-common]
  59. elasticsearch_1 | [2019-12-05T19:47:20,487][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [lang-expression]
  60. elasticsearch_1 | [2019-12-05T19:47:20,487][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [lang-mustache]
  61. elasticsearch_1 | [2019-12-05T19:47:20,487][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [lang-painless]
  62. elasticsearch_1 | [2019-12-05T19:47:20,487][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [mapper-extras]
  63. elasticsearch_1 | [2019-12-05T19:47:20,488][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [parent-join]
  64. elasticsearch_1 | [2019-12-05T19:47:20,488][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [percolator]
  65. elasticsearch_1 | [2019-12-05T19:47:20,488][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [rank-eval]
  66. elasticsearch_1 | [2019-12-05T19:47:20,488][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [reindex]
  67. elasticsearch_1 | [2019-12-05T19:47:20,489][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [repository-url]
  68. elasticsearch_1 | [2019-12-05T19:47:20,489][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [transport-netty4]
  69. elasticsearch_1 | [2019-12-05T19:47:20,490][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [tribe]
  70. elasticsearch_1 | [2019-12-05T19:47:20,490][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-core]
  71. elasticsearch_1 | [2019-12-05T19:47:20,491][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-deprecation]
  72. elasticsearch_1 | [2019-12-05T19:47:20,491][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-graph]
  73. elasticsearch_1 | [2019-12-05T19:47:20,492][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-logstash]
  74. elasticsearch_1 | [2019-12-05T19:47:20,492][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-ml]
  75. elasticsearch_1 | [2019-12-05T19:47:20,493][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-monitoring]
  76. elasticsearch_1 | [2019-12-05T19:47:20,493][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-rollup]
  77. elasticsearch_1 | [2019-12-05T19:47:20,494][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-security]
  78. elasticsearch_1 | [2019-12-05T19:47:20,494][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-sql]
  79. elasticsearch_1 | [2019-12-05T19:47:20,495][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-upgrade]
  80. elasticsearch_1 | [2019-12-05T19:47:20,496][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded module [x-pack-watcher]
  81. elasticsearch_1 | [2019-12-05T19:47:20,497][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded plugin [ingest-geoip]
  82. elasticsearch_1 | [2019-12-05T19:47:20,498][INFO ][o.e.p.PluginsService ] [zhoHNK_] loaded plugin [ingest-user-agent]
  83. elasticsearch_1 | [2019-12-05T19:47:22,694][WARN ][o.e.d.s.ScriptModule ] Script: returning default values for missing document values is deprecated. Set system property '-Des.scripting.exception_for_missing_value=true' to make behaviour compatible with future major versions.
  84. elasticsearch_1 | [2019-12-05T19:47:24,525][INFO ][o.e.x.s.a.s.FileRolesStore] [zhoHNK_] parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]
  85. elasticsearch_1 | [2019-12-05T19:47:25,500][INFO ][o.e.x.m.j.p.l.CppLogMessageHandler] [controller/90] [Main.cc@109] controller (64 bit): Version 6.4.3 (Build 7a0781676dd492) Copyright (c) 2018 Elasticsearch BV
  86. elasticsearch_1 | [2019-12-05T19:47:26,161][INFO ][o.e.d.DiscoveryModule ] [zhoHNK_] using discovery type [zen]
  87. elasticsearch_1 | [2019-12-05T19:47:26,969][INFO ][o.e.n.Node ] [zhoHNK_] initialized
  88. elasticsearch_1 | [2019-12-05T19:47:26,969][INFO ][o.e.n.Node ] [zhoHNK_] starting ...
  89. elasticsearch_1 | [2019-12-05T19:47:27,154][INFO ][o.e.t.TransportService ] [zhoHNK_] publish_address {172.18.0.2:9300}, bound_addresses {0.0.0.0:9300}
  90. elasticsearch_1 | [2019-12-05T19:47:27,200][INFO ][o.e.b.BootstrapChecks ] [zhoHNK_] bound or publishing to a non-loopback address, enforcing bootstrap checks
  91. elasticsearch_1 | [2019-12-05T19:47:30,260][INFO ][o.e.c.s.MasterService ] [zhoHNK_] zen-disco-elected-as-master ([0] nodes joined)[, ], reason: new_master {zhoHNK_}{zhoHNK_7QhO_5uLjE2f1hQ}{ddIDHc-lQH-JRalbYgbykA}{172.18.0.2}{172.18.0.2:9300}{ml.machine_memory=2095968256, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
  92. elasticsearch_1 | [2019-12-05T19:47:30,270][INFO ][o.e.c.s.ClusterApplierService] [zhoHNK_] new_master {zhoHNK_}{zhoHNK_7QhO_5uLjE2f1hQ}{ddIDHc-lQH-JRalbYgbykA}{172.18.0.2}{172.18.0.2:9300}{ml.machine_memory=2095968256, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {zhoHNK_}{zhoHNK_7QhO_5uLjE2f1hQ}{ddIDHc-lQH-JRalbYgbykA}{172.18.0.2}{172.18.0.2:9300}{ml.machine_memory=2095968256, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)[, ]]])
  93. elasticsearch_1 | [2019-12-05T19:47:30,306][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [zhoHNK_] publish_address {172.18.0.2:9200}, bound_addresses {0.0.0.0:9200}
  94. elasticsearch_1 | [2019-12-05T19:47:30,306][INFO ][o.e.n.Node ] [zhoHNK_] started
  95. elasticsearch_1 | [2019-12-05T19:47:31,157][WARN ][o.e.m.j.JvmGcMonitorService] [zhoHNK_] [gc][4] overhead, spent [589ms] collecting in the last [1.1s]
  96. elasticsearch_1 | [2019-12-05T19:47:31,813][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [zhoHNK_] Failed to clear cache for realms [[]]
  97. elasticsearch_1 | [2019-12-05T19:47:31,863][INFO ][o.e.l.LicenseService ] [zhoHNK_] license [348715c3-bb3e-4346-b760-c08b56ae5797] mode [basic] - valid
  98. elasticsearch_1 | [2019-12-05T19:47:31,883][INFO ][o.e.g.GatewayService ] [zhoHNK_] recovered [25] indices into cluster_state
  99. elasticsearch_1 | [2019-12-05T19:47:33,744][INFO ][o.e.c.r.a.AllocationService] [zhoHNK_] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[v3_ikea_products_test][0]] ...]).
  100. elasticsearch_1 | [2019-12-05T19:48:16,989][WARN ][o.e.d.c.ParseField ] Deprecated field [exclude] used, expected [excludes] instead
  101. elasticsearch_1 | [2019-12-05T19:48:17,409][WARN ][o.e.d.c.ParseField ] Deprecated field [include] used, expected [includes] instead
  102. elasticsearch_1 | [2019-12-05T19:48:17,558][WARN ][o.e.d.c.ParseField ] Deprecated field [include] used, expected [includes] instead
  103. elasticsearch_1 | [2019-12-05T19:48:17,999][WARN ][o.e.d.c.ParseField ] Deprecated field [exclude] used, expected [excludes] instead
  104. elasticsearch_1 | [2019-12-05T19:48:52,626][INFO ][o.e.m.j.JvmGcMonitorService] [zhoHNK_] [gc][85] overhead, spent [570ms] collecting in the last [1.3s]
  105. elasticsearch_1 | [2019-12-05T19:49:13,752][WARN ][o.e.d.c.ParseField ] Deprecated field [exclude] used, expected [excludes] instead
  106. elasticsearch_1 | [2019-12-05T19:49:13,810][WARN ][o.e.d.c.ParseField ] Deprecated field [include] used, expected [includes] instead
  107. elasticsearch_1 | [2019-12-05T19:49:13,859][WARN ][o.e.d.c.ParseField ] Deprecated field [include] used, expected [includes] instead
  108. elasticsearch_1 | [2019-12-05T19:49:13,943][WARN ][o.e.d.c.ParseField ] Deprecated field [exclude] used, expected [excludes] instead
  109. elasticsearch_1 | [2019-12-05T19:51:58,095][INFO ][o.e.m.j.JvmGcMonitorService] [zhoHNK_] [gc][270] overhead, spent [399ms] collecting in the last [1.4s]
  110. redis_1 | 1:M 05 Dec 19:52:09.007 * 100 changes in 300 seconds. Saving...
  111. redis_1 | 1:M 05 Dec 19:52:09.041 * Background saving started by pid 41
  112. Exception in thread Thread-10:
  113. Traceback (most recent call last):
  114. File "site-packages/urllib3/connectionpool.py", line 384, in _make_request
  115. File "<string>", line 2, in raise_from
  116. File "site-packages/urllib3/connectionpool.py", line 380, in _make_request
  117. File "http/client.py", line 1331, in getresponse
  118. File "http/client.py", line 297, in begin
  119. File "http/client.py", line 258, in _read_status
  120. File "socket.py", line 586, in readinto
  121. socket.timeout: timed out
  122.  
  123. During handling of the above exception, another exception occurred:
  124.  
  125. Traceback (most recent call last):
  126. File "site-packages/requests/adapters.py", line 449, in send
  127. File "site-packages/urllib3/connectionpool.py", line 638, in urlopen
  128. File "site-packages/urllib3/util/retry.py", line 368, in increment
  129. File "site-packages/urllib3/packages/six.py", line 686, in reraise
  130. File "site-packages/urllib3/connectionpool.py", line 600, in urlopen
  131. File "site-packages/urllib3/connectionpool.py", line 386, in _make_request
  132. File "site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
  133. urllib3.exceptions.ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
  134.  
  135. During handling of the above exception, another exception occurred:
  136.  
  137. Traceback (most recent call last):
  138. File "threading.py", line 916, in _bootstrap_inner
  139. File "threading.py", line 864, in run
  140. File "compose/cli/log_printer.py", line 214, in watch_events
  141. File "compose/project.py", line 493, in yield_loop
  142. File "compose/project.py", line 461, in build_container_event
  143. File "compose/container.py", line 48, in from_id
  144. File "site-packages/docker/utils/decorators.py", line 19, in wrapped
  145. File "site-packages/docker/api/container.py", line 755, in inspect_container
  146. File "site-packages/docker/utils/decorators.py", line 46, in inner
  147. File "site-packages/docker/api/client.py", line 230, in _get
  148. File "site-packages/requests/sessions.py", line 537, in get
  149. File "site-packages/requests/sessions.py", line 524, in request
  150. File "site-packages/requests/sessions.py", line 637, in send
  151. File "site-packages/requests/adapters.py", line 529, in send
  152. requests.exceptions.ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement