Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.16 KB | None | 0 0
  1. Giacomos-MacBook:cloud-local peldi$ ./cloud-start
  2. build │ running: docker build -f ./Dockerfile -t cloud-local/cloud .
  3. build │ Sending build context to Docker daemon 75.78 kB
  4. build │ Step 1 : FROM node:5
  5. build │ ---> 5b1c263efd1e
  6. build │ Step 2 : EXPOSE 9000
  7. build │ ---> Running in 255bec5fac43
  8. build │ ---> 75a4ee1a132d
  9. build │ Removing intermediate container 255bec5fac43
  10. build │ Step 3 : WORKDIR /opt/cloud
  11. build │ ---> Running in 2c3a7f5e30a5
  12. build │ ---> f67af4d85872
  13. build │ Removing intermediate container 2c3a7f5e30a5
  14. build │ Step 4 : CMD npm run server-user
  15. build │ ---> Running in 2b964176ab7c
  16. build │ ---> 7948fbf9d0f2
  17. build │ Removing intermediate container 2b964176ab7c
  18. build │ Successfully built 7948fbf9d0f2
  19. build │ running: docker tag mysql cloud-local/mysql
  20. build │ running: docker tag redis cloud-local/redis
  21. mysql │ running: docker run -i --rm --name cloud-local-mysql -e MYSQL_PASSWORD=cloud -e MYSQL_DATABASE=cloud -e MYSQL_ROOT_PASSWORD=cloud -e MYSQL_USER=cloud -p 3306 -v /Users/peldi/code/cloud/js/cloud/database:/docker-entrypoint-initdb.d -v /Users/peldi/code/cloud-local/mysql:/var/lib/mysql cloud-local/mysql
  22. redis │ running: docker run -i --rm --name cloud-local-redis -p 6379 cloud-local/redis
  23. mysql │ Initializing database
  24. mysql │ 2016-08-26T13:55:14.823916Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  25. redis │ _._
  26. redis │ _.-``__ ''-._
  27. redis │ _.-`` `. `_. ''-._ Redis 3.2.1 (00000000/0) 64 bit
  28. redis │ .-`` .-```. ```\/ _.,_ ''-._
  29. redis │ ( ' , .-` | `, ) Running in standalone mode
  30. redis │ |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  31. redis │ | `-._ `._ / _.-' | PID: 1
  32. redis │ `-._ `-._ `-./ _.-' _.-'
  33. redis │ |`-._`-._ `-.__.-' _.-'_.-'|
  34. redis │ | `-._`-._ _.-'_.-' | http://redis.io
  35. redis │ `-._ `-._`-.__.-'_.-' _.-'
  36. redis │ |`-._`-._ `-.__.-' _.-'_.-'|
  37. redis │ | `-._`-._ _.-'_.-' |
  38. redis │ `-._ `-._`-.__.-'_.-' _.-'
  39. redis │ `-._ `-.__.-' _.-'
  40. redis │ `-._ _.-'
  41. redis │ `-.__.-'
  42. redis │
  43. redis │ 1:M 26 Aug 13:55:15.334 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  44. redis │ 1:M 26 Aug 13:55:15.335 # Server started, Redis version 3.2.1
  45. redis │ 1:M 26 Aug 13:55:15.335 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  46. redis │ 1:M 26 Aug 13:55:15.335 # 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.
  47. redis │ 1:M 26 Aug 13:55:15.336 * The server is now ready to accept connections on port 6379
  48. cloud │ running: docker run -i --rm --name cloud-local-cloud -e LOGMATIC_API_KEY -e POSTMARK_SERVER_KEY -e STORMPATH_CLIENT_APIKEY_ID -e STORMPATH_CLIENT_APIKEY_SECRET -e USER --add-host redis:172.17.0.3 -e REDIS_SCHEME=tcp -e REDIS_HOST=172.17.0.3 -e REDIS_PORT=6379 -e REDIS_PATH= -e REDIS_USERNAME= -e REDIS_PASSWORD= -e REDIS_URL=tcp://172.17.0.3:6379 --add-host mysql:172.17.0.2 -e MYSQL_SCHEME=tcp -e MYSQL_HOST=172.17.0.2 -e MYSQL_PORT=3306 -e MYSQL_PATH= -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_URL=tcp://172.17.0.2:3306 -p 0:9000 -v /Users/peldi/code/bmpr:/opt/bmpr -v /Users/peldi/code//b4:/opt/b4 -v /Users/peldi/code//cloud:/opt/cloud cloud-local/cloud
  49. mysql │ 2016-08-26T13:55:17.306703Z 0 [Warning] InnoDB: New log files created, LSN=45790
  50. mysql │ 2016-08-26T13:55:17.641126Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
  51. mysql │ 2016-08-26T13:55:17.740296Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: b893c47d-6b94-11e6-a6ef-0242ac110002.
  52. mysql │ 2016-08-26T13:55:17.755632Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  53. mysql │ 2016-08-26T13:55:17.761756Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
  54. cloud │ npm info it worked if it ends with ok
  55. cloud │ npm info using npm@3.8.6
  56. cloud │ npm info using node@v5.12.0
  57. cloud │ npm info lifecycle cloud@1.0.0~preserver-user: cloud@1.0.0
  58. cloud │ npm info lifecycle cloud@1.0.0~server-user: cloud@1.0.0
  59. cloud │
  60. cloud │ > cloud@1.0.0 server-user /opt/cloud
  61. cloud │ > export NODE_PATH=. && babel-node ./js/cloud/server/entrypoint-user.js
  62. cloud │
  63. mysql │ 2016-08-26T13:55:23.965588Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  64. mysql │ 2016-08-26T13:55:23.965815Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  65. mysql │ 2016-08-26T13:55:23.967168Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  66. mysql │ 2016-08-26T13:55:23.968118Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  67. mysql │ 2016-08-26T13:55:23.968725Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  68. mysql │ Database initialized
  69. mysql │ MySQL init process in progress...
  70. mysql │ 2016-08-26T13:55:28.158788Z 0 [Note] mysqld (mysqld 5.7.13) starting as process 49 ...
  71. mysql │ 2016-08-26T13:55:28.167287Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  72. mysql │ 2016-08-26T13:55:28.178854Z 0 [Note] InnoDB: PUNCH HOLE support available
  73. mysql │ 2016-08-26T13:55:28.178948Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  74. mysql │ 2016-08-26T13:55:28.178963Z 0 [Note] InnoDB: Uses event mutexes
  75. mysql │ 2016-08-26T13:55:28.178974Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  76. mysql │ 2016-08-26T13:55:28.178998Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
  77. mysql │ 2016-08-26T13:55:28.179057Z 0 [Note] InnoDB: Using Linux native AIO
  78. mysql │ 2016-08-26T13:55:28.182058Z 0 [Note] InnoDB: Number of pools: 1
  79. mysql │ 2016-08-26T13:55:28.182704Z 0 [Note] InnoDB: Using CPU crc32 instructions
  80. mysql │ 2016-08-26T13:55:28.195057Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  81. mysql │ 2016-08-26T13:55:28.263637Z 0 [Note] InnoDB: Completed initialization of buffer pool
  82. mysql │ 2016-08-26T13:55:28.291945Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  83. mysql │ 2016-08-26T13:55:28.383801Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  84. mysql │ 2016-08-26T13:55:28.605461Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  85. mysql │ 2016-08-26T13:55:28.608894Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  86. mysql │ MySQL init process in progress...
  87. mysql │ 2016-08-26T13:55:28.823951Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  88. mysql │ 2016-08-26T13:55:28.848664Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  89. mysql │ 2016-08-26T13:55:28.848721Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  90. mysql │ 2016-08-26T13:55:28.862802Z 0 [Note] InnoDB: Waiting for purge to start
  91. mysql │ 2016-08-26T13:55:28.915232Z 0 [Note] InnoDB: 5.7.13 started; log sequence number 2524931
  92. mysql │ 2016-08-26T13:55:28.928828Z 0 [Note] Plugin 'FEDERATED' is disabled.
  93. mysql │ 2016-08-26T13:55:28.929630Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  94. mysql │ 2016-08-26T13:55:29.038356Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160826 13:55:29
  95. mysql │ 2016-08-26T13:55:29.040816Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  96. mysql │ 2016-08-26T13:55:29.144719Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  97. mysql │ 2016-08-26T13:55:29.144773Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  98. mysql │ 2016-08-26T13:55:29.147227Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  99. mysql │ 2016-08-26T13:55:29.149053Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  100. mysql │ 2016-08-26T13:55:29.283227Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  101. mysql │ 2016-08-26T13:55:29.730664Z 0 [Note] Event Scheduler: Loaded 0 events
  102. mysql │ 2016-08-26T13:55:29.732014Z 0 [Note] mysqld: ready for connections.
  103. mysql │ Version: '5.7.13' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
  104. mysql │ Warning: Unable to load '/usr/share/zoneinfo/Factory' as time zone. Skipping it.
  105. mysql │ Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
  106. mysql │ Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  107. mysql │ Warning: Unable to load '/usr/share/zoneinfo/posix/Factory' as time zone. Skipping it.
  108. mysql │ Warning: Unable to load '/usr/share/zoneinfo/right/Factory' as time zone. Skipping it.
  109. mysql │ Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
  110. mysql │ 2016-08-26T13:55:38.232395Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  111. mysql │ 2016-08-26T13:55:38.233790Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  112. mysql │ 2016-08-26T13:55:38.234044Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  113. mysql │ mysql: [Warning] Using a password on the command line interface can be insecure.
  114. mysql │ mysql: [Warning] Using a password on the command line interface can be insecure.
  115. mysql │ mysql: [Warning] Using a password on the command line interface can be insecure.
  116. mysql │ mysql: [Warning] Using a password on the command line interface can be insecure.
  117. mysql │ 2016-08-26T13:55:38.403077Z 8 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  118. mysql │ 2016-08-26T13:55:38.404766Z 8 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  119. mysql │ 2016-08-26T13:55:38.424408Z 8 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  120. mysql │
  121. mysql │ /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/database.js
  122. mysql │
  123. mysql │ /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/db-schema.sql
  124. mysql │ mysql: [Warning] Using a password on the command line interface can be insecure.
  125. mysql │
  126. mysql │
  127. mysql │ /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/db-versions.js
  128. mysql │
  129. mysql │ 2016-08-26T13:55:38.919179Z 0 [Note] Giving 0 client threads a chance to die gracefully
  130. mysql │ 2016-08-26T13:55:38.919271Z 0 [Note] Shutting down slave threads
  131. mysql │ 2016-08-26T13:55:38.919283Z 0 [Note] Forcefully disconnecting 0 remaining clients
  132. mysql │ 2016-08-26T13:55:38.919481Z 0 [Note] Event Scheduler: Purging the queue. 0 events
  133. mysql │ 2016-08-26T13:55:38.923165Z 0 [Note] Binlog end
  134. mysql │ 2016-08-26T13:55:38.993828Z 0 [Note] Shutting down plugin 'ngram'
  135. mysql │ 2016-08-26T13:55:38.993881Z 0 [Note] Shutting down plugin 'BLACKHOLE'
  136. mysql │ 2016-08-26T13:55:38.993891Z 0 [Note] Shutting down plugin 'partition'
  137. mysql │ 2016-08-26T13:55:38.993899Z 0 [Note] Shutting down plugin 'ARCHIVE'
  138. mysql │ 2016-08-26T13:55:38.993906Z 0 [Note] Shutting down plugin 'MEMORY'
  139. mysql │ 2016-08-26T13:55:38.993914Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
  140. mysql │ 2016-08-26T13:55:38.993925Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
  141. mysql │ 2016-08-26T13:55:38.993933Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
  142. mysql │ 2016-08-26T13:55:38.993941Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
  143. mysql │ 2016-08-26T13:55:38.993948Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
  144. mysql │ 2016-08-26T13:55:38.993956Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
  145. mysql │ 2016-08-26T13:55:38.993976Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
  146. mysql │ 2016-08-26T13:55:38.994119Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
  147. mysql │ 2016-08-26T13:55:38.994137Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
  148. mysql │ 2016-08-26T13:55:38.994147Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
  149. mysql │ 2016-08-26T13:55:38.994156Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
  150. mysql │ 2016-08-26T13:55:38.994164Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
  151. mysql │ 2016-08-26T13:55:38.994172Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
  152. mysql │ 2016-08-26T13:55:38.994181Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
  153. mysql │ 2016-08-26T13:55:38.994188Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
  154. mysql │ 2016-08-26T13:55:38.994196Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
  155. mysql │ 2016-08-26T13:55:38.994204Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
  156. mysql │ 2016-08-26T13:55:38.994212Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
  157. mysql │ 2016-08-26T13:55:38.994220Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
  158. mysql │ 2016-08-26T13:55:38.994227Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
  159. mysql │ 2016-08-26T13:55:38.994236Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
  160. mysql │ 2016-08-26T13:55:38.994245Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
  161. mysql │ 2016-08-26T13:55:38.994253Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
  162. mysql │ 2016-08-26T13:55:38.994293Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
  163. mysql │ 2016-08-26T13:55:38.994317Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
  164. mysql │ 2016-08-26T13:55:38.994325Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
  165. mysql │ 2016-08-26T13:55:38.994347Z 0 [Note] Shutting down plugin 'INNODB_CMP'
  166. mysql │ 2016-08-26T13:55:38.994355Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
  167. mysql │ 2016-08-26T13:55:38.994377Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
  168. mysql │ 2016-08-26T13:55:38.994385Z 0 [Note] Shutting down plugin 'INNODB_TRX'
  169. mysql │ 2016-08-26T13:55:38.994407Z 0 [Note] Shutting down plugin 'InnoDB'
  170. mysql │ 2016-08-26T13:55:38.994505Z 0 [Note] InnoDB: FTS optimize thread exiting.
  171. mysql │ 2016-08-26T13:55:38.995119Z 0 [Note] InnoDB: Starting shutdown...
  172. mysql │ 2016-08-26T13:55:39.107912Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
  173. mysql │ 2016-08-26T13:55:39.165302Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160826 13:55:39
  174. mysql │ 2016-08-26T13:55:41.262632Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12181441
  175. mysql │ 2016-08-26T13:55:41.264706Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  176. mysql │ 2016-08-26T13:55:41.264819Z 0 [Note] Shutting down plugin 'MyISAM'
  177. mysql │ 2016-08-26T13:55:41.264851Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
  178. mysql │ 2016-08-26T13:55:41.264969Z 0 [Note] Shutting down plugin 'CSV'
  179. mysql │ 2016-08-26T13:55:41.264981Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
  180. mysql │ 2016-08-26T13:55:41.265139Z 0 [Note] Shutting down plugin 'sha256_password'
  181. mysql │ 2016-08-26T13:55:41.265167Z 0 [Note] Shutting down plugin 'mysql_native_password'
  182. mysql │ 2016-08-26T13:55:41.265553Z 0 [Note] Shutting down plugin 'binlog'
  183. mysql │ 2016-08-26T13:55:41.266928Z 0 [Note] mysqld: Shutdown complete
  184. mysql │
  185. mysql │
  186. mysql │ MySQL init process done. Ready for start up.
  187. mysql │
  188. mysql │ 2016-08-26T13:55:41.543625Z 0 [Note] mysqld (mysqld 5.7.13) starting as process 1 ...
  189. mysql │ 2016-08-26T13:55:41.553148Z 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  190. mysql │ 2016-08-26T13:55:41.556515Z 0 [Note] InnoDB: PUNCH HOLE support available
  191. mysql │ 2016-08-26T13:55:41.556604Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  192. mysql │ 2016-08-26T13:55:41.556684Z 0 [Note] InnoDB: Uses event mutexes
  193. mysql │ 2016-08-26T13:55:41.556708Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  194. mysql │ 2016-08-26T13:55:41.556735Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
  195. mysql │ 2016-08-26T13:55:41.556751Z 0 [Note] InnoDB: Using Linux native AIO
  196. mysql │ 2016-08-26T13:55:41.557530Z 0 [Note] InnoDB: Number of pools: 1
  197. mysql │ 2016-08-26T13:55:41.557852Z 0 [Note] InnoDB: Using CPU crc32 instructions
  198. mysql │ 2016-08-26T13:55:41.560191Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  199. mysql │ 2016-08-26T13:55:41.570188Z 0 [Note] InnoDB: Completed initialization of buffer pool
  200. mysql │ 2016-08-26T13:55:41.572988Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  201. mysql │ 2016-08-26T13:55:41.629304Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  202. mysql │ 2016-08-26T13:55:41.814975Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  203. mysql │ 2016-08-26T13:55:41.817334Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  204. mysql │ 2016-08-26T13:55:41.958831Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  205. mysql │ 2016-08-26T13:55:41.975848Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  206. mysql │ 2016-08-26T13:55:41.975920Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  207. mysql │ 2016-08-26T13:55:41.976750Z 0 [Note] InnoDB: Waiting for purge to start
  208. mysql │ 2016-08-26T13:55:42.028162Z 0 [Note] InnoDB: 5.7.13 started; log sequence number 12181441
  209. mysql │ 2016-08-26T13:55:42.030381Z 0 [Note] Plugin 'FEDERATED' is disabled.
  210. mysql │ 2016-08-26T13:55:42.032571Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  211. mysql │ 2016-08-26T13:55:42.169338Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  212. mysql │ 2016-08-26T13:55:42.169413Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  213. mysql │ 2016-08-26T13:55:42.169480Z 0 [Note] IPv6 is available.
  214. mysql │ 2016-08-26T13:55:42.169572Z 0 [Note] - '::' resolves to '::';
  215. mysql │ 2016-08-26T13:55:42.169607Z 0 [Note] Server socket created on IP: '::'.
  216. mysql │ 2016-08-26T13:55:42.433080Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  217. mysql │ 2016-08-26T13:55:42.436819Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  218. mysql │ 2016-08-26T13:55:42.443569Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160826 13:55:42
  219. mysql │ 2016-08-26T13:55:42.663403Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  220. mysql │ 2016-08-26T13:55:43.293396Z 0 [Note] Event Scheduler: Loaded 0 events
  221. mysql │ 2016-08-26T13:55:43.294705Z 0 [Note] mysqld: ready for connections.
  222. mysql │ Version: '5.7.13' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
  223. cloud │ 2016-08-26 13:56:03.014 +00:00, INFO : Initializing application
  224. cloud │ 2016-08-26 13:56:03.022 +00:00, INFO : Build 0
  225. cloud │ node_redis: WARNING: You passed "tcp" as protocol instead of the "redis" protocol!
  226. cloud │ 2016-08-26 13:56:03.037 +00:00, INFO : Configuring environment local
  227. cloud │ 2016-08-26 13:56:03.507 +00:00, INFO, stormpath : Configuring StormPath
  228. cloud │ 2016-08-26 13:56:11.917 +00:00, INFO, stormpath : Stormpath initialized
  229. cloud │ 2016-08-26 13:56:11.989 +00:00, ERROR : Unexpected error while configuring application
  230. cloud │ Error: connect ECONNREFUSED 127.0.0.1:3306
  231. cloud │ at Object.exports._errnoException (util.js:893:11)
  232. cloud │ at exports._exceptionWithHostPort (util.js:916:20)
  233. cloud │ at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1075:14)
  234. cloud │ --------------------
  235. cloud │ at Protocol._enqueue (/opt/cloud/node_modules/mysql/lib/protocol/Protocol.js:141:48)
  236. cloud │ at Protocol.handshake (/opt/cloud/node_modules/mysql/lib/protocol/Protocol.js:52:41)
  237. cloud │ at PoolConnection.connect (/opt/cloud/node_modules/mysql/lib/Connection.js:123:18)
  238. cloud │ at Pool.getConnection (/opt/cloud/node_modules/mysql/lib/Pool.js:45:23)
  239. cloud │ at database.js:92:23
  240. cloud │ at Promise._execute (/opt/cloud/node_modules/bluebird/js/release/debuggability.js:272:9)
  241. cloud │ at Promise._resolveFromExecutor (/opt/cloud/node_modules/bluebird/js/release/promise.js:473:18)
  242. cloud │ at new Promise (/opt/cloud/node_modules/bluebird/js/release/promise.js:77:14)
  243. cloud │ at DBPool._getLowLevelDbConnectionAsync (database.js:91:16)
  244. cloud │ at DBConnection._callee3$ (database.js:115:36)
  245. cloud │ at tryCatch (/opt/cloud/node_modules/regenerator-runtime/runtime.js:62:40)
  246. cloud │ at GeneratorFunctionPrototype.invoke [as _invoke] (/opt/cloud/node_modules/regenerator-runtime/runtime.js:336:22)
  247. cloud │ at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/opt/cloud/node_modules/regenerator-runtime/runtime.js:95:21)
  248. cloud │ at step (database.js:13:1)
  249. cloud │ at database.js:13:1
  250. cloud │ at Promise._execute (/opt/cloud/node_modules/bluebird/js/release/debuggability.js:272:9)
  251. cloud │
  252. cloud │ npm info lifecycle cloud@1.0.0~server-user: Failed to exec server-user script
  253. cloud │ npm ERR! Linux 4.4.15-moby
  254. cloud │ npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "server-user"
  255. cloud │ npm ERR! node v5.12.0
  256. cloud │ npm ERR! npm v3.8.6
  257. cloud │ npm ERR! code ELIFECYCLE
  258. cloud │ npm ERR! cloud@1.0.0 server-user: `export NODE_PATH=. && babel-node ./js/cloud/server/entrypoint-user.js`
  259. cloud │ npm ERR! Exit status 1
  260. cloud │ npm ERR!
  261. cloud │ npm ERR! Failed at the cloud@1.0.0 server-user script 'export NODE_PATH=. && babel-node ./js/cloud/server/entrypoint-user.js'.
  262. cloud │ npm ERR! Make sure you have the latest version of node.js and npm installed.
  263. cloud │ npm ERR! If you do, this is most likely a problem with the cloud package,
  264. cloud │ npm ERR! not with npm itself.
  265. cloud │ npm ERR! Tell the author that this fails on your system:
  266. cloud │ npm ERR! export NODE_PATH=. && babel-node ./js/cloud/server/entrypoint-user.js
  267. cloud │ npm ERR! You can get information on how to open an issue for this project with:
  268. cloud │ npm ERR! npm bugs cloud
  269. cloud │ npm ERR! Or if that isn't available, you can get their info via:
  270. cloud │ npm ERR! npm owner ls cloud
  271. cloud │ npm ERR! There is likely additional logging output above.
  272. cloud │
  273. cloud │ npm ERR! Please include the following file with any support request:
  274. cloud │ npm ERR! /opt/cloud/npm-debug.log
  275. mysql │ 2016-08-26T13:56:12.955930Z 0 [Note] Giving 0 client threads a chance to die gracefully
  276. mysql │ 2016-08-26T13:56:12.955981Z 0 [Note] Shutting down slave threads
  277. mysql │ 2016-08-26T13:56:12.955992Z 0 [Note] Forcefully disconnecting 0 remaining clients
  278. mysql │ 2016-08-26T13:56:12.956170Z 0 [Note] Event Scheduler: Purging the queue. 0 events
  279. mysql │ 2016-08-26T13:56:12.956239Z 0 [Note] Binlog end
  280. mysql │ 2016-08-26T13:56:12.966829Z 0 [Note] Shutting down plugin 'ngram'
  281. mysql │ 2016-08-26T13:56:12.966899Z 0 [Note] Shutting down plugin 'BLACKHOLE'
  282. mysql │ 2016-08-26T13:56:12.966916Z 0 [Note] Shutting down plugin 'partition'
  283. mysql │ 2016-08-26T13:56:12.966959Z 0 [Note] Shutting down plugin 'ARCHIVE'
  284. mysql │ 2016-08-26T13:56:12.967001Z 0 [Note] Shutting down plugin 'MEMORY'
  285. mysql │ 2016-08-26T13:56:12.967040Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
  286. mysql │ 2016-08-26T13:56:12.967068Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
  287. mysql │ 2016-08-26T13:56:12.967091Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
  288. mysql │ 2016-08-26T13:56:12.967145Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
  289. mysql │ 2016-08-26T13:56:12.967180Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
  290. mysql │ 2016-08-26T13:56:12.967210Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
  291. mysql │ 2016-08-26T13:56:12.967236Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
  292. mysql │ 2016-08-26T13:56:12.967261Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
  293. mysql │ 2016-08-26T13:56:12.967317Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
  294. mysql │ 2016-08-26T13:56:12.967348Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
  295. mysql │ 2016-08-26T13:56:12.967373Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
  296. mysql │ 2016-08-26T13:56:12.967397Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
  297. mysql │ 2016-08-26T13:56:12.967403Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
  298. mysql │ 2016-08-26T13:56:12.967416Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
  299. mysql │ 2016-08-26T13:56:12.967434Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
  300. mysql │ 2016-08-26T13:56:12.967508Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
  301. mysql │ 2016-08-26T13:56:12.967515Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
  302. mysql │ 2016-08-26T13:56:12.967561Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
  303. mysql │ 2016-08-26T13:56:12.967566Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
  304. mysql │ 2016-08-26T13:56:12.967599Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
  305. mysql │ 2016-08-26T13:56:12.967659Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
  306. mysql │ 2016-08-26T13:56:12.967710Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
  307. mysql │ 2016-08-26T13:56:12.967716Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
  308. mysql │ 2016-08-26T13:56:12.967732Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
  309. mysql │ 2016-08-26T13:56:12.967737Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
  310. mysql │ 2016-08-26T13:56:12.967772Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
  311. mysql │ 2016-08-26T13:56:12.967778Z 0 [Note] Shutting down plugin 'INNODB_CMP'
  312. mysql │ 2016-08-26T13:56:12.967783Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
  313. mysql │ 2016-08-26T13:56:12.967788Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
  314. mysql │ 2016-08-26T13:56:12.967804Z 0 [Note] Shutting down plugin 'INNODB_TRX'
  315. mysql │ 2016-08-26T13:56:12.967810Z 0 [Note] Shutting down plugin 'InnoDB'
  316. mysql │ 2016-08-26T13:56:12.968024Z 0 [Note] InnoDB: FTS optimize thread exiting.
  317. mysql │ 2016-08-26T13:56:12.968443Z 0 [Note] InnoDB: Starting shutdown...
  318. mysql │ 2016-08-26T13:56:13.072972Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
  319. mysql │ 2016-08-26T13:56:13.081506Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160826 13:56:13
  320. mysql │ 2016-08-26T13:56:14.408018Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12181469
  321. mysql │ 2016-08-26T13:56:14.410547Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  322. mysql │ 2016-08-26T13:56:14.410589Z 0 [Note] Shutting down plugin 'MyISAM'
  323. mysql │ 2016-08-26T13:56:14.410610Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
  324. mysql │ 2016-08-26T13:56:14.410621Z 0 [Note] Shutting down plugin 'CSV'
  325. mysql │ 2016-08-26T13:56:14.410630Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
  326. mysql │ 2016-08-26T13:56:14.410910Z 0 [Note] Shutting down plugin 'sha256_password'
  327. mysql │ 2016-08-26T13:56:14.410934Z 0 [Note] Shutting down plugin 'mysql_native_password'
  328. mysql │ 2016-08-26T13:56:14.411155Z 0 [Note] Shutting down plugin 'binlog'
  329. mysql │ 2016-08-26T13:56:14.412058Z 0 [Note] mysqld: Shutdown complete
  330. mysql │
  331. redis │ 1:signal-handler (1472219774) Received SIGTERM scheduling shutdown...
  332. redis │ 1:M 26 Aug 13:56:14.964 # User requested shutdown...
  333. redis │ 1:M 26 Aug 13:56:14.964 # Redis is now ready to exit, bye bye...
  334. Giacomos-MacBook:cloud-local peldi$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement