Advertisement
Zulus_K

Untitled

Aug 28th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.80 KB | None | 0 0
  1. Step 1/8 : FROM node:8.10.0
  2. ---> 41a1f5b81103
  3. Step 2/8 : RUN mkdir -p /app
  4. ---> Using cache
  5. ---> b11c4e3f0055
  6. Step 3/8 : WORKDIR /app
  7. ---> Using cache
  8. ---> 8d16121d9a71
  9. Step 4/8 : ADD package.json yarn.lock /app/
  10. ---> Using cache
  11. ---> f51268abbca8
  12. Step 5/8 : RUN yarn --pure-lockfile
  13. ---> Using cache
  14. ---> 1f3bed45c1fb
  15. Step 6/8 : COPY . /app/
  16. ---> Using cache
  17. ---> df18d55c43b1
  18. Step 7/8 : EXPOSE 4040
  19. ---> Using cache
  20. ---> 61762a164d9c
  21. Step 8/8 : CMD [ "yarn", "start" ]
  22. ---> Using cache
  23. ---> 5d2c796ffa0d
  24. Successfully built 5d2c796ffa0d
  25. Successfully tagged aiirrush-be_bls:latest
  26. Building rts
  27. Step 1/8 : FROM node:8.10.0
  28. ---> 41a1f5b81103
  29. Step 2/8 : RUN mkdir -p /app
  30. ---> Using cache
  31. ---> b11c4e3f0055
  32. Step 3/8 : WORKDIR /app
  33. ---> Using cache
  34. ---> 8d16121d9a71
  35. Step 4/8 : ADD package.json yarn.lock /app/
  36. ---> Using cache
  37. ---> 753d04873ad5
  38. Step 5/8 : RUN yarn --pure-lockfile
  39. ---> Using cache
  40. ---> 8c217a87264b
  41. Step 6/8 : COPY . /app/
  42. ---> 719b3f29bbcc
  43. Step 7/8 : EXPOSE 5050
  44. ---> Running in 7e240689e560
  45. Removing intermediate container 7e240689e560
  46. ---> ce13880fc94f
  47. Step 8/8 : CMD [ "yarn", "start" ]
  48. ---> Running in 25948616b3ac
  49. Removing intermediate container 25948616b3ac
  50. ---> 9918a0e5a634
  51. Successfully built 9918a0e5a634
  52. Successfully tagged aiirrush-be_rts:latest
  53. aiirrush-be_mongo_1 is up-to-date
  54. aiirrush-be_redis_1 is up-to-date
  55. aiirrush-be_rabbit_1 is up-to-date
  56. aiirrush-be_bls_1 is up-to-date
  57. Recreating aiirrush-be_rts_1 ... done
  58. Attaching to aiirrush-be_mongo_1, aiirrush-be_redis_1, aiirrush-be_rabbit_1, aiirrush-be_bls_1, aiirrush-be_rts_1
  59. rts_1 | Copyin global PORT: 5050 to temp variable
  60. rts_1 | Copyin global PORT: 4040 to temp variable
  61. rts_1 | wait-for-it.sh: waiting 15 seconds for bls:4040
  62. rts_1 | wait-for-it.sh: bls:4040 is available after 0 seconds
  63. rts_1 | Restoring PORT variable
  64. mongo_1 | 2018-08-20T10:32:23.741+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  65. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] db version v3.4.16
  66. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  67. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  68. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] allocator: tcmalloc
  69. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] modules: none
  70. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] build environment:
  71. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] distmod: debian81
  72. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] distarch: x86_64
  73. mongo_1 | 2018-08-20T10:32:23.742+0000 I CONTROL [initandlisten] target_arch: x86_64
  74. mongo_1 | 2018-08-20T10:32:23.746+0000 I CONTROL [initandlisten] options: {}
  75. mongo_1 | 2018-08-20T10:32:23.760+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  76. mongo_1 | 2018-08-20T10:32:24.277+0000 I CONTROL [initandlisten]
  77. mongo_1 | 2018-08-20T10:32:24.277+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  78. mongo_1 | 2018-08-20T10:32:24.277+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  79. mongo_1 | 2018-08-20T10:32:24.277+0000 I CONTROL [initandlisten]
  80. mongo_1 | 2018-08-20T10:32:24.471+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  81. mongo_1 | 2018-08-20T10:32:24.511+0000 I INDEX [initandlisten] build index on: admin.system.version properties: { v: 2, key: { version: 1 }, name: "incompatible_with_version_32", ns: "admin.system.version" }
  82. mongo_1 | 2018-08-20T10:32:24.511+0000 I INDEX [initandlisten] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
  83. mongo_1 | 2018-08-20T10:32:24.529+0000 I INDEX [initandlisten] build index done. scanned 0 total records. 0 secs
  84. mongo_1 | 2018-08-20T10:32:24.542+0000 I COMMAND [initandlisten] setting featureCompatibilityVersion to 3.4
  85. mongo_1 | 2018-08-20T10:32:24.543+0000 I NETWORK [thread1] waiting for connections on port 27017
  86. mongo_1 | 2018-08-20T10:33:10.958+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:35706 #1 (1 connection now open)
  87. mongo_1 | 2018-08-20T10:33:11.030+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:35706 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  88. mongo_1 | 2018-08-20T10:34:16.010+0000 I - [conn1] end connection 172.19.0.6:35706 (1 connection now open)
  89. mongo_1 | 2018-08-20T10:34:16.620+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  90. mongo_1 | 2018-08-20T10:34:16.623+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  91. mongo_1 | 2018-08-20T10:34:16.623+0000 I NETWORK [signalProcessingThread] closing listening socket: 6
  92. mongo_1 | 2018-08-20T10:34:16.623+0000 I NETWORK [signalProcessingThread] closing listening socket: 7
  93. mongo_1 | 2018-08-20T10:34:16.623+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  94. mongo_1 | 2018-08-20T10:34:16.623+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog...
  95. mongo_1 | 2018-08-20T10:34:16.623+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  96. mongo_1 | 2018-08-20T10:34:16.632+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  97. mongo_1 | 2018-08-20T10:34:16.757+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  98. mongo_1 | 2018-08-20T10:34:16.759+0000 I CONTROL [signalProcessingThread] now exiting
  99. mongo_1 | 2018-08-20T10:34:16.759+0000 I CONTROL [initandlisten] shutting down with code:0
  100. mongo_1 | 2018-08-20T10:39:21.443+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  101. mongo_1 | 2018-08-20T10:39:21.444+0000 I CONTROL [initandlisten] db version v3.4.16
  102. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  103. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  104. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] allocator: tcmalloc
  105. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] modules: none
  106. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] build environment:
  107. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] distmod: debian81
  108. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] distarch: x86_64
  109. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] target_arch: x86_64
  110. mongo_1 | 2018-08-20T10:39:21.445+0000 I CONTROL [initandlisten] options: {}
  111. mongo_1 | 2018-08-20T10:39:21.459+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  112. mongo_1 | 2018-08-20T10:39:21.464+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  113. mongo_1 | 2018-08-20T10:39:23.477+0000 I STORAGE [initandlisten] WiredTiger message [1534761563:477426][1:0x7f41f8b36d40], txn-recover: Main recovery loop: starting at 1/17664
  114. mongo_1 | 2018-08-20T10:39:24.194+0000 I STORAGE [initandlisten] WiredTiger message [1534761564:194700][1:0x7f41f8b36d40], txn-recover: Recovering log 1 through 2
  115. mongo_1 | 2018-08-20T10:39:24.684+0000 I STORAGE [initandlisten] WiredTiger message [1534761564:684528][1:0x7f41f8b36d40], txn-recover: Recovering log 2 through 2
  116. mongo_1 | 2018-08-20T10:39:25.068+0000 I CONTROL [initandlisten]
  117. mongo_1 | 2018-08-20T10:39:25.068+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  118. mongo_1 | 2018-08-20T10:39:25.068+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  119. mongo_1 | 2018-08-20T10:39:25.068+0000 I CONTROL [initandlisten]
  120. mongo_1 | 2018-08-20T10:39:25.097+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  121. mongo_1 | 2018-08-20T10:39:25.098+0000 I NETWORK [thread1] waiting for connections on port 27017
  122. mongo_1 | 2018-08-20T10:39:36.406+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:51316 #1 (1 connection now open)
  123. mongo_1 | 2018-08-20T10:39:36.449+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:51316 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  124. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  125. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] db version v3.4.16
  126. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  127. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  128. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] allocator: tcmalloc
  129. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] modules: none
  130. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] build environment:
  131. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] distmod: debian81
  132. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] distarch: x86_64
  133. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] target_arch: x86_64
  134. mongo_1 | 2018-08-20T10:42:02.739+0000 I CONTROL [initandlisten] options: {}
  135. mongo_1 | 2018-08-20T10:42:02.752+0000 W - [initandlisten] Detected unclean shutdown - /data/db/mongod.lock is not empty.
  136. mongo_1 | 2018-08-20T10:42:02.770+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  137. mongo_1 | 2018-08-20T10:42:02.779+0000 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
  138. mongo_1 | 2018-08-20T10:42:02.784+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  139. mongo_1 | 2018-08-20T10:42:04.729+0000 I STORAGE [initandlisten] WiredTiger message [1534761724:729335][1:0x7f762a22dd40], txn-recover: Main recovery loop: starting at 2/2560
  140. mongo_1 | 2018-08-20T10:42:04.773+0000 I STORAGE [initandlisten] WiredTiger message [1534761724:773643][1:0x7f762a22dd40], txn-recover: Recovering log 2 through 3
  141. mongo_1 | 2018-08-20T10:42:05.387+0000 I STORAGE [initandlisten] WiredTiger message [1534761725:387337][1:0x7f762a22dd40], file:sizeStorer.wt, txn-recover: Recovering log 3 through 3
  142. mongo_1 | 2018-08-20T10:42:05.883+0000 I CONTROL [initandlisten]
  143. mongo_1 | 2018-08-20T10:42:05.883+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  144. mongo_1 | 2018-08-20T10:42:05.883+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  145. mongo_1 | 2018-08-20T10:42:05.883+0000 I CONTROL [initandlisten]
  146. mongo_1 | 2018-08-20T10:42:05.902+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  147. mongo_1 | 2018-08-20T10:42:05.903+0000 I NETWORK [thread1] waiting for connections on port 27017
  148. mongo_1 | 2018-08-20T10:42:06.011+0000 I FTDC [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
  149. mongo_1 | 2018-08-20T10:42:19.364+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:34862 #1 (1 connection now open)
  150. mongo_1 | 2018-08-20T10:42:19.399+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:34862 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  151. mongo_1 | 2018-08-20T10:48:03.728+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  152. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] db version v3.4.16
  153. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  154. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  155. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] allocator: tcmalloc
  156. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] modules: none
  157. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] build environment:
  158. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] distmod: debian81
  159. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] distarch: x86_64
  160. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] target_arch: x86_64
  161. mongo_1 | 2018-08-20T10:48:03.729+0000 I CONTROL [initandlisten] options: {}
  162. mongo_1 | 2018-08-20T10:48:03.732+0000 W - [initandlisten] Detected unclean shutdown - /data/db/mongod.lock is not empty.
  163. mongo_1 | 2018-08-20T10:48:03.738+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  164. mongo_1 | 2018-08-20T10:48:03.740+0000 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
  165. mongo_1 | 2018-08-20T10:48:03.742+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  166. mongo_1 | 2018-08-20T10:48:05.449+0000 I STORAGE [initandlisten] WiredTiger message [1534762085:449476][1:0x7f35b280bd40], txn-recover: Main recovery loop: starting at 3/2816
  167. mongo_1 | 2018-08-20T10:48:05.490+0000 I STORAGE [initandlisten] WiredTiger message [1534762085:490377][1:0x7f35b280bd40], txn-recover: Recovering log 3 through 4
  168. mongo_1 | 2018-08-20T10:48:06.424+0000 I STORAGE [initandlisten] WiredTiger message [1534762086:424322][1:0x7f35b280bd40], txn-recover: Recovering log 4 through 4
  169. mongo_1 | 2018-08-20T10:48:06.944+0000 I CONTROL [initandlisten]
  170. mongo_1 | 2018-08-20T10:48:06.944+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  171. mongo_1 | 2018-08-20T10:48:06.944+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  172. mongo_1 | 2018-08-20T10:48:06.944+0000 I CONTROL [initandlisten]
  173. mongo_1 | 2018-08-20T10:48:06.956+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  174. mongo_1 | 2018-08-20T10:48:06.957+0000 I NETWORK [thread1] waiting for connections on port 27017
  175. mongo_1 | 2018-08-20T10:48:07.008+0000 I FTDC [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
  176. mongo_1 | 2018-08-20T10:48:21.685+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:34938 #1 (1 connection now open)
  177. mongo_1 | 2018-08-20T10:48:21.702+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:34938 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  178. mongo_1 | 2018-08-20T10:53:40.798+0000 I - [conn1] end connection 172.19.0.6:34938 (1 connection now open)
  179. mongo_1 | 2018-08-20T10:53:41.270+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  180. mongo_1 | 2018-08-20T10:53:41.271+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  181. mongo_1 | 2018-08-20T10:53:41.271+0000 I NETWORK [signalProcessingThread] closing listening socket: 6
  182. mongo_1 | 2018-08-20T10:53:41.271+0000 I NETWORK [signalProcessingThread] closing listening socket: 7
  183. mongo_1 | 2018-08-20T10:53:41.271+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  184. mongo_1 | 2018-08-20T10:53:41.271+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog...
  185. mongo_1 | 2018-08-20T10:53:41.271+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  186. mongo_1 | 2018-08-20T10:53:41.286+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  187. mongo_1 | 2018-08-20T10:53:41.375+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  188. mongo_1 | 2018-08-20T10:53:41.376+0000 I CONTROL [signalProcessingThread] now exiting
  189. mongo_1 | 2018-08-20T10:53:41.377+0000 I CONTROL [signalProcessingThread] shutting down with code:0
  190. mongo_1 | 2018-08-20T10:53:41.377+0000 I CONTROL [initandlisten] shutting down with code:0
  191. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  192. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] db version v3.4.16
  193. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  194. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  195. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] allocator: tcmalloc
  196. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] modules: none
  197. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] build environment:
  198. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] distmod: debian81
  199. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] distarch: x86_64
  200. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] target_arch: x86_64
  201. mongo_1 | 2018-08-20T10:54:59.162+0000 I CONTROL [initandlisten] options: {}
  202. mongo_1 | 2018-08-20T10:54:59.187+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  203. mongo_1 | 2018-08-20T10:54:59.193+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  204. mongo_1 | 2018-08-20T10:55:01.001+0000 I STORAGE [initandlisten] WiredTiger message [1534762501:1568][1:0x7f54a95c3d40], txn-recover: Main recovery loop: starting at 4/5376
  205. mongo_1 | 2018-08-20T10:55:02.016+0000 I STORAGE [initandlisten] WiredTiger message [1534762502:16120][1:0x7f54a95c3d40], txn-recover: Recovering log 4 through 5
  206. mongo_1 | 2018-08-20T10:55:02.711+0000 I STORAGE [initandlisten] WiredTiger message [1534762502:711961][1:0x7f54a95c3d40], txn-recover: Recovering log 5 through 5
  207. mongo_1 | 2018-08-20T10:55:03.194+0000 I CONTROL [initandlisten]
  208. mongo_1 | 2018-08-20T10:55:03.194+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  209. mongo_1 | 2018-08-20T10:55:03.194+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  210. mongo_1 | 2018-08-20T10:55:03.194+0000 I CONTROL [initandlisten]
  211. mongo_1 | 2018-08-20T10:55:03.212+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  212. mongo_1 | 2018-08-20T10:55:03.214+0000 I NETWORK [thread1] waiting for connections on port 27017
  213. mongo_1 | 2018-08-20T10:55:16.700+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:35984 #1 (1 connection now open)
  214. mongo_1 | 2018-08-20T10:55:16.733+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:35984 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  215. mongo_1 | 2018-08-20T10:57:59.123+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  216. mongo_1 | 2018-08-20T10:57:59.123+0000 I CONTROL [initandlisten] db version v3.4.16
  217. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  218. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  219. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] allocator: tcmalloc
  220. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] modules: none
  221. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] build environment:
  222. mongo_1 | 2018-08-20T10:57:59.124+0000 I CONTROL [initandlisten] distmod: debian81
  223. mongo_1 | 2018-08-20T10:57:59.125+0000 I CONTROL [initandlisten] distarch: x86_64
  224. mongo_1 | 2018-08-20T10:57:59.125+0000 I CONTROL [initandlisten] target_arch: x86_64
  225. mongo_1 | 2018-08-20T10:57:59.125+0000 I CONTROL [initandlisten] options: {}
  226. mongo_1 | 2018-08-20T10:57:59.128+0000 W - [initandlisten] Detected unclean shutdown - /data/db/mongod.lock is not empty.
  227. mongo_1 | 2018-08-20T10:57:59.139+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  228. mongo_1 | 2018-08-20T10:57:59.143+0000 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
  229. mongo_1 | 2018-08-20T10:57:59.144+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  230. mongo_1 | 2018-08-20T10:58:00.978+0000 I STORAGE [initandlisten] WiredTiger message [1534762680:978373][1:0x7f928e7f7d40], txn-recover: Main recovery loop: starting at 5/2560
  231. mongo_1 | 2018-08-20T10:58:01.013+0000 I STORAGE [initandlisten] WiredTiger message [1534762681:13788][1:0x7f928e7f7d40], txn-recover: Recovering log 5 through 6
  232. redis_1 |
  233. redis_1 | Welcome to the Bitnami redis container
  234. redis_1 | Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-redis
  235. redis_1 | Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-redis/issues
  236. redis_1 |
  237. redis_1 | WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
  238. redis_1 | nami INFO Initializing redis
  239. redis_1 | redis INFO ==> Validating inputs...
  240. redis_1 | redis WARN Allowing the "password" input to be empty
  241. redis_1 | redis INFO ==> Disabling commands...
  242. redis_1 | redis INFO ==> Disabled commands: FLUSHDB, FLUSHALL
  243. redis_1 | redis INFO
  244. redis_1 | redis INFO ########################################################################
  245. redis_1 | redis INFO Installation parameters for redis:
  246. redis_1 | redis INFO Password: Not set during installation
  247. redis_1 | redis INFO (Passwords are not shown for security reasons)
  248. redis_1 | redis INFO ########################################################################
  249. redis_1 | redis INFO
  250. redis_1 | nami INFO redis successfully initialized
  251. redis_1 | INFO ==> Starting redis...
  252. redis_1 | 30:C 28 Aug 13:28:52.377 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  253. redis_1 | 30:C 28 Aug 13:28:52.378 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=30, just started
  254. redis_1 | 30:C 28 Aug 13:28:52.380 # Configuration loaded
  255. redis_1 | _._
  256. redis_1 | _.-``__ ''-._
  257. redis_1 | _.-`` `. `_. ''-._ Redis 4.0.11 (00000000/0) 64 bit
  258. redis_1 | .-`` .-```. ```\/ _.,_ ''-._
  259. redis_1 | ( ' , .-` | `, ) Running in standalone mode
  260. redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  261. redis_1 | | `-._ `._ / _.-' | PID: 30
  262. redis_1 | `-._ `-._ `-./ _.-' _.-'
  263. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  264. redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
  265. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  266. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  267. redis_1 | | `-._`-._ _.-'_.-' |
  268. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  269. redis_1 | `-._ `-.__.-' _.-'
  270. redis_1 | `-._ _.-'
  271. redis_1 | `-.__.-'
  272. redis_1 |
  273. redis_1 | 30:M 28 Aug 13:28:52.396 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  274. redis_1 | 30:M 28 Aug 13:28:52.397 # Server initialized
  275. redis_1 | 30:M 28 Aug 13:28:52.397 # 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.
  276. redis_1 | 30:M 28 Aug 13:28:52.397 * Ready to accept connections
  277. mongo_1 | 2018-08-20T10:58:02.170+0000 I STORAGE [initandlisten] WiredTiger message [1534762682:170646][1:0x7f928e7f7d40], file:sizeStorer.wt, txn-recover: Recovering log 6 through 6
  278. mongo_1 | 2018-08-20T10:58:02.689+0000 I CONTROL [initandlisten]
  279. mongo_1 | 2018-08-20T10:58:02.690+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  280. mongo_1 | 2018-08-20T10:58:02.690+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  281. mongo_1 | 2018-08-20T10:58:02.690+0000 I CONTROL [initandlisten]
  282. mongo_1 | 2018-08-20T10:58:02.717+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  283. mongo_1 | 2018-08-20T10:58:02.718+0000 I NETWORK [thread1] waiting for connections on port 27017
  284. mongo_1 | 2018-08-20T10:58:03.022+0000 I FTDC [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
  285. mongo_1 | 2018-08-20T10:58:15.816+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:36056 #1 (1 connection now open)
  286. mongo_1 | 2018-08-20T10:58:15.838+0000 I NETWORK [conn1] received client metadata from 172.19.0.6:36056 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  287. mongo_1 | 2018-08-20T10:58:37.344+0000 I - [conn1] end connection 172.19.0.6:36056 (1 connection now open)
  288. mongo_1 | 2018-08-20T10:58:37.836+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  289. mongo_1 | 2018-08-20T10:58:37.836+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  290. mongo_1 | 2018-08-20T10:58:37.836+0000 I NETWORK [signalProcessingThread] closing listening socket: 6
  291. mongo_1 | 2018-08-20T10:58:37.836+0000 I NETWORK [signalProcessingThread] closing listening socket: 7
  292. mongo_1 | 2018-08-20T10:58:37.836+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  293. mongo_1 | 2018-08-20T10:58:37.837+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog...
  294. mongo_1 | 2018-08-20T10:58:37.837+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  295. mongo_1 | 2018-08-20T10:58:37.846+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  296. mongo_1 | 2018-08-20T10:58:37.905+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  297. mongo_1 | 2018-08-20T10:58:37.907+0000 I CONTROL [signalProcessingThread] now exiting
  298. mongo_1 | 2018-08-20T10:58:37.907+0000 I CONTROL [initandlisten] shutting down with code:0
  299. mongo_1 | 2018-08-28T13:28:45.533+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  300. mongo_1 | 2018-08-28T13:28:45.534+0000 I CONTROL [initandlisten] db version v3.4.16
  301. mongo_1 | 2018-08-28T13:28:45.534+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  302. mongo_1 | 2018-08-28T13:28:45.534+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  303. mongo_1 | 2018-08-28T13:28:45.534+0000 I CONTROL [initandlisten] allocator: tcmalloc
  304. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] modules: none
  305. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] build environment:
  306. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] distmod: debian81
  307. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] distarch: x86_64
  308. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] target_arch: x86_64
  309. mongo_1 | 2018-08-28T13:28:45.535+0000 I CONTROL [initandlisten] options: {}
  310. mongo_1 | 2018-08-28T13:28:45.574+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  311. mongo_1 | 2018-08-28T13:28:45.586+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  312. mongo_1 | 2018-08-28T13:28:47.764+0000 I STORAGE [initandlisten] WiredTiger message [1535462927:764286][1:0x7fce8d44cd40], txn-recover: Main recovery loop: starting at 6/4096
  313. mongo_1 | 2018-08-28T13:28:48.683+0000 I STORAGE [initandlisten] WiredTiger message [1535462928:683103][1:0x7fce8d44cd40], txn-recover: Recovering log 6 through 7
  314. mongo_1 | 2018-08-28T13:28:49.275+0000 I STORAGE [initandlisten] WiredTiger message [1535462929:275067][1:0x7fce8d44cd40], txn-recover: Recovering log 7 through 7
  315. mongo_1 | 2018-08-28T13:28:49.722+0000 I CONTROL [initandlisten]
  316. mongo_1 | 2018-08-28T13:28:49.722+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  317. mongo_1 | 2018-08-28T13:28:49.723+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  318. mongo_1 | 2018-08-28T13:28:49.723+0000 I CONTROL [initandlisten]
  319. mongo_1 | 2018-08-28T13:28:49.759+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  320. mongo_1 | 2018-08-28T13:28:49.760+0000 I NETWORK [thread1] waiting for connections on port 27017
  321. mongo_1 | 2018-08-28T13:29:04.209+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38100 #1 (1 connection now open)
  322. mongo_1 | 2018-08-28T13:29:04.260+0000 I NETWORK [conn1] received client metadata from 172.19.0.5:38100 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  323. mongo_1 | 2018-08-28T13:29:04.311+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38102 #2 (2 connections now open)
  324. mongo_1 | 2018-08-28T13:29:04.327+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38104 #3 (3 connections now open)
  325. mongo_1 | 2018-08-28T13:29:04.350+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38106 #4 (4 connections now open)
  326. mongo_1 | 2018-08-28T13:29:04.375+0000 I INDEX [conn3] build index on: aiirush-production.orders properties: { v: 2, key: { userId: 1, storeId: 1, driverId: 1, createdAt: -1, status: 1 }, name: "userId_1_storeId_1_driverId_1_createdAt_-1_status_1", ns: "aiirush-production.orders", background: true }
  327. mongo_1 | 2018-08-28T13:29:04.406+0000 I INDEX [conn2] build index on: aiirush-production.users properties: { v: 2, unique: true, key: { email: 1 }, name: "email_1", ns: "aiirush-production.users", background: true }
  328. mongo_1 | 2018-08-28T13:29:04.433+0000 I INDEX [conn1] build index on: aiirush-production.stores properties: { v: 2, key: { place.location: "2dsphere", status.isActive: 1 }, name: "place.location_2dsphere_status.isActive_1", ns: "aiirush-production.stores", background: true, 2dsphereIndexVersion: 3 }
  329. mongo_1 | 2018-08-28T13:29:04.462+0000 I INDEX [conn4] build index on: aiirush-production.drivers properties: { v: 2, unique: true, key: { email: 1 }, name: "email_1", ns: "aiirush-production.drivers", background: true }
  330. mongo_1 | 2018-08-28T13:29:04.462+0000 I INDEX [conn3] build index done. scanned 0 total records. 0 secs
  331. mongo_1 | 2018-08-28T13:29:04.463+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
  332. mongo_1 | 2018-08-28T13:29:04.463+0000 I INDEX [conn1] build index done. scanned 0 total records. 0 secs
  333. mongo_1 | 2018-08-28T13:29:04.463+0000 I COMMAND [conn3] command aiirush-production.$cmd command: createIndexes { createIndexes: "orders", indexes: [ { name: "userId_1_storeId_1_driverId_1_createdAt_-1_status_1", key: { userId: 1, storeId: 1, driverId: 1, createdAt: -1, status: 1 }, background: true } ] } numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1, W: 2 }, acquireWaitCount: { w: 1, W: 1 }, timeAcquiringMicros: { w: 86051, W: 45 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_query 129ms
  334. mongo_1 | 2018-08-28T13:29:04.464+0000 I COMMAND [conn2] command aiirush-production.$cmd command: createIndexes { createIndexes: "users", indexes: [ { name: "email_1", key: { email: 1 }, unique: true, background: true } ] } numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1, W: 2 }, acquireWaitCount: { w: 1, W: 2 }, timeAcquiringMicros: { w: 56010, W: 42280 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_query 129ms
  335. mongo_1 | 2018-08-28T13:29:04.464+0000 I COMMAND [conn1] command aiirush-production.$cmd command: createIndexes { createIndexes: "stores", indexes: [ { name: "place.location_2dsphere_status.isActive_1", key: { place.location: "2dsphere", status.isActive: 1 }, background: true } ] } numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1, W: 2 }, acquireWaitCount: { w: 1, W: 2 }, timeAcquiringMicros: { w: 29355, W: 53250 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_query 110ms
  336. mongo_1 | 2018-08-28T13:29:04.465+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
  337. mongo_1 | 2018-08-28T13:29:04.465+0000 I COMMAND [conn4] command aiirush-production.$cmd command: createIndexes { createIndexes: "drivers", indexes: [ { name: "email_1", key: { email: 1 }, unique: true, background: true } ] } numYields:0 reslen:113 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { w: 1, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 78257 } }, Collection: { acquireCount: { w: 1 } } } protocol:op_query 110ms
  338. mongo_1 | 2018-08-28T13:29:04.479+0000 I INDEX [conn2] build index on: aiirush-production.drivers properties: { v: 2, key: { _location: "2dsphere", email: 1, status: 1, connectedTo: 1 }, name: "_location_2dsphere_email_1_status_1_connectedTo_1", ns: "aiirush-production.drivers", background: true, 2dsphereIndexVersion: 3 }
  339. mongo_1 | 2018-08-28T13:29:04.480+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
  340. mongo_1 | 2018-08-28T13:29:07.383+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60548 #5 (5 connections now open)
  341. mongo_1 | 2018-08-28T13:29:07.403+0000 I NETWORK [conn5] received client metadata from 172.19.0.6:60548 conn5: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  342. mongo_1 | 2018-08-28T13:29:07.445+0000 I INDEX [conn5] build index on: aiirush-production.drivers properties: { v: 2, key: { currentOrderId: 1 }, name: "currentOrderId_1", ns: "aiirush-production.drivers", background: true }
  343. mongo_1 | 2018-08-28T13:29:07.445+0000 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
  344. mongo_1 | 2018-08-28T13:29:55.780+0000 I - [conn5] end connection 172.19.0.6:60548 (5 connections now open)
  345. mongo_1 | 2018-08-28T13:29:56.303+0000 I - [conn4] end connection 172.19.0.5:38106 (4 connections now open)
  346. mongo_1 | 2018-08-28T13:29:56.304+0000 I - [conn2] end connection 172.19.0.5:38102 (3 connections now open)
  347. mongo_1 | 2018-08-28T13:29:56.304+0000 I - [conn3] end connection 172.19.0.5:38104 (3 connections now open)
  348. mongo_1 | 2018-08-28T13:29:56.305+0000 I - [conn1] end connection 172.19.0.5:38100 (1 connection now open)
  349. mongo_1 | 2018-08-28T13:29:56.801+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  350. mongo_1 | 2018-08-28T13:29:56.801+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  351. mongo_1 | 2018-08-28T13:29:56.801+0000 I NETWORK [signalProcessingThread] closing listening socket: 6
  352. mongo_1 | 2018-08-28T13:29:56.801+0000 I NETWORK [signalProcessingThread] closing listening socket: 7
  353. mongo_1 | 2018-08-28T13:29:56.801+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  354. mongo_1 | 2018-08-28T13:29:56.801+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog...
  355. mongo_1 | 2018-08-28T13:29:56.801+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  356. mongo_1 | 2018-08-28T13:29:56.809+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  357. mongo_1 | 2018-08-28T13:29:56.886+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  358. mongo_1 | 2018-08-28T13:29:56.887+0000 I CONTROL [signalProcessingThread] now exiting
  359. mongo_1 | 2018-08-28T13:29:56.887+0000 I CONTROL [initandlisten] shutting down with code:0
  360. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  361. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] db version v3.4.16
  362. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  363. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  364. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] allocator: tcmalloc
  365. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] modules: none
  366. mongo_1 | 2018-08-28T13:31:28.659+0000 I CONTROL [initandlisten] build environment:
  367. mongo_1 | 2018-08-28T13:31:28.660+0000 I CONTROL [initandlisten] distmod: debian81
  368. mongo_1 | 2018-08-28T13:31:28.660+0000 I CONTROL [initandlisten] distarch: x86_64
  369. mongo_1 | 2018-08-28T13:31:28.660+0000 I CONTROL [initandlisten] target_arch: x86_64
  370. redis_1 | 30:signal-handler (1535462996) Received SIGTERM scheduling shutdown...
  371. redis_1 | 30:M 28 Aug 13:29:56.888 # User requested shutdown...
  372. redis_1 | 30:M 28 Aug 13:29:56.888 * Calling fsync() on the AOF file.
  373. redis_1 | 30:M 28 Aug 13:29:56.889 * Saving the final RDB snapshot before exiting.
  374. redis_1 | 30:M 28 Aug 13:29:56.897 * DB saved on disk
  375. redis_1 | 30:M 28 Aug 13:29:56.897 * Removing the pid file.
  376. redis_1 | 30:M 28 Aug 13:29:56.897 # Redis is now ready to exit, bye bye...
  377. redis_1 |
  378. redis_1 | Welcome to the Bitnami redis container
  379. redis_1 | Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-redis
  380. redis_1 | Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-redis/issues
  381. redis_1 |
  382. redis_1 | WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
  383. redis_1 | INFO ==> Starting redis...
  384. redis_1 | 20:C 28 Aug 13:31:34.433 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  385. redis_1 | 20:C 28 Aug 13:31:34.457 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=20, just started
  386. redis_1 | 20:C 28 Aug 13:31:34.457 # Configuration loaded
  387. redis_1 | _._
  388. redis_1 | _.-``__ ''-._
  389. redis_1 | _.-`` `. `_. ''-._ Redis 4.0.11 (00000000/0) 64 bit
  390. redis_1 | .-`` .-```. ```\/ _.,_ ''-._
  391. redis_1 | ( ' , .-` | `, ) Running in standalone mode
  392. redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  393. redis_1 | | `-._ `._ / _.-' | PID: 20
  394. redis_1 | `-._ `-._ `-./ _.-' _.-'
  395. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  396. redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
  397. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  398. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  399. redis_1 | | `-._`-._ _.-'_.-' |
  400. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  401. redis_1 | `-._ `-.__.-' _.-'
  402. redis_1 | `-._ _.-'
  403. redis_1 | `-.__.-'
  404. redis_1 |
  405. redis_1 | 20:M 28 Aug 13:31:34.460 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  406. redis_1 | 20:M 28 Aug 13:31:34.460 # Server initialized
  407. redis_1 | 20:M 28 Aug 13:31:34.460 # 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.
  408. redis_1 | 20:M 28 Aug 13:31:34.474 * DB loaded from append only file: 0.013 seconds
  409. redis_1 | 20:M 28 Aug 13:31:34.474 * Ready to accept connections
  410. redis_1 | 20:M 28 Aug 13:36:35.113 * 10 changes in 300 seconds. Saving...
  411. redis_1 | 20:M 28 Aug 13:36:35.117 * Background saving started by pid 30
  412. redis_1 | 30:C 28 Aug 13:36:35.123 * DB saved on disk
  413. redis_1 | 30:C 28 Aug 13:36:35.124 * RDB: 0 MB of memory used by copy-on-write
  414. redis_1 | 20:M 28 Aug 13:36:35.218 * Background saving terminated with success
  415. redis_1 | 20:signal-handler (1535463473) Received SIGTERM scheduling shutdown...
  416. redis_1 | 20:M 28 Aug 13:37:53.290 # User requested shutdown...
  417. redis_1 | 20:M 28 Aug 13:37:53.290 * Calling fsync() on the AOF file.
  418. redis_1 | 20:M 28 Aug 13:37:53.291 * Saving the final RDB snapshot before exiting.
  419. redis_1 | 20:M 28 Aug 13:37:53.296 * DB saved on disk
  420. redis_1 | 20:M 28 Aug 13:37:53.296 * Removing the pid file.
  421. redis_1 | 20:M 28 Aug 13:37:53.297 # Redis is now ready to exit, bye bye...
  422. redis_1 |
  423. redis_1 | Welcome to the Bitnami redis container
  424. redis_1 | Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-redis
  425. redis_1 | Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-redis/issues
  426. redis_1 |
  427. redis_1 | WARN ==> You set the environment variable ALLOW_EMPTY_PASSWORD=yes. For safety reasons, do not use this flag in a production environment.
  428. redis_1 | INFO ==> Starting redis...
  429. redis_1 | 21:C 28 Aug 13:38:12.853 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  430. redis_1 | 21:C 28 Aug 13:38:12.854 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=21, just started
  431. redis_1 | 21:C 28 Aug 13:38:12.855 # Configuration loaded
  432. redis_1 | _._
  433. redis_1 | _.-``__ ''-._
  434. redis_1 | _.-`` `. `_. ''-._ Redis 4.0.11 (00000000/0) 64 bit
  435. redis_1 | .-`` .-```. ```\/ _.,_ ''-._
  436. redis_1 | ( ' , .-` | `, ) Running in standalone mode
  437. redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  438. redis_1 | | `-._ `._ / _.-' | PID: 21
  439. redis_1 | `-._ `-._ `-./ _.-' _.-'
  440. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  441. redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
  442. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  443. redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
  444. redis_1 | | `-._`-._ _.-'_.-' |
  445. redis_1 | `-._ `-._`-.__.-'_.-' _.-'
  446. redis_1 | `-._ `-.__.-' _.-'
  447. redis_1 | `-._ _.-'
  448. redis_1 | `-.__.-'
  449. redis_1 |
  450. redis_1 | 21:M 28 Aug 13:38:12.859 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  451. redis_1 | 21:M 28 Aug 13:38:12.859 # Server initialized
  452. redis_1 | 21:M 28 Aug 13:38:12.859 # 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.
  453. redis_1 | 21:M 28 Aug 13:38:12.884 * DB loaded from append only file: 0.025 seconds
  454. redis_1 | 21:M 28 Aug 13:38:12.885 * Ready to accept connections
  455. redis_1 | 21:M 28 Aug 13:43:13.033 * 10 changes in 300 seconds. Saving...
  456. redis_1 | 21:M 28 Aug 13:43:13.034 * Background saving started by pid 31
  457. redis_1 | 31:C 28 Aug 13:43:13.039 * DB saved on disk
  458. redis_1 | 31:C 28 Aug 13:43:13.040 * RDB: 0 MB of memory used by copy-on-write
  459. redis_1 | 21:M 28 Aug 13:43:13.135 * Background saving terminated with success
  460. redis_1 | 21:M 28 Aug 13:48:14.096 * 10 changes in 300 seconds. Saving...
  461. redis_1 | 21:M 28 Aug 13:48:14.097 * Background saving started by pid 32
  462. redis_1 | 32:C 28 Aug 13:48:14.102 * DB saved on disk
  463. redis_1 | 32:C 28 Aug 13:48:14.103 * RDB: 0 MB of memory used by copy-on-write
  464. redis_1 | 21:M 28 Aug 13:48:14.197 * Background saving terminated with success
  465. redis_1 | 21:M 28 Aug 13:53:15.023 * 10 changes in 300 seconds. Saving...
  466. redis_1 | 21:M 28 Aug 13:53:15.024 * Background saving started by pid 33
  467. redis_1 | 33:C 28 Aug 13:53:15.028 * DB saved on disk
  468. redis_1 | 33:C 28 Aug 13:53:15.029 * RDB: 0 MB of memory used by copy-on-write
  469. redis_1 | 21:M 28 Aug 13:53:15.125 * Background saving terminated with success
  470. redis_1 | 21:M 28 Aug 13:58:16.092 * 10 changes in 300 seconds. Saving...
  471. redis_1 | 21:M 28 Aug 13:58:16.093 * Background saving started by pid 34
  472. redis_1 | 34:C 28 Aug 13:58:16.097 * DB saved on disk
  473. mongo_1 | 2018-08-28T13:31:28.660+0000 I CONTROL [initandlisten] options: {}
  474. mongo_1 | 2018-08-28T13:31:28.696+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  475. mongo_1 | 2018-08-28T13:31:28.699+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  476. mongo_1 | 2018-08-28T13:31:31.352+0000 I STORAGE [initandlisten] WiredTiger message [1535463091:352917][1:0x7f1472ce7d40], txn-recover: Main recovery loop: starting at 7/35712
  477. mongo_1 | 2018-08-28T13:31:32.179+0000 I STORAGE [initandlisten] WiredTiger message [1535463092:179853][1:0x7f1472ce7d40], txn-recover: Recovering log 7 through 8
  478. mongo_1 | 2018-08-28T13:31:32.866+0000 I STORAGE [initandlisten] WiredTiger message [1535463092:866057][1:0x7f1472ce7d40], txn-recover: Recovering log 8 through 8
  479. mongo_1 | 2018-08-28T13:31:33.414+0000 I CONTROL [initandlisten]
  480. mongo_1 | 2018-08-28T13:31:33.415+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  481. mongo_1 | 2018-08-28T13:31:33.415+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  482. mongo_1 | 2018-08-28T13:31:33.415+0000 I CONTROL [initandlisten]
  483. mongo_1 | 2018-08-28T13:31:33.439+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  484. mongo_1 | 2018-08-28T13:31:33.440+0000 I NETWORK [thread1] waiting for connections on port 27017
  485. mongo_1 | 2018-08-28T13:31:46.479+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38188 #1 (1 connection now open)
  486. mongo_1 | 2018-08-28T13:31:46.527+0000 I NETWORK [conn1] received client metadata from 172.19.0.5:38188 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  487. mongo_1 | 2018-08-28T13:31:46.567+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38190 #2 (2 connections now open)
  488. mongo_1 | 2018-08-28T13:31:46.578+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38192 #3 (3 connections now open)
  489. mongo_1 | 2018-08-28T13:31:50.583+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60634 #4 (4 connections now open)
  490. redis_1 | 34:C 28 Aug 13:58:16.098 * RDB: 0 MB of memory used by copy-on-write
  491. redis_1 | 21:M 28 Aug 13:58:16.194 * Background saving terminated with success
  492. redis_1 | 21:M 28 Aug 14:03:17.088 * 10 changes in 300 seconds. Saving...
  493. redis_1 | 21:M 28 Aug 14:03:17.089 * Background saving started by pid 35
  494. redis_1 | 35:C 28 Aug 14:03:17.095 * DB saved on disk
  495. redis_1 | 35:C 28 Aug 14:03:17.095 * RDB: 0 MB of memory used by copy-on-write
  496. redis_1 | 21:M 28 Aug 14:03:17.190 * Background saving terminated with success
  497. redis_1 | 21:M 28 Aug 14:08:18.085 * 10 changes in 300 seconds. Saving...
  498. redis_1 | 21:M 28 Aug 14:08:18.086 * Background saving started by pid 36
  499. redis_1 | 36:C 28 Aug 14:08:18.092 * DB saved on disk
  500. redis_1 | 36:C 28 Aug 14:08:18.093 * RDB: 0 MB of memory used by copy-on-write
  501. redis_1 | 21:M 28 Aug 14:08:18.187 * Background saving terminated with success
  502. redis_1 | 21:M 28 Aug 14:14:56.805 * 10 changes in 300 seconds. Saving...
  503. redis_1 | 21:M 28 Aug 14:14:56.806 * Background saving started by pid 37
  504. redis_1 | 37:C 28 Aug 14:14:56.810 * DB saved on disk
  505. redis_1 | 37:C 28 Aug 14:14:56.810 * RDB: 0 MB of memory used by copy-on-write
  506. redis_1 | 21:M 28 Aug 14:14:56.907 * Background saving terminated with success
  507. redis_1 | 21:M 28 Aug 14:19:57.077 * 10 changes in 300 seconds. Saving...
  508. redis_1 | 21:M 28 Aug 14:19:57.078 * Background saving started by pid 38
  509. redis_1 | 38:C 28 Aug 14:19:57.083 * DB saved on disk
  510. redis_1 | 38:C 28 Aug 14:19:57.083 * RDB: 0 MB of memory used by copy-on-write
  511. redis_1 | 21:M 28 Aug 14:19:57.181 * Background saving terminated with success
  512. redis_1 | 21:M 28 Aug 14:25:03.218 * 10 changes in 300 seconds. Saving...
  513. redis_1 | 21:M 28 Aug 14:25:03.251 * Background saving started by pid 39
  514. redis_1 | 39:C 28 Aug 14:25:03.859 * DB saved on disk
  515. redis_1 | 39:C 28 Aug 14:25:03.860 * RDB: 0 MB of memory used by copy-on-write
  516. redis_1 | 21:M 28 Aug 14:25:03.954 * Background saving terminated with success
  517. rabbit_1 |
  518. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  519. rabbit_1 |
  520. rabbit_1 | 2018-08-20 10:32:40.466 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  521. rabbit_1 | 2018-08-20 10:32:40.972 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  522. rabbit_1 | 2018-08-20 10:32:41.224 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  523. rabbit_1 | 2018-08-20 10:32:41.231 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  524. rabbit_1 | 2018-08-20 10:32:41.231 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  525. rabbit_1 | 2018-08-20 10:32:41.607 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  526. rabbit_1 | 2018-08-20 10:32:41.608 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  527. rabbit_1 | 2018-08-20 10:32:41.625 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  528. rabbit_1 | 2018-08-20 10:32:41.626 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  529. rabbit_1 | 2018-08-20 10:32:41.626 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  530. rabbit_1 | 2018-08-20 10:32:41.801 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  531. rabbit_1 | 2018-08-20 10:32:41.826 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  532. rabbit_1 | 2018-08-20 10:32:41.834 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  533. rabbit_1 | 2018-08-20 10:32:41.836 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  534. rabbit_1 | 2018-08-20 10:32:41.871 [info] <0.183.0>
  535. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  536. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  537. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  538. rabbit_1 |
  539. rabbit_1 | ## ##
  540. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  541. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  542. rabbit_1 | ###### ##
  543. rabbit_1 | ########## Logs: <stdout>
  544. rabbit_1 |
  545. rabbit_1 | Starting broker...
  546. rabbit_1 | 2018-08-20 10:32:41.927 [info] <0.183.0>
  547. rabbit_1 | node : rabbit@c03e2e8b04ff
  548. rabbit_1 | home dir : /var/lib/rabbitmq
  549. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  550. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  551. rabbit_1 | log(s) : <stdout>
  552. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  553. rabbit_1 | 2018-08-20 10:32:51.823 [info] <0.191.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  554. rabbit_1 | 2018-08-20 10:32:51.840 [info] <0.193.0> Enabling free disk space monitoring
  555. rabbit_1 | 2018-08-20 10:32:51.840 [info] <0.193.0> Disk free limit set to 50MB
  556. rabbit_1 | 2018-08-20 10:32:51.855 [info] <0.195.0> Limiting to approx 1048476 file handles (943626 sockets)
  557. rabbit_1 | 2018-08-20 10:32:51.856 [info] <0.196.0> FHC read buffering: OFF
  558. rabbit_1 | 2018-08-20 10:32:51.856 [info] <0.196.0> FHC write buffering: ON
  559. rabbit_1 | 2018-08-20 10:32:51.873 [info] <0.183.0> Node database directory at /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff is empty. Assuming we need to join an existing cluster or initialise from scratch...
  560. rabbit_1 | 2018-08-20 10:32:51.873 [info] <0.183.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config
  561. rabbit_1 | 2018-08-20 10:32:51.874 [info] <0.183.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config
  562. rabbit_1 | 2018-08-20 10:32:51.874 [info] <0.183.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping randomized startup delay.
  563. rabbit_1 | 2018-08-20 10:32:51.875 [info] <0.183.0> All discovered existing cluster peers:
  564. rabbit_1 | 2018-08-20 10:32:51.875 [info] <0.183.0> Discovered no peer nodes to cluster with
  565. rabbit_1 | 2018-08-20 10:32:51.882 [info] <0.33.0> Application mnesia exited with reason: stopped
  566. rabbit_1 | 2018-08-20 10:32:51.961 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  567. rabbit_1 | 2018-08-20 10:32:52.259 [info] <0.183.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  568. rabbit_1 | 2018-08-20 10:32:52.323 [info] <0.183.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  569. rabbit_1 | 2018-08-20 10:32:52.376 [info] <0.183.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  570. rabbit_1 | 2018-08-20 10:32:52.378 [info] <0.183.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  571. rabbit_1 | 2018-08-20 10:32:52.380 [info] <0.183.0> Priority queues enabled, real BQ is rabbit_variable_queue
  572. rabbit_1 | 2018-08-20 10:32:52.404 [info] <0.364.0> Starting rabbit_node_monitor
  573. mongo_1 | 2018-08-28T13:31:50.602+0000 I NETWORK [conn4] received client metadata from 172.19.0.6:60634 conn4: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  574. mongo_1 | 2018-08-28T13:32:08.269+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60642 #5 (5 connections now open)
  575. mongo_1 | 2018-08-28T13:32:08.305+0000 I NETWORK [conn5] received client metadata from 172.19.0.6:60642 conn5: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  576. mongo_1 | 2018-08-28T13:32:08.343+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60646 #6 (6 connections now open)
  577. mongo_1 | 2018-08-28T13:32:08.722+0000 I - [conn5] end connection 172.19.0.6:60642 (6 connections now open)
  578. mongo_1 | 2018-08-28T13:32:08.723+0000 I - [conn6] end connection 172.19.0.6:60646 (5 connections now open)
  579. mongo_1 | 2018-08-28T13:37:51.985+0000 I - [conn4] end connection 172.19.0.6:60634 (4 connections now open)
  580. mongo_1 | 2018-08-28T13:37:52.695+0000 I - [conn3] end connection 172.19.0.5:38192 (3 connections now open)
  581. mongo_1 | 2018-08-28T13:37:52.696+0000 I - [conn2] end connection 172.19.0.5:38190 (2 connections now open)
  582. mongo_1 | 2018-08-28T13:37:52.696+0000 I - [conn1] end connection 172.19.0.5:38188 (2 connections now open)
  583. mongo_1 | 2018-08-28T13:37:53.212+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
  584. mongo_1 | 2018-08-28T13:37:53.212+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets...
  585. mongo_1 | 2018-08-28T13:37:53.212+0000 I NETWORK [signalProcessingThread] closing listening socket: 6
  586. mongo_1 | 2018-08-28T13:37:53.212+0000 I NETWORK [signalProcessingThread] closing listening socket: 7
  587. mongo_1 | 2018-08-28T13:37:53.213+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
  588. mongo_1 | 2018-08-28T13:37:53.213+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog...
  589. mongo_1 | 2018-08-28T13:37:53.213+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture
  590. mongo_1 | 2018-08-28T13:37:53.220+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down
  591. mongo_1 | 2018-08-28T13:37:53.319+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock...
  592. mongo_1 | 2018-08-28T13:37:53.320+0000 I CONTROL [signalProcessingThread] now exiting
  593. mongo_1 | 2018-08-28T13:37:53.320+0000 I CONTROL [initandlisten] shutting down with code:0
  594. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=7aab2ba2c99d
  595. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] db version v3.4.16
  596. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] git version: 0d6a9242c11b99ddadcfb6e86a850b6ba487530a
  597. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016
  598. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] allocator: tcmalloc
  599. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] modules: none
  600. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] build environment:
  601. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] distmod: debian81
  602. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] distarch: x86_64
  603. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] target_arch: x86_64
  604. mongo_1 | 2018-08-28T13:38:08.934+0000 I CONTROL [initandlisten] options: {}
  605. mongo_1 | 2018-08-28T13:38:08.972+0000 I - [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
  606. mongo_1 | 2018-08-28T13:38:08.991+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=487M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),verbose=(recovery_progress),
  607. mongo_1 | 2018-08-28T13:38:11.411+0000 I STORAGE [initandlisten] WiredTiger message [1535463491:411741][1:0x7fc6f3fc5d40], txn-recover: Main recovery loop: starting at 8/5376
  608. mongo_1 | 2018-08-28T13:38:12.611+0000 I STORAGE [initandlisten] WiredTiger message [1535463492:611693][1:0x7fc6f3fc5d40], txn-recover: Recovering log 8 through 9
  609. mongo_1 | 2018-08-28T13:38:13.285+0000 I STORAGE [initandlisten] WiredTiger message [1535463493:285263][1:0x7fc6f3fc5d40], txn-recover: Recovering log 9 through 9
  610. mongo_1 | 2018-08-28T13:38:13.805+0000 I CONTROL [initandlisten]
  611. mongo_1 | 2018-08-28T13:38:13.806+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  612. mongo_1 | 2018-08-28T13:38:13.806+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  613. mongo_1 | 2018-08-28T13:38:13.806+0000 I CONTROL [initandlisten]
  614. mongo_1 | 2018-08-28T13:38:13.836+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  615. mongo_1 | 2018-08-28T13:38:13.837+0000 I NETWORK [thread1] waiting for connections on port 27017
  616. mongo_1 | 2018-08-28T13:38:28.135+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38266 #1 (1 connection now open)
  617. mongo_1 | 2018-08-28T13:38:28.182+0000 I NETWORK [conn1] received client metadata from 172.19.0.5:38266 conn1: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  618. mongo_1 | 2018-08-28T13:38:28.215+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38268 #2 (2 connections now open)
  619. mongo_1 | 2018-08-28T13:38:28.222+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38270 #3 (3 connections now open)
  620. mongo_1 | 2018-08-28T13:47:50.433+0000 I - [conn2] end connection 172.19.0.5:38268 (3 connections now open)
  621. mongo_1 | 2018-08-28T13:47:50.434+0000 I - [conn3] end connection 172.19.0.5:38270 (2 connections now open)
  622. mongo_1 | 2018-08-28T13:47:50.435+0000 I - [conn1] end connection 172.19.0.5:38266 (1 connection now open)
  623. mongo_1 | 2018-08-28T13:48:00.607+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38292 #4 (1 connection now open)
  624. mongo_1 | 2018-08-28T13:48:00.647+0000 I NETWORK [conn4] received client metadata from 172.19.0.5:38292 conn4: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  625. bls_1 | Copyin global PORT: 4040 to temp variable
  626. bls_1 | Copyin global PORT: 5672 to temp variable
  627. bls_1 | wait-for-it.sh: waiting 25 seconds for rabbit:5672
  628. bls_1 | wait-for-it.sh: rabbit:5672 is available after 0 seconds
  629. bls_1 | Restoring PORT variable
  630. bls_1 |
  631. bls_1 | > aiirush-be-bls@0.0.1 start /app
  632. bls_1 | > cross-env NODE_ENV=production node index.js
  633. bls_1 |
  634. bls_1 | [app/index.js 14:08:39 28/8/18] info: server started on port 4040 (production)
  635. bls_1 | [redis 14:08:41 28/8/18] info: successfully connected to redis on redis://redis:6379
  636. bls_1 | [mongo 14:08:50 28/8/18] info: connected to database
  637. bls_1 | [rabbit 14:08:57 28/8/18] info: CONNECTED to HOST
  638. bls_1 | [rabbit 14:08:58 28/8/18] info: channel CREATED
  639. bls_1 | [rabbit 14:08:59 28/8/18] info: JOINED to exchange aiirush
  640. bls_1 | [rabbit 14:08:59 28/8/18] info: CREATED queue drivers.show-order.results
  641. bls_1 | [sub.drivers 14:08:60 28/8/18] info: Bind to queue drivers.show-order.results
  642. rabbit_1 | 2018-08-20 10:32:52.449 [info] <0.183.0> message_store upgrades: 1 to apply
  643. rabbit_1 | 2018-08-20 10:32:52.450 [info] <0.183.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store
  644. rabbit_1 | 2018-08-20 10:32:52.454 [info] <0.183.0> message_store upgrades: No durable queues found. Skipping message store migration
  645. rabbit_1 | 2018-08-20 10:32:52.454 [info] <0.183.0> message_store upgrades: Removing the old message store data
  646. rabbit_1 | 2018-08-20 10:32:52.457 [info] <0.183.0> message_store upgrades: All upgrades applied successfully
  647. rabbit_1 | 2018-08-20 10:32:52.509 [info] <0.183.0> Adding vhost 'vhost'
  648. rabbit_1 | 2018-08-20 10:32:52.542 [info] <0.398.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  649. rabbit_1 | 2018-08-20 10:32:52.548 [info] <0.398.0> Starting message stores for vhost 'vhost'
  650. rabbit_1 | 2018-08-20 10:32:52.548 [info] <0.402.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  651. rabbit_1 | 2018-08-20 10:32:52.555 [info] <0.398.0> Started message store of type transient for vhost 'vhost'
  652. rabbit_1 | 2018-08-20 10:32:52.556 [info] <0.405.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  653. rabbit_1 | 2018-08-20 10:32:52.558 [warning] <0.405.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  654. rabbit_1 | 2018-08-20 10:32:52.561 [info] <0.398.0> Started message store of type persistent for vhost 'vhost'
  655. rabbit_1 | 2018-08-20 10:32:52.567 [info] <0.183.0> Creating user 'user'
  656. rabbit_1 | 2018-08-20 10:32:52.576 [info] <0.183.0> Setting user tags for user 'user' to [administrator]
  657. rabbit_1 | 2018-08-20 10:32:52.580 [info] <0.183.0> Setting permissions for 'user' in 'vhost' to '.*', '.*', '.*'
  658. rabbit_1 | 2018-08-20 10:32:52.594 [info] <0.445.0> started TCP Listener on [::]:5672
  659. rabbit_1 | 2018-08-20 10:32:52.609 [info] <0.183.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  660. rabbit_1 | 2018-08-20 10:32:52.624 [info] <0.183.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  661. rabbit_1 | 2018-08-20 10:32:52.626 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  662. rabbit_1 | 2018-08-20 10:32:53.211 [info] <0.457.0> accepting AMQP connection <0.457.0> (172.19.0.5:44230 -> 172.19.0.3:5672)
  663. rabbit_1 | 2018-08-20 10:32:53.212 [warning] <0.457.0> closing AMQP connection <0.457.0> (172.19.0.5:44230 -> 172.19.0.3:5672):
  664. rabbit_1 | client unexpectedly closed TCP connection
  665. rabbit_1 | 2018-08-20 10:32:55.223 [info] <0.5.0> Server startup complete; 0 plugins started.
  666. rabbit_1 | completed with 0 plugins.
  667. rabbit_1 | 2018-08-20 10:33:03.905 [info] <0.462.0> accepting AMQP connection <0.462.0> (172.19.0.6:57014 -> 172.19.0.3:5672)
  668. rabbit_1 | 2018-08-20 10:33:03.906 [warning] <0.462.0> closing AMQP connection <0.462.0> (172.19.0.6:57014 -> 172.19.0.3:5672):
  669. rabbit_1 | client unexpectedly closed TCP connection
  670. rabbit_1 | 2018-08-20 10:33:10.974 [info] <0.470.0> accepting AMQP connection <0.470.0> (172.19.0.6:57036 -> 172.19.0.3:5672)
  671. rabbit_1 | 2018-08-20 10:33:11.109 [info] <0.470.0> connection <0.470.0> (172.19.0.6:57036 -> 172.19.0.3:5672): user 'user' authenticated and granted access to vhost 'vhost'
  672. rabbit_1 | 2018-08-20 10:34:15.972 [warning] <0.470.0> closing AMQP connection <0.470.0> (172.19.0.6:57036 -> 172.19.0.3:5672, vhost: 'vhost', user: 'user'):
  673. rabbit_1 | client unexpectedly closed TCP connection
  674. rabbit_1 | 2018-08-20 10:34:18.569 [error] <0.497.0> ** Connection attempt from disallowed node rabbitmqcli36@c03e2e8b04ff **
  675. rabbit_1 | 2018-08-20 10:34:18.620 [error] <0.499.0> ** Connection attempt from disallowed node rabbitmqcli36@c03e2e8b04ff **
  676. rabbit_1 |
  677. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  678. rabbit_1 |
  679. rabbit_1 | 2018-08-20 10:39:28.255 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  680. rabbit_1 | 2018-08-20 10:39:31.017 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  681. rabbit_1 | 2018-08-20 10:39:31.018 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  682. rabbit_1 | 2018-08-20 10:39:31.019 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  683. rabbit_1 | 2018-08-20 10:39:31.019 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  684. rabbit_1 | 2018-08-20 10:39:31.108 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  685. rabbit_1 | 2018-08-20 10:39:31.109 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  686. rabbit_1 | 2018-08-20 10:39:31.110 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  687. rabbit_1 | 2018-08-20 10:39:31.110 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  688. rabbit_1 | 2018-08-20 10:39:31.110 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  689. rabbit_1 | 2018-08-20 10:39:31.112 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  690. rabbit_1 | 2018-08-20 10:39:31.112 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  691. rabbit_1 | 2018-08-20 10:39:31.112 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  692. rabbit_1 | 2018-08-20 10:39:31.114 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  693. rabbit_1 | 2018-08-20 10:39:31.115 [info] <0.224.0>
  694. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  695. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  696. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  697. rabbit_1 |
  698. rabbit_1 | ## ##
  699. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  700. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  701. rabbit_1 | ###### ##
  702. rabbit_1 | ########## Logs: <stdout>
  703. rabbit_1 |
  704. rabbit_1 | Starting broker...
  705. rabbit_1 | 2018-08-20 10:39:31.117 [info] <0.224.0>
  706. rabbit_1 | node : rabbit@c03e2e8b04ff
  707. rabbit_1 | home dir : /var/lib/rabbitmq
  708. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  709. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  710. mongo_1 | 2018-08-28T13:48:00.692+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38294 #5 (2 connections now open)
  711. mongo_1 | 2018-08-28T13:48:00.713+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38296 #6 (3 connections now open)
  712. mongo_1 | 2018-08-28T14:03:49.564+0000 I - [conn6] end connection 172.19.0.5:38296 (3 connections now open)
  713. mongo_1 | 2018-08-28T14:03:49.564+0000 I - [conn5] end connection 172.19.0.5:38294 (2 connections now open)
  714. mongo_1 | 2018-08-28T14:03:49.564+0000 I - [conn4] end connection 172.19.0.5:38292 (1 connection now open)
  715. mongo_1 | 2018-08-28T14:14:53.955+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38318 #7 (1 connection now open)
  716. mongo_1 | 2018-08-28T14:14:53.983+0000 I NETWORK [conn7] received client metadata from 172.19.0.5:38318 conn7: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  717. mongo_1 | 2018-08-28T14:14:54.013+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38320 #8 (2 connections now open)
  718. mongo_1 | 2018-08-28T14:14:54.021+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38322 #9 (3 connections now open)
  719. mongo_1 | 2018-08-28T14:15:26.777+0000 I - [conn8] end connection 172.19.0.5:38320 (3 connections now open)
  720. mongo_1 | 2018-08-28T14:15:26.777+0000 I - [conn7] end connection 172.19.0.5:38318 (2 connections now open)
  721. mongo_1 | 2018-08-28T14:15:26.777+0000 I - [conn9] end connection 172.19.0.5:38322 (1 connection now open)
  722. mongo_1 | 2018-08-28T14:25:00.406+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38344 #10 (1 connection now open)
  723. mongo_1 | 2018-08-28T14:25:00.442+0000 I NETWORK [conn10] received client metadata from 172.19.0.5:38344 conn10: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  724. mongo_1 | 2018-08-28T14:25:00.520+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38346 #11 (2 connections now open)
  725. mongo_1 | 2018-08-28T14:25:00.534+0000 I NETWORK [thread1] connection accepted from 172.19.0.5:38348 #12 (3 connections now open)
  726. mongo_1 | 2018-08-28T14:25:10.123+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60792 #13 (4 connections now open)
  727. mongo_1 | 2018-08-28T14:25:10.146+0000 I NETWORK [conn13] received client metadata from 172.19.0.6:60792 conn13: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  728. mongo_1 | 2018-08-28T14:26:45.309+0000 I - [conn13] end connection 172.19.0.6:60792 (4 connections now open)
  729. rabbit_1 | log(s) : <stdout>
  730. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  731. rabbit_1 | 2018-08-20 10:39:31.163 [info] <0.249.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  732. rabbit_1 | 2018-08-20 10:39:31.168 [info] <0.282.0> Enabling free disk space monitoring
  733. rabbit_1 | 2018-08-20 10:39:31.168 [info] <0.282.0> Disk free limit set to 50MB
  734. rabbit_1 | 2018-08-20 10:39:31.179 [info] <0.285.0> FHC read buffering: OFF
  735. rabbit_1 | 2018-08-20 10:39:31.179 [info] <0.284.0> Limiting to approx 1048476 file handles (943626 sockets)
  736. rabbit_1 | 2018-08-20 10:39:31.179 [info] <0.285.0> FHC write buffering: ON
  737. rabbit_1 | 2018-08-20 10:39:31.182 [info] <0.224.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  738. rabbit_1 | 2018-08-20 10:39:31.203 [info] <0.224.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  739. rabbit_1 | 2018-08-20 10:39:31.204 [info] <0.224.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  740. rabbit_1 | 2018-08-20 10:39:31.206 [info] <0.224.0> Priority queues enabled, real BQ is rabbit_variable_queue
  741. rabbit_1 | 2018-08-20 10:39:31.213 [info] <0.307.0> Starting rabbit_node_monitor
  742. rabbit_1 | 2018-08-20 10:39:31.233 [info] <0.333.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  743. rabbit_1 | 2018-08-20 10:39:31.248 [info] <0.333.0> Starting message stores for vhost 'vhost'
  744. rabbit_1 | 2018-08-20 10:39:31.249 [info] <0.337.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  745. rabbit_1 | 2018-08-20 10:39:31.252 [info] <0.333.0> Started message store of type transient for vhost 'vhost'
  746. rabbit_1 | 2018-08-20 10:39:31.252 [info] <0.340.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  747. rabbit_1 | 2018-08-20 10:39:31.253 [warning] <0.340.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  748. rabbit_1 | 2018-08-20 10:39:31.256 [info] <0.333.0> Started message store of type persistent for vhost 'vhost'
  749. rabbit_1 | 2018-08-20 10:39:31.263 [info] <0.379.0> started TCP Listener on [::]:5672
  750. rabbit_1 | 2018-08-20 10:39:31.264 [info] <0.224.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  751. rabbit_1 | 2018-08-20 10:39:31.264 [info] <0.224.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  752. rabbit_1 | 2018-08-20 10:39:31.265 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  753. rabbit_1 | 2018-08-20 10:39:31.582 [info] <0.385.0> accepting AMQP connection <0.385.0> (172.19.0.5:38290 -> 172.19.0.4:5672)
  754. rabbit_1 | 2018-08-20 10:39:31.582 [warning] <0.385.0> closing AMQP connection <0.385.0> (172.19.0.5:38290 -> 172.19.0.4:5672):
  755. rabbit_1 | client unexpectedly closed TCP connection
  756. rabbit_1 | 2018-08-20 10:39:31.588 [info] <0.5.0> Server startup complete; 0 plugins started.
  757. rabbit_1 | completed with 0 plugins.
  758. rabbit_1 | 2018-08-20 10:39:32.104 [info] <0.390.0> accepting AMQP connection <0.390.0> (172.19.0.6:52586 -> 172.19.0.4:5672)
  759. rabbit_1 | 2018-08-20 10:39:32.105 [warning] <0.390.0> closing AMQP connection <0.390.0> (172.19.0.6:52586 -> 172.19.0.4:5672):
  760. rabbit_1 | client unexpectedly closed TCP connection
  761. rabbit_1 | 2018-08-20 10:39:36.413 [info] <0.394.0> accepting AMQP connection <0.394.0> (172.19.0.6:52590 -> 172.19.0.4:5672)
  762. rabbit_1 | 2018-08-20 10:39:36.502 [info] <0.394.0> connection <0.394.0> (172.19.0.6:52590 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  763. rabbit_1 |
  764. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  765. rabbit_1 |
  766. rabbit_1 | 2018-08-20 10:42:10.680 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  767. rabbit_1 | 2018-08-20 10:42:14.094 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  768. rabbit_1 | 2018-08-20 10:42:14.095 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  769. rabbit_1 | 2018-08-20 10:42:14.096 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  770. rabbit_1 | 2018-08-20 10:42:14.096 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  771. rabbit_1 | 2018-08-20 10:42:14.115 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  772. rabbit_1 | 2018-08-20 10:42:14.116 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  773. rabbit_1 | 2018-08-20 10:42:14.117 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  774. rabbit_1 | 2018-08-20 10:42:14.117 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  775. rabbit_1 | 2018-08-20 10:42:14.118 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  776. rabbit_1 | 2018-08-20 10:42:14.119 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  777. rabbit_1 | 2018-08-20 10:42:14.119 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  778. rabbit_1 | 2018-08-20 10:42:14.119 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  779. rabbit_1 | 2018-08-20 10:42:14.119 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  780. rabbit_1 | 2018-08-20 10:42:14.121 [info] <0.211.0>
  781. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  782. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  783. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  784. rabbit_1 |
  785. rabbit_1 | ## ##
  786. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  787. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  788. rabbit_1 | ###### ##
  789. rabbit_1 | ########## Logs: <stdout>
  790. rabbit_1 |
  791. rabbit_1 | Starting broker...
  792. rabbit_1 | 2018-08-20 10:42:14.124 [info] <0.211.0>
  793. rabbit_1 | node : rabbit@c03e2e8b04ff
  794. rabbit_1 | home dir : /var/lib/rabbitmq
  795. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  796. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  797. rabbit_1 | log(s) : <stdout>
  798. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  799. rabbit_1 | 2018-08-20 10:42:14.186 [info] <0.249.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  800. rabbit_1 | 2018-08-20 10:42:14.192 [info] <0.251.0> Enabling free disk space monitoring
  801. rabbit_1 | 2018-08-20 10:42:14.192 [info] <0.251.0> Disk free limit set to 50MB
  802. rabbit_1 | 2018-08-20 10:42:14.197 [info] <0.253.0> Limiting to approx 1048476 file handles (943626 sockets)
  803. rabbit_1 | 2018-08-20 10:42:14.198 [info] <0.254.0> FHC read buffering: OFF
  804. rabbit_1 | 2018-08-20 10:42:14.198 [info] <0.254.0> FHC write buffering: ON
  805. rabbit_1 | 2018-08-20 10:42:14.203 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  806. rabbit_1 | 2018-08-20 10:42:14.223 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  807. rabbit_1 | 2018-08-20 10:42:14.224 [info] <0.211.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  808. rabbit_1 | 2018-08-20 10:42:14.226 [info] <0.211.0> Priority queues enabled, real BQ is rabbit_variable_queue
  809. rabbit_1 | 2018-08-20 10:42:14.233 [info] <0.276.0> Starting rabbit_node_monitor
  810. rabbit_1 | 2018-08-20 10:42:14.256 [info] <0.302.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  811. rabbit_1 | 2018-08-20 10:42:14.278 [info] <0.302.0> Starting message stores for vhost 'vhost'
  812. rabbit_1 | 2018-08-20 10:42:14.278 [info] <0.306.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  813. rabbit_1 | 2018-08-20 10:42:14.283 [info] <0.302.0> Started message store of type transient for vhost 'vhost'
  814. rabbit_1 | 2018-08-20 10:42:14.284 [info] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  815. rabbit_1 | 2018-08-20 10:42:14.286 [warning] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  816. rabbit_1 | 2018-08-20 10:42:14.288 [info] <0.302.0> Started message store of type persistent for vhost 'vhost'
  817. rabbit_1 | 2018-08-20 10:42:14.300 [info] <0.348.0> started TCP Listener on [::]:5672
  818. rabbit_1 | 2018-08-20 10:42:14.302 [info] <0.211.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  819. rabbit_1 | 2018-08-20 10:42:14.303 [info] <0.211.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  820. rabbit_1 | 2018-08-20 10:42:14.304 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  821. rabbit_1 | 2018-08-20 10:42:14.443 [info] <0.354.0> accepting AMQP connection <0.354.0> (172.19.0.5:38362 -> 172.19.0.4:5672)
  822. rabbit_1 | 2018-08-20 10:42:14.443 [warning] <0.354.0> closing AMQP connection <0.354.0> (172.19.0.5:38362 -> 172.19.0.4:5672):
  823. rabbit_1 | client unexpectedly closed TCP connection
  824. rabbit_1 | completed with 0 plugins.
  825. rabbit_1 | 2018-08-20 10:42:14.752 [info] <0.5.0> Server startup complete; 0 plugins started.
  826. rabbit_1 | 2018-08-20 10:42:14.972 [info] <0.359.0> accepting AMQP connection <0.359.0> (172.19.0.6:52658 -> 172.19.0.4:5672)
  827. rabbit_1 | 2018-08-20 10:42:14.973 [warning] <0.359.0> closing AMQP connection <0.359.0> (172.19.0.6:52658 -> 172.19.0.4:5672):
  828. rabbit_1 | client unexpectedly closed TCP connection
  829. rabbit_1 | 2018-08-20 10:42:19.372 [info] <0.363.0> accepting AMQP connection <0.363.0> (172.19.0.6:52662 -> 172.19.0.4:5672)
  830. rabbit_1 | 2018-08-20 10:42:19.483 [info] <0.363.0> connection <0.363.0> (172.19.0.6:52662 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  831. rabbit_1 |
  832. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  833. rabbit_1 |
  834. rabbit_1 | 2018-08-20 10:48:12.152 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  835. rabbit_1 | 2018-08-20 10:48:15.084 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  836. rabbit_1 | 2018-08-20 10:48:15.086 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  837. rabbit_1 | 2018-08-20 10:48:15.087 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  838. rabbit_1 | 2018-08-20 10:48:15.087 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  839. rabbit_1 | 2018-08-20 10:48:15.117 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  840. rabbit_1 | 2018-08-20 10:48:15.117 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  841. rabbit_1 | 2018-08-20 10:48:15.119 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  842. rabbit_1 | 2018-08-20 10:48:15.119 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  843. rabbit_1 | 2018-08-20 10:48:15.119 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  844. rabbit_1 | 2018-08-20 10:48:15.121 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  845. rabbit_1 | 2018-08-20 10:48:15.122 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  846. rabbit_1 | 2018-08-20 10:48:15.122 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  847. rabbit_1 | 2018-08-20 10:48:15.123 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  848. rabbit_1 | 2018-08-20 10:48:15.168 [info] <0.211.0>
  849. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  850. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  851. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  852. rabbit_1 |
  853. rabbit_1 | ## ##
  854. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  855. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  856. rabbit_1 | ###### ##
  857. rabbit_1 | ########## Logs: <stdout>
  858. rabbit_1 |
  859. rabbit_1 | Starting broker...
  860. rabbit_1 | 2018-08-20 10:48:15.171 [info] <0.211.0>
  861. rabbit_1 | node : rabbit@c03e2e8b04ff
  862. rabbit_1 | home dir : /var/lib/rabbitmq
  863. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  864. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  865. rabbit_1 | log(s) : <stdout>
  866. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  867. rabbit_1 | 2018-08-20 10:48:15.208 [info] <0.249.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  868. rabbit_1 | 2018-08-20 10:48:15.221 [info] <0.251.0> Enabling free disk space monitoring
  869. rabbit_1 | 2018-08-20 10:48:15.221 [info] <0.251.0> Disk free limit set to 50MB
  870. rabbit_1 | 2018-08-20 10:48:15.227 [info] <0.253.0> Limiting to approx 1048476 file handles (943626 sockets)
  871. rabbit_1 | 2018-08-20 10:48:15.227 [info] <0.254.0> FHC read buffering: OFF
  872. rabbit_1 | 2018-08-20 10:48:15.228 [info] <0.254.0> FHC write buffering: ON
  873. rabbit_1 | 2018-08-20 10:48:15.232 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  874. rabbit_1 | 2018-08-20 10:48:15.268 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  875. rabbit_1 | 2018-08-20 10:48:15.269 [info] <0.211.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  876. rabbit_1 | 2018-08-20 10:48:15.272 [info] <0.211.0> Priority queues enabled, real BQ is rabbit_variable_queue
  877. rabbit_1 | 2018-08-20 10:48:15.280 [info] <0.276.0> Starting rabbit_node_monitor
  878. rabbit_1 | 2018-08-20 10:48:15.306 [info] <0.302.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  879. rabbit_1 | 2018-08-20 10:48:15.312 [info] <0.302.0> Starting message stores for vhost 'vhost'
  880. rabbit_1 | 2018-08-20 10:48:15.313 [info] <0.306.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  881. rabbit_1 | 2018-08-20 10:48:15.316 [info] <0.302.0> Started message store of type transient for vhost 'vhost'
  882. rabbit_1 | 2018-08-20 10:48:15.316 [info] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  883. rabbit_1 | 2018-08-20 10:48:15.319 [warning] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  884. rabbit_1 | 2018-08-20 10:48:15.322 [info] <0.302.0> Started message store of type persistent for vhost 'vhost'
  885. rabbit_1 | 2018-08-20 10:48:15.331 [info] <0.348.0> started TCP Listener on [::]:5672
  886. rabbit_1 | 2018-08-20 10:48:15.333 [info] <0.211.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  887. rabbit_1 | 2018-08-20 10:48:15.334 [info] <0.211.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  888. rabbit_1 | 2018-08-20 10:48:15.335 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  889. rabbit_1 | 2018-08-20 10:48:15.744 [info] <0.5.0> Server startup complete; 0 plugins started.
  890. rabbit_1 | completed with 0 plugins.
  891. rabbit_1 | 2018-08-20 10:48:16.000 [info] <0.354.0> accepting AMQP connection <0.354.0> (172.19.0.5:38438 -> 172.19.0.4:5672)
  892. rabbit_1 | 2018-08-20 10:48:16.001 [warning] <0.354.0> closing AMQP connection <0.354.0> (172.19.0.5:38438 -> 172.19.0.4:5672):
  893. rabbit_1 | client unexpectedly closed TCP connection
  894. rabbit_1 | 2018-08-20 10:48:16.218 [info] <0.359.0> accepting AMQP connection <0.359.0> (172.19.0.6:52734 -> 172.19.0.4:5672)
  895. rabbit_1 | 2018-08-20 10:48:16.219 [warning] <0.359.0> closing AMQP connection <0.359.0> (172.19.0.6:52734 -> 172.19.0.4:5672):
  896. rabbit_1 | client unexpectedly closed TCP connection
  897. rabbit_1 | 2018-08-20 10:48:21.690 [info] <0.363.0> accepting AMQP connection <0.363.0> (172.19.0.6:52738 -> 172.19.0.4:5672)
  898. rabbit_1 | 2018-08-20 10:48:21.775 [info] <0.363.0> connection <0.363.0> (172.19.0.6:52738 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  899. rabbit_1 | 2018-08-20 10:53:40.772 [warning] <0.363.0> closing AMQP connection <0.363.0> (172.19.0.6:52738 -> 172.19.0.4:5672, vhost: 'vhost', user: 'user'):
  900. rabbit_1 | client unexpectedly closed TCP connection
  901. rabbit_1 | 2018-08-20 10:53:42.257 [error] <0.395.0> ** Connection attempt from disallowed node rabbitmqcli56@c03e2e8b04ff **
  902. rabbit_1 | 2018-08-20 10:53:42.272 [error] <0.397.0> ** Connection attempt from disallowed node rabbitmqcli56@c03e2e8b04ff **
  903. rabbit_1 |
  904. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  905. rabbit_1 |
  906. rabbit_1 | 2018-08-20 10:55:07.593 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  907. rabbit_1 | 2018-08-20 10:55:10.864 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  908. rabbit_1 | 2018-08-20 10:55:10.865 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  909. rabbit_1 | 2018-08-20 10:55:10.866 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  910. rabbit_1 | 2018-08-20 10:55:10.866 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  911. rabbit_1 | 2018-08-20 10:55:10.885 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  912. rabbit_1 | 2018-08-20 10:55:10.886 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  913. rabbit_1 | 2018-08-20 10:55:10.886 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  914. rabbit_1 | 2018-08-20 10:55:10.886 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  915. rabbit_1 | 2018-08-20 10:55:10.887 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  916. rabbit_1 | 2018-08-20 10:55:10.888 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  917. rabbit_1 | 2018-08-20 10:55:10.889 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  918. rabbit_1 | 2018-08-20 10:55:10.889 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  919. rabbit_1 | 2018-08-20 10:55:10.889 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  920. rabbit_1 | 2018-08-20 10:55:10.890 [info] <0.211.0>
  921. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  922. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  923. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  924. rabbit_1 |
  925. rabbit_1 | ## ##
  926. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  927. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  928. rabbit_1 | ###### ##
  929. rabbit_1 | ########## Logs: <stdout>
  930. rabbit_1 |
  931. rabbit_1 | Starting broker...
  932. rabbit_1 | 2018-08-20 10:55:10.892 [info] <0.211.0>
  933. rabbit_1 | node : rabbit@c03e2e8b04ff
  934. rabbit_1 | home dir : /var/lib/rabbitmq
  935. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  936. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  937. rabbit_1 | log(s) : <stdout>
  938. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  939. rabbit_1 | 2018-08-20 10:55:10.936 [info] <0.249.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  940. rabbit_1 | 2018-08-20 10:55:10.942 [info] <0.251.0> Enabling free disk space monitoring
  941. rabbit_1 | 2018-08-20 10:55:10.942 [info] <0.251.0> Disk free limit set to 50MB
  942. rabbit_1 | 2018-08-20 10:55:10.947 [info] <0.253.0> Limiting to approx 1048476 file handles (943626 sockets)
  943. rabbit_1 | 2018-08-20 10:55:10.948 [info] <0.254.0> FHC read buffering: OFF
  944. rabbit_1 | 2018-08-20 10:55:10.948 [info] <0.254.0> FHC write buffering: ON
  945. rabbit_1 | 2018-08-20 10:55:10.962 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  946. rabbit_1 | 2018-08-20 10:55:10.995 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  947. rabbit_1 | 2018-08-20 10:55:10.995 [info] <0.211.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  948. rabbit_1 | 2018-08-20 10:55:10.997 [info] <0.211.0> Priority queues enabled, real BQ is rabbit_variable_queue
  949. rabbit_1 | 2018-08-20 10:55:11.013 [info] <0.276.0> Starting rabbit_node_monitor
  950. rabbit_1 | 2018-08-20 10:55:11.046 [info] <0.302.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  951. rabbit_1 | 2018-08-20 10:55:11.055 [info] <0.302.0> Starting message stores for vhost 'vhost'
  952. rabbit_1 | 2018-08-20 10:55:11.056 [info] <0.306.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  953. rabbit_1 | 2018-08-20 10:55:11.059 [info] <0.302.0> Started message store of type transient for vhost 'vhost'
  954. rabbit_1 | 2018-08-20 10:55:11.060 [info] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  955. rabbit_1 | 2018-08-20 10:55:11.062 [warning] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  956. rabbit_1 | 2018-08-20 10:55:11.065 [info] <0.302.0> Started message store of type persistent for vhost 'vhost'
  957. rabbit_1 | 2018-08-20 10:55:11.074 [info] <0.348.0> started TCP Listener on [::]:5672
  958. rabbit_1 | 2018-08-20 10:55:11.075 [info] <0.211.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  959. rabbit_1 | 2018-08-20 10:55:11.076 [info] <0.211.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  960. rabbit_1 | 2018-08-20 10:55:11.077 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  961. rabbit_1 | 2018-08-20 10:55:11.243 [info] <0.354.0> accepting AMQP connection <0.354.0> (172.19.0.5:42296 -> 172.19.0.2:5672)
  962. rabbit_1 | 2018-08-20 10:55:11.243 [warning] <0.354.0> closing AMQP connection <0.354.0> (172.19.0.5:42296 -> 172.19.0.2:5672):
  963. rabbit_1 | client unexpectedly closed TCP connection
  964. rabbit_1 | 2018-08-20 10:55:11.438 [info] <0.359.0> accepting AMQP connection <0.359.0> (172.19.0.6:50132 -> 172.19.0.2:5672)
  965. rabbit_1 | 2018-08-20 10:55:11.439 [warning] <0.359.0> closing AMQP connection <0.359.0> (172.19.0.6:50132 -> 172.19.0.2:5672):
  966. rabbit_1 | client unexpectedly closed TCP connection
  967. rabbit_1 | completed with 0 plugins.
  968. rabbit_1 | 2018-08-20 10:55:12.392 [info] <0.5.0> Server startup complete; 0 plugins started.
  969. rabbit_1 | 2018-08-20 10:55:16.709 [info] <0.363.0> accepting AMQP connection <0.363.0> (172.19.0.6:50136 -> 172.19.0.2:5672)
  970. rabbit_1 | 2018-08-20 10:55:16.794 [info] <0.363.0> connection <0.363.0> (172.19.0.6:50136 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  971. rabbit_1 |
  972. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  973. rabbit_1 |
  974. rabbit_1 | 2018-08-20 10:58:07.534 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  975. rabbit_1 | 2018-08-20 10:58:10.268 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  976. rabbit_1 | 2018-08-20 10:58:10.268 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  977. rabbit_1 | 2018-08-20 10:58:10.269 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  978. rabbit_1 | 2018-08-20 10:58:10.269 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  979. rabbit_1 | 2018-08-20 10:58:10.293 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  980. rabbit_1 | 2018-08-20 10:58:10.293 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  981. rabbit_1 | 2018-08-20 10:58:10.294 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  982. rabbit_1 | 2018-08-20 10:58:10.294 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  983. rabbit_1 | 2018-08-20 10:58:10.294 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  984. rabbit_1 | 2018-08-20 10:58:10.294 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  985. rabbit_1 | 2018-08-20 10:58:10.295 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  986. rabbit_1 | 2018-08-20 10:58:10.295 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  987. rabbit_1 | 2018-08-20 10:58:10.295 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  988. rabbit_1 | 2018-08-20 10:58:10.295 [info] <0.211.0>
  989. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  990. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  991. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  992. rabbit_1 |
  993. rabbit_1 | ## ##
  994. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  995. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  996. rabbit_1 | ###### ##
  997. rabbit_1 | ########## Logs: <stdout>
  998. rabbit_1 |
  999. rabbit_1 | Starting broker...
  1000. rabbit_1 | 2018-08-20 10:58:10.308 [info] <0.211.0>
  1001. rabbit_1 | node : rabbit@c03e2e8b04ff
  1002. rabbit_1 | home dir : /var/lib/rabbitmq
  1003. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  1004. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  1005. rabbit_1 | log(s) : <stdout>
  1006. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  1007. rabbit_1 | 2018-08-20 10:58:10.383 [info] <0.249.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  1008. rabbit_1 | 2018-08-20 10:58:10.390 [info] <0.251.0> Enabling free disk space monitoring
  1009. rabbit_1 | 2018-08-20 10:58:10.390 [info] <0.251.0> Disk free limit set to 50MB
  1010. rabbit_1 | 2018-08-20 10:58:10.400 [info] <0.253.0> Limiting to approx 1048476 file handles (943626 sockets)
  1011. rabbit_1 | 2018-08-20 10:58:10.401 [info] <0.254.0> FHC read buffering: OFF
  1012. rabbit_1 | 2018-08-20 10:58:10.401 [info] <0.254.0> FHC write buffering: ON
  1013. rabbit_1 | 2018-08-20 10:58:10.406 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1014. rabbit_1 | 2018-08-20 10:58:10.441 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1015. rabbit_1 | 2018-08-20 10:58:10.441 [info] <0.211.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  1016. rabbit_1 | 2018-08-20 10:58:10.444 [info] <0.211.0> Priority queues enabled, real BQ is rabbit_variable_queue
  1017. rabbit_1 | 2018-08-20 10:58:10.450 [info] <0.276.0> Starting rabbit_node_monitor
  1018. rabbit_1 | 2018-08-20 10:58:10.474 [info] <0.302.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  1019. rabbit_1 | 2018-08-20 10:58:10.495 [info] <0.302.0> Starting message stores for vhost 'vhost'
  1020. rabbit_1 | 2018-08-20 10:58:10.495 [info] <0.306.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  1021. rabbit_1 | 2018-08-20 10:58:10.498 [info] <0.302.0> Started message store of type transient for vhost 'vhost'
  1022. rabbit_1 | 2018-08-20 10:58:10.499 [info] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  1023. rabbit_1 | 2018-08-20 10:58:10.501 [warning] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  1024. rabbit_1 | 2018-08-20 10:58:10.517 [info] <0.302.0> Started message store of type persistent for vhost 'vhost'
  1025. rabbit_1 | 2018-08-20 10:58:10.525 [info] <0.348.0> started TCP Listener on [::]:5672
  1026. rabbit_1 | 2018-08-20 10:58:10.525 [info] <0.211.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  1027. rabbit_1 | 2018-08-20 10:58:10.527 [info] <0.211.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  1028. rabbit_1 | 2018-08-20 10:58:10.528 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  1029. rabbit_1 | 2018-08-20 10:58:10.757 [info] <0.354.0> accepting AMQP connection <0.354.0> (172.19.0.5:44598 -> 172.19.0.3:5672)
  1030. rabbit_1 | 2018-08-20 10:58:10.759 [warning] <0.354.0> closing AMQP connection <0.354.0> (172.19.0.5:44598 -> 172.19.0.3:5672):
  1031. rabbit_1 | client unexpectedly closed TCP connection
  1032. rabbit_1 | 2018-08-20 10:58:10.884 [info] <0.359.0> accepting AMQP connection <0.359.0> (172.19.0.6:57382 -> 172.19.0.3:5672)
  1033. rabbit_1 | 2018-08-20 10:58:10.885 [warning] <0.359.0> closing AMQP connection <0.359.0> (172.19.0.6:57382 -> 172.19.0.3:5672):
  1034. rabbit_1 | client unexpectedly closed TCP connection
  1035. rabbit_1 | 2018-08-20 10:58:11.591 [info] <0.5.0> Server startup complete; 0 plugins started.
  1036. rabbit_1 | completed with 0 plugins.
  1037. rabbit_1 | 2018-08-20 10:58:15.822 [info] <0.363.0> accepting AMQP connection <0.363.0> (172.19.0.6:57386 -> 172.19.0.3:5672)
  1038. rabbit_1 | 2018-08-20 10:58:15.909 [info] <0.363.0> connection <0.363.0> (172.19.0.6:57386 -> 172.19.0.3:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1039. rabbit_1 | 2018-08-20 10:58:37.322 [warning] <0.363.0> closing AMQP connection <0.363.0> (172.19.0.6:57386 -> 172.19.0.3:5672, vhost: 'vhost', user: 'user'):
  1040. rabbit_1 | client unexpectedly closed TCP connection
  1041. rabbit_1 | 2018-08-20 10:58:39.306 [error] <0.392.0> ** Connection attempt from disallowed node rabbitmqcli38@c03e2e8b04ff **
  1042. rabbit_1 | 2018-08-20 10:58:39.345 [error] <0.394.0> ** Connection attempt from disallowed node rabbitmqcli38@c03e2e8b04ff **
  1043. rabbit_1 |
  1044. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  1045. rabbit_1 |
  1046. rabbit_1 | 2018-08-28 13:28:55.032 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  1047. rabbit_1 | 2018-08-28 13:28:58.839 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  1048. rabbit_1 | 2018-08-28 13:28:58.840 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  1049. rabbit_1 | 2018-08-28 13:28:58.840 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  1050. rabbit_1 | 2018-08-28 13:28:58.840 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  1051. rabbit_1 | 2018-08-28 13:28:58.866 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  1052. rabbit_1 | 2018-08-28 13:28:58.867 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  1053. rabbit_1 | 2018-08-28 13:28:58.867 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  1054. rabbit_1 | 2018-08-28 13:28:58.868 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  1055. rabbit_1 | 2018-08-28 13:28:58.868 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  1056. rabbit_1 | 2018-08-28 13:28:58.870 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  1057. rabbit_1 | 2018-08-28 13:28:58.870 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  1058. rabbit_1 | 2018-08-28 13:28:58.871 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  1059. rabbit_1 | 2018-08-28 13:28:58.871 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  1060. rabbit_1 | 2018-08-28 13:28:58.873 [info] <0.211.0>
  1061. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  1062. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  1063. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  1064. rabbit_1 |
  1065. rabbit_1 | ## ##
  1066. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  1067. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  1068. rabbit_1 | ###### ##
  1069. rabbit_1 | ########## Logs: <stdout>
  1070. rabbit_1 |
  1071. rabbit_1 | Starting broker...
  1072. rabbit_1 | 2018-08-28 13:28:58.875 [info] <0.211.0>
  1073. rabbit_1 | node : rabbit@c03e2e8b04ff
  1074. rabbit_1 | home dir : /var/lib/rabbitmq
  1075. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  1076. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  1077. rabbit_1 | log(s) : <stdout>
  1078. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  1079. rabbit_1 | 2018-08-28 13:28:58.942 [info] <0.226.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  1080. rabbit_1 | 2018-08-28 13:28:58.962 [info] <0.246.0> Enabling free disk space monitoring
  1081. rabbit_1 | 2018-08-28 13:28:58.962 [info] <0.246.0> Disk free limit set to 50MB
  1082. rabbit_1 | 2018-08-28 13:28:58.971 [info] <0.253.0> Limiting to approx 1048476 file handles (943626 sockets)
  1083. rabbit_1 | 2018-08-28 13:28:58.971 [info] <0.254.0> FHC read buffering: OFF
  1084. rabbit_1 | 2018-08-28 13:28:58.971 [info] <0.254.0> FHC write buffering: ON
  1085. rabbit_1 | 2018-08-28 13:28:58.975 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1086. rabbit_1 | 2018-08-28 13:28:59.004 [info] <0.211.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1087. rabbit_1 | 2018-08-28 13:28:59.004 [info] <0.211.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  1088. rabbit_1 | 2018-08-28 13:28:59.006 [info] <0.211.0> Priority queues enabled, real BQ is rabbit_variable_queue
  1089. rabbit_1 | 2018-08-28 13:28:59.017 [info] <0.276.0> Starting rabbit_node_monitor
  1090. rabbit_1 | 2018-08-28 13:28:59.040 [info] <0.302.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  1091. rabbit_1 | 2018-08-28 13:28:59.046 [info] <0.302.0> Starting message stores for vhost 'vhost'
  1092. rabbit_1 | 2018-08-28 13:28:59.047 [info] <0.306.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  1093. rabbit_1 | 2018-08-28 13:28:59.049 [info] <0.302.0> Started message store of type transient for vhost 'vhost'
  1094. rabbit_1 | 2018-08-28 13:28:59.050 [info] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  1095. rabbit_1 | 2018-08-28 13:28:59.051 [warning] <0.309.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  1096. rabbit_1 | 2018-08-28 13:28:59.054 [info] <0.302.0> Started message store of type persistent for vhost 'vhost'
  1097. rabbit_1 | 2018-08-28 13:28:59.062 [info] <0.348.0> started TCP Listener on [::]:5672
  1098. rabbit_1 | 2018-08-28 13:28:59.063 [info] <0.211.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  1099. rabbit_1 | 2018-08-28 13:28:59.064 [info] <0.211.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  1100. rabbit_1 | 2018-08-28 13:28:59.065 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  1101. rabbit_1 | 2018-08-28 13:28:59.271 [info] <0.354.0> accepting AMQP connection <0.354.0> (172.19.0.5:53368 -> 172.19.0.2:5672)
  1102. rabbit_1 | 2018-08-28 13:28:59.272 [warning] <0.354.0> closing AMQP connection <0.354.0> (172.19.0.5:53368 -> 172.19.0.2:5672):
  1103. rabbit_1 | client unexpectedly closed TCP connection
  1104. rabbit_1 | 2018-08-28 13:28:59.629 [info] <0.5.0> Server startup complete; 0 plugins started.
  1105. rabbit_1 | completed with 0 plugins.
  1106. rabbit_1 | 2018-08-28 13:29:04.219 [info] <0.359.0> accepting AMQP connection <0.359.0> (172.19.0.5:53394 -> 172.19.0.2:5672)
  1107. rabbit_1 | 2018-08-28 13:29:04.314 [info] <0.359.0> connection <0.359.0> (172.19.0.5:53394 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1108. rabbit_1 | 2018-08-28 13:29:07.389 [info] <0.375.0> accepting AMQP connection <0.375.0> (172.19.0.6:34372 -> 172.19.0.2:5672)
  1109. rabbit_1 | 2018-08-28 13:29:07.454 [info] <0.375.0> connection <0.375.0> (172.19.0.6:34372 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1110. rabbit_1 | 2018-08-28 13:29:55.753 [warning] <0.375.0> closing AMQP connection <0.375.0> (172.19.0.6:34372 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1111. rabbit_1 | client unexpectedly closed TCP connection
  1112. rabbit_1 | 2018-08-28 13:29:56.305 [warning] <0.359.0> closing AMQP connection <0.359.0> (172.19.0.5:53394 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1113. rabbit_1 | client unexpectedly closed TCP connection
  1114. rabbit_1 | 2018-08-28 13:29:57.928 [error] <0.403.0> ** Connection attempt from disallowed node rabbitmqcli27@c03e2e8b04ff **
  1115. rabbit_1 | 2018-08-28 13:29:57.964 [error] <0.405.0> ** Connection attempt from disallowed node rabbitmqcli27@c03e2e8b04ff **
  1116. rabbit_1 |
  1117. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  1118. rabbit_1 |
  1119. rabbit_1 | 2018-08-28 13:31:37.599 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  1120. rabbit_1 | 2018-08-28 13:31:40.653 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  1121. rabbit_1 | 2018-08-28 13:31:40.654 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  1122. rabbit_1 | 2018-08-28 13:31:40.655 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  1123. rabbit_1 | 2018-08-28 13:31:40.655 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  1124. rabbit_1 | 2018-08-28 13:31:40.681 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  1125. rabbit_1 | 2018-08-28 13:31:40.682 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  1126. rabbit_1 | 2018-08-28 13:31:40.683 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  1127. rabbit_1 | 2018-08-28 13:31:40.683 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  1128. rabbit_1 | 2018-08-28 13:31:40.683 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  1129. rabbit_1 | 2018-08-28 13:31:40.684 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  1130. rabbit_1 | 2018-08-28 13:31:40.684 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  1131. rabbit_1 | 2018-08-28 13:31:40.684 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  1132. rabbit_1 |
  1133. rabbit_1 | ## ##
  1134. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  1135. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  1136. rabbit_1 | ###### ##
  1137. rabbit_1 | ########## Logs: <stdout>
  1138. rabbit_1 |
  1139. rabbit_1 | Starting broker...
  1140. rabbit_1 | 2018-08-28 13:31:40.684 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  1141. rabbit_1 | 2018-08-28 13:31:40.686 [info] <0.215.0>
  1142. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  1143. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  1144. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  1145. rabbit_1 | 2018-08-28 13:31:40.689 [info] <0.215.0>
  1146. rabbit_1 | node : rabbit@c03e2e8b04ff
  1147. rabbit_1 | home dir : /var/lib/rabbitmq
  1148. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  1149. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  1150. rabbit_1 | log(s) : <stdout>
  1151. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  1152. rabbit_1 | 2018-08-28 13:31:40.777 [info] <0.261.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  1153. rabbit_1 | 2018-08-28 13:31:40.782 [info] <0.263.0> Enabling free disk space monitoring
  1154. rabbit_1 | 2018-08-28 13:31:40.782 [info] <0.263.0> Disk free limit set to 50MB
  1155. rabbit_1 | 2018-08-28 13:31:40.786 [info] <0.265.0> Limiting to approx 1048476 file handles (943626 sockets)
  1156. rabbit_1 | 2018-08-28 13:31:40.786 [info] <0.266.0> FHC read buffering: OFF
  1157. rabbit_1 | 2018-08-28 13:31:40.786 [info] <0.266.0> FHC write buffering: ON
  1158. rabbit_1 | 2018-08-28 13:31:40.794 [info] <0.215.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1159. rabbit_1 | 2018-08-28 13:31:40.825 [info] <0.215.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1160. rabbit_1 | 2018-08-28 13:31:40.825 [info] <0.215.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  1161. rabbit_1 | 2018-08-28 13:31:40.827 [info] <0.215.0> Priority queues enabled, real BQ is rabbit_variable_queue
  1162. rabbit_1 | 2018-08-28 13:31:40.833 [info] <0.288.0> Starting rabbit_node_monitor
  1163. rabbit_1 | 2018-08-28 13:31:40.851 [info] <0.314.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  1164. rabbit_1 | 2018-08-28 13:31:40.856 [info] <0.314.0> Starting message stores for vhost 'vhost'
  1165. rabbit_1 | 2018-08-28 13:31:40.856 [info] <0.318.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  1166. rabbit_1 | 2018-08-28 13:31:40.864 [info] <0.314.0> Started message store of type transient for vhost 'vhost'
  1167. rabbit_1 | 2018-08-28 13:31:40.864 [info] <0.321.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  1168. rabbit_1 | 2018-08-28 13:31:40.866 [warning] <0.321.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  1169. rabbit_1 | 2018-08-28 13:31:40.868 [info] <0.314.0> Started message store of type persistent for vhost 'vhost'
  1170. rabbit_1 | 2018-08-28 13:31:40.877 [info] <0.365.0> started TCP Listener on [::]:5672
  1171. rabbit_1 | 2018-08-28 13:31:40.877 [info] <0.215.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  1172. rabbit_1 | 2018-08-28 13:31:40.878 [info] <0.215.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  1173. rabbit_1 | 2018-08-28 13:31:40.879 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  1174. rabbit_1 | completed with 0 plugins.
  1175. rabbit_1 | 2018-08-28 13:31:41.164 [info] <0.5.0> Server startup complete; 0 plugins started.
  1176. rabbit_1 | 2018-08-28 13:31:41.542 [info] <0.371.0> accepting AMQP connection <0.371.0> (172.19.0.5:59422 -> 172.19.0.4:5672)
  1177. rabbit_1 | 2018-08-28 13:31:41.542 [warning] <0.371.0> closing AMQP connection <0.371.0> (172.19.0.5:59422 -> 172.19.0.4:5672):
  1178. rabbit_1 | client unexpectedly closed TCP connection
  1179. rabbit_1 | 2018-08-28 13:31:46.487 [info] <0.376.0> accepting AMQP connection <0.376.0> (172.19.0.5:59450 -> 172.19.0.4:5672)
  1180. rabbit_1 | 2018-08-28 13:31:46.581 [info] <0.376.0> connection <0.376.0> (172.19.0.5:59450 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1181. rabbit_1 | 2018-08-28 13:31:50.589 [info] <0.388.0> accepting AMQP connection <0.388.0> (172.19.0.6:56218 -> 172.19.0.4:5672)
  1182. rabbit_1 | 2018-08-28 13:31:50.663 [info] <0.388.0> connection <0.388.0> (172.19.0.6:56218 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1183. rabbit_1 | 2018-08-28 13:32:08.283 [info] <0.410.0> accepting AMQP connection <0.410.0> (172.19.0.6:56226 -> 172.19.0.4:5672)
  1184. rabbit_1 | 2018-08-28 13:32:08.350 [info] <0.410.0> connection <0.410.0> (172.19.0.6:56226 -> 172.19.0.4:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1185. rabbit_1 | 2018-08-28 13:32:08.762 [warning] <0.410.0> closing AMQP connection <0.410.0> (172.19.0.6:56226 -> 172.19.0.4:5672, vhost: 'vhost', user: 'user'):
  1186. rabbit_1 | client unexpectedly closed TCP connection
  1187. rabbit_1 | 2018-08-28 13:37:51.984 [warning] <0.388.0> closing AMQP connection <0.388.0> (172.19.0.6:56218 -> 172.19.0.4:5672, vhost: 'vhost', user: 'user'):
  1188. rabbit_1 | client unexpectedly closed TCP connection
  1189. rabbit_1 | 2018-08-28 13:37:52.697 [warning] <0.376.0> closing AMQP connection <0.376.0> (172.19.0.5:59450 -> 172.19.0.4:5672, vhost: 'vhost', user: 'user'):
  1190. rabbit_1 | client unexpectedly closed TCP connection
  1191. rabbit_1 | 2018-08-28 13:37:54.261 [error] <0.454.0> ** Connection attempt from disallowed node rabbitmqcli30@c03e2e8b04ff **
  1192. rabbit_1 | 2018-08-28 13:37:54.281 [error] <0.456.0> ** Connection attempt from disallowed node rabbitmqcli30@c03e2e8b04ff **
  1193. rabbit_1 |
  1194. rabbit_1 | warning: /var/lib/rabbitmq/.erlang.cookie contents do not match RABBITMQ_ERLANG_COOKIE
  1195. rabbit_1 |
  1196. rabbit_1 | 2018-08-28 13:38:19.722 [info] <0.33.0> Application lager started on node rabbit@c03e2e8b04ff
  1197. rabbit_1 | 2018-08-28 13:38:21.846 [info] <0.33.0> Application jsx started on node rabbit@c03e2e8b04ff
  1198. rabbit_1 | 2018-08-28 13:38:21.847 [info] <0.33.0> Application inets started on node rabbit@c03e2e8b04ff
  1199. rabbit_1 | 2018-08-28 13:38:21.847 [info] <0.33.0> Application recon started on node rabbit@c03e2e8b04ff
  1200. rabbit_1 | 2018-08-28 13:38:21.848 [info] <0.33.0> Application crypto started on node rabbit@c03e2e8b04ff
  1201. rabbit_1 | 2018-08-28 13:38:21.862 [info] <0.33.0> Application mnesia started on node rabbit@c03e2e8b04ff
  1202. rabbit_1 | 2018-08-28 13:38:21.863 [info] <0.33.0> Application xmerl started on node rabbit@c03e2e8b04ff
  1203. rabbit_1 | 2018-08-28 13:38:21.864 [info] <0.33.0> Application os_mon started on node rabbit@c03e2e8b04ff
  1204. rabbit_1 | 2018-08-28 13:38:21.864 [info] <0.33.0> Application asn1 started on node rabbit@c03e2e8b04ff
  1205. rabbit_1 | 2018-08-28 13:38:21.865 [info] <0.33.0> Application public_key started on node rabbit@c03e2e8b04ff
  1206. rabbit_1 | 2018-08-28 13:38:21.866 [info] <0.33.0> Application ssl started on node rabbit@c03e2e8b04ff
  1207. rabbit_1 | 2018-08-28 13:38:21.866 [info] <0.33.0> Application ranch started on node rabbit@c03e2e8b04ff
  1208. rabbit_1 | 2018-08-28 13:38:21.866 [info] <0.33.0> Application ranch_proxy_protocol started on node rabbit@c03e2e8b04ff
  1209. rabbit_1 | 2018-08-28 13:38:21.867 [info] <0.33.0> Application rabbit_common started on node rabbit@c03e2e8b04ff
  1210. rabbit_1 | 2018-08-28 13:38:21.868 [info] <0.217.0>
  1211. rabbit_1 | Starting RabbitMQ 3.7.2 on Erlang 20.1.7
  1212. rabbit_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
  1213. rabbit_1 | Licensed under the MPL. See http://www.rabbitmq.com/
  1214. rabbit_1 |
  1215. rabbit_1 | ## ##
  1216. rabbit_1 | ## ## RabbitMQ 3.7.2. Copyright (C) 2007-2017 Pivotal Software, Inc.
  1217. rabbit_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
  1218. rabbit_1 | ###### ##
  1219. rabbit_1 | ########## Logs: <stdout>
  1220. rabbit_1 |
  1221. rabbit_1 | Starting broker...
  1222. rabbit_1 | 2018-08-28 13:38:21.869 [info] <0.217.0>
  1223. rabbit_1 | node : rabbit@c03e2e8b04ff
  1224. rabbit_1 | home dir : /var/lib/rabbitmq
  1225. rabbit_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
  1226. rabbit_1 | cookie hash : XfCOCO7V5HldflrVNTpUnQ==
  1227. rabbit_1 | log(s) : <stdout>
  1228. rabbit_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff
  1229. rabbit_1 | 2018-08-28 13:38:21.930 [info] <0.253.0> Memory high watermark set to 799 MiB (838423347 bytes) of 1998 MiB (2096058368 bytes) total
  1230. rabbit_1 | 2018-08-28 13:38:21.935 [info] <0.255.0> Enabling free disk space monitoring
  1231. rabbit_1 | 2018-08-28 13:38:21.935 [info] <0.255.0> Disk free limit set to 50MB
  1232. rabbit_1 | 2018-08-28 13:38:21.939 [info] <0.257.0> Limiting to approx 1048476 file handles (943626 sockets)
  1233. rabbit_1 | 2018-08-28 13:38:21.939 [info] <0.258.0> FHC read buffering: OFF
  1234. rabbit_1 | 2018-08-28 13:38:21.939 [info] <0.258.0> FHC write buffering: ON
  1235. rabbit_1 | 2018-08-28 13:38:21.942 [info] <0.217.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1236. rabbit_1 | 2018-08-28 13:38:21.973 [info] <0.217.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
  1237. rabbit_1 | 2018-08-28 13:38:21.974 [info] <0.217.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
  1238. rabbit_1 | 2018-08-28 13:38:21.975 [info] <0.217.0> Priority queues enabled, real BQ is rabbit_variable_queue
  1239. rabbit_1 | 2018-08-28 13:38:21.981 [info] <0.280.0> Starting rabbit_node_monitor
  1240. rabbit_1 | 2018-08-28 13:38:21.997 [info] <0.306.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@c03e2e8b04ff/msg_stores/vhosts/AAN6AYDHN3Q3OF58TDIXN8VU5' for vhost 'vhost' exists
  1241. rabbit_1 | 2018-08-28 13:38:22.001 [info] <0.306.0> Starting message stores for vhost 'vhost'
  1242. rabbit_1 | 2018-08-28 13:38:22.002 [info] <0.310.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_transient": using rabbit_msg_store_ets_index to provide index
  1243. rabbit_1 | 2018-08-28 13:38:22.004 [info] <0.306.0> Started message store of type transient for vhost 'vhost'
  1244. rabbit_1 | 2018-08-28 13:38:22.004 [info] <0.313.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
  1245. rabbit_1 | 2018-08-28 13:38:22.005 [warning] <0.313.0> Message store "AAN6AYDHN3Q3OF58TDIXN8VU5/msg_store_persistent": rebuilding indices from scratch
  1246. rabbit_1 | 2018-08-28 13:38:22.007 [info] <0.306.0> Started message store of type persistent for vhost 'vhost'
  1247. rabbit_1 | 2018-08-28 13:38:22.017 [info] <0.357.0> started TCP Listener on [::]:5672
  1248. rabbit_1 | 2018-08-28 13:38:22.017 [info] <0.217.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@c03e2e8b04ff
  1249. rabbit_1 | 2018-08-28 13:38:22.018 [info] <0.217.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@c03e2e8b04ff
  1250. rabbit_1 | 2018-08-28 13:38:22.019 [info] <0.33.0> Application rabbit started on node rabbit@c03e2e8b04ff
  1251. rabbit_1 | 2018-08-28 13:38:22.201 [info] <0.5.0> Server startup complete; 0 plugins started.
  1252. rabbit_1 | completed with 0 plugins.
  1253. rabbit_1 | 2018-08-28 13:38:22.612 [info] <0.363.0> accepting AMQP connection <0.363.0> (172.19.0.5:53542 -> 172.19.0.2:5672)
  1254. rabbit_1 | 2018-08-28 13:38:22.612 [warning] <0.363.0> closing AMQP connection <0.363.0> (172.19.0.5:53542 -> 172.19.0.2:5672):
  1255. rabbit_1 | client unexpectedly closed TCP connection
  1256. rabbit_1 | 2018-08-28 13:38:28.142 [info] <0.368.0> accepting AMQP connection <0.368.0> (172.19.0.5:53560 -> 172.19.0.2:5672)
  1257. rabbit_1 | 2018-08-28 13:38:28.235 [info] <0.368.0> connection <0.368.0> (172.19.0.5:53560 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1258. rabbit_1 | 2018-08-28 13:47:50.436 [warning] <0.368.0> closing AMQP connection <0.368.0> (172.19.0.5:53560 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1259. rabbit_1 | client unexpectedly closed TCP connection
  1260. rabbit_1 | 2018-08-28 13:47:56.411 [info] <0.396.0> accepting AMQP connection <0.396.0> (172.19.0.5:53568 -> 172.19.0.2:5672)
  1261. rabbit_1 | 2018-08-28 13:47:56.412 [warning] <0.396.0> closing AMQP connection <0.396.0> (172.19.0.5:53568 -> 172.19.0.2:5672):
  1262. rabbit_1 | client unexpectedly closed TCP connection
  1263. rabbit_1 | 2018-08-28 13:48:00.621 [info] <0.400.0> accepting AMQP connection <0.400.0> (172.19.0.5:53586 -> 172.19.0.2:5672)
  1264. rabbit_1 | 2018-08-28 13:48:00.740 [info] <0.400.0> connection <0.400.0> (172.19.0.5:53586 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1265. rabbit_1 | 2018-08-28 14:03:49.565 [warning] <0.400.0> closing AMQP connection <0.400.0> (172.19.0.5:53586 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1266. rabbit_1 | client unexpectedly closed TCP connection
  1267. rabbit_1 | 2018-08-28 14:14:49.930 [info] <0.438.0> accepting AMQP connection <0.438.0> (172.19.0.5:53594 -> 172.19.0.2:5672)
  1268. rabbit_1 | 2018-08-28 14:14:49.930 [warning] <0.438.0> closing AMQP connection <0.438.0> (172.19.0.5:53594 -> 172.19.0.2:5672):
  1269. rabbit_1 | client unexpectedly closed TCP connection
  1270. rabbit_1 | 2018-08-28 14:14:53.965 [info] <0.442.0> accepting AMQP connection <0.442.0> (172.19.0.5:53612 -> 172.19.0.2:5672)
  1271. rabbit_1 | 2018-08-28 14:14:54.044 [info] <0.442.0> connection <0.442.0> (172.19.0.5:53612 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1272. rabbit_1 | 2018-08-28 14:15:26.774 [warning] <0.442.0> closing AMQP connection <0.442.0> (172.19.0.5:53612 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1273. rabbit_1 | client unexpectedly closed TCP connection
  1274. rabbit_1 | 2018-08-28 14:24:51.703 [info] <0.465.0> accepting AMQP connection <0.465.0> (172.19.0.5:53620 -> 172.19.0.2:5672)
  1275. rabbit_1 | 2018-08-28 14:24:51.703 [warning] <0.465.0> closing AMQP connection <0.465.0> (172.19.0.5:53620 -> 172.19.0.2:5672):
  1276. rabbit_1 | client unexpectedly closed TCP connection
  1277. rabbit_1 | 2018-08-28 14:25:00.417 [info] <0.469.0> accepting AMQP connection <0.469.0> (172.19.0.5:53638 -> 172.19.0.2:5672)
  1278. rabbit_1 | 2018-08-28 14:25:00.561 [info] <0.469.0> connection <0.469.0> (172.19.0.5:53638 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1279. rabbit_1 | 2018-08-28 14:25:10.130 [info] <0.481.0> accepting AMQP connection <0.481.0> (172.19.0.6:34616 -> 172.19.0.2:5672)
  1280. rabbit_1 | 2018-08-28 14:25:10.201 [info] <0.481.0> connection <0.481.0> (172.19.0.6:34616 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1281. rabbit_1 | 2018-08-28 14:26:45.309 [warning] <0.481.0> closing AMQP connection <0.481.0> (172.19.0.6:34616 -> 172.19.0.2:5672, vhost: 'vhost', user: 'user'):
  1282. rabbit_1 | client unexpectedly closed TCP connection
  1283. rts_1 |
  1284. rts_1 | > aiirush-rts@0.0.1 start /app
  1285. rts_1 | > cross-env NODE_ENV=production node index.js
  1286. rts_1 |
  1287. rts_1 | [app/index.js 2018-08-28T14:26:50.894+00:00] info: server started on port 5050 (production)
  1288. mongo_1 | 2018-08-28T14:26:50.953+0000 I NETWORK [thread1] connection accepted from 172.19.0.6:60800 #14 (4 connections now open)
  1289. rts_1 | [redis 2018-08-28T14:26:50.957+00:00] info: successfully connected to redis on redis://redis:6379
  1290. rabbit_1 | 2018-08-28 14:26:50.961 [info] <0.510.0> accepting AMQP connection <0.510.0> (172.19.0.6:34624 -> 172.19.0.2:5672)
  1291. mongo_1 | 2018-08-28T14:26:50.981+0000 I NETWORK [conn14] received client metadata from 172.19.0.6:60800 conn14: { driver: { name: "nodejs", version: "3.1.1" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "4.9.93-linuxkit-aufs" }, platform: "Node.js v8.10.0, LE, mongodb-core: 3.1.0" }
  1292. rts_1 | [mongo 2018-08-28T14:26:51.005+00:00] info: connected to database
  1293. rabbit_1 | 2018-08-28 14:26:51.028 [info] <0.510.0> connection <0.510.0> (172.19.0.6:34624 -> 172.19.0.2:5672): user 'user' authenticated and granted access to vhost 'vhost'
  1294. rts_1 | [rabbit 2018-08-28T14:26:51.036+00:00] info: CONNECTED to host
  1295. rts_1 | [rabbit 2018-08-28T14:26:51.045+00:00] info: JOINED to channel
  1296. rts_1 | [rabbit 2018-08-28T14:26:51.047+00:00] info: JOINED to exchange aiirush
  1297. rts_1 | Tue, 28 Aug 2018 14:26:51 GMT app:sub:orders Bind to routing key orders-updates
  1298. rts_1 | Tue, 28 Aug 2018 14:26:51 GMT app:sub:drivers Bind to routing key 9a42689812eb38507e3b66a77cdd7645:35.drivers.show-order
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement