Guest User

Untitled

a guest
Nov 8th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 KB | None | 0 0
  1. [+] Running 5/5
  2. ✔ Container ubuntu-cache-1 Running 0.0s
  3. ✔ Container ubuntu-db-1 Recreated 0.7s
  4. ✔ Container ubuntu-csmm-web-1 Recreated 1.3s
  5. ✔ Container ubuntu-csmm-worker-1 Recreated 1.2s
  6. ✔ Container ubuntu-csmm-migrations-1 Recreated 0.1s
  7. Attaching to ubuntu-cache-1, ubuntu-csmm-migrations-1, ubuntu-csmm-web-1, ubuntu-csmm-worker-1, ubuntu-db-1
  8. ubuntu-db-1 | 2023-11-08 18:45:41+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.1.2+maria~ubu2204 started.
  9. ubuntu-db-1 | 2023-11-08 18:45:42+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  10. ubuntu-db-1 | 2023-11-08 18:45:42+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.1.2+maria~ubu2204 started.
  11. ubuntu-db-1 | 2023-11-08 18:45:42+00:00 [Note] [Entrypoint]: MariaDB upgrade not required
  12. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] Starting MariaDB 11.1.2-MariaDB-1:11.1.2+maria~ubu2204 source revision 9bc25d98209df6810f7a7d5e7dd3ae677a313ab5 as process 1
  13. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  14. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Using transactional memory
  15. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Number of transaction pools: 1
  16. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
  17. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
  18. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Using liburing
  19. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
  20. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Completed initialization of buffer pool
  21. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: File system buffers for log disabled (block size=4096 bytes)
  22. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: End of log at LSN=1401991
  23. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Opened 3 undo tablespaces
  24. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
  25. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
  26. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
  27. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: log sequence number 1401991; transaction id 1252
  28. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] Plugin 'FEEDBACK' is disabled.
  29. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  30. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] Plugin 'wsrep-provider' is disabled.
  31. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] Server socket created on IP: '0.0.0.0'.
  32. ubuntu-db-1 | 2023-11-08 18:45:42 0 [Note] Server socket created on IP: '::'.
  33. ubuntu-csmm-migrations-1 |
  34. ubuntu-csmm-migrations-1 | > [email protected] wait-for:db
  35. ubuntu-csmm-migrations-1 | > node ./scripts/wait-for-db.mjs
  36. ubuntu-csmm-migrations-1 |
  37. ubuntu-csmm-worker-1 |
  38. ubuntu-csmm-worker-1 | > [email protected] start:worker
  39. ubuntu-csmm-worker-1 | > node worker/worker.js
  40. ubuntu-csmm-worker-1 |
  41. ubuntu-csmm-web-1 |
  42. ubuntu-csmm-web-1 | > [email protected] start:app
  43. ubuntu-csmm-web-1 | > node app.js
  44. ubuntu-csmm-web-1 |
  45. ubuntu-db-1 | 2023-11-08 18:45:43 0 [Note] mariadbd: Event Scheduler: Loaded 0 events
  46. ubuntu-db-1 | 2023-11-08 18:45:43 0 [Note] mariadbd: ready for connections.
  47. ubuntu-db-1 | Version: '11.1.2-MariaDB-1:11.1.2+maria~ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
  48. ubuntu-db-1 | 2023-11-08 18:45:43 0 [Note] InnoDB: Buffer pool(s) load completed at 231108 18:45:43
  49. ubuntu-csmm-web-1 | CSMM version: 2.2.0
  50. ubuntu-csmm-migrations-1 | undefined
  51. ubuntu-csmm-web-1 | No Discord client ID and/or client secret given in dotenv. Discarding Discord passport configuration
  52. ubuntu-csmm-web-1 | --------------------------------------
  53. ubuntu-csmm-web-1 | WARNING
  54. ubuntu-csmm-web-1 | You are not using https in your CSMM_HOSTNAME. This is insecure!
  55. ubuntu-csmm-web-1 | Please consider adding a reverse proxy to your deployment
  56. ubuntu-csmm-web-1 | WARNING
  57. ubuntu-csmm-web-1 | --------------------------------------
  58. ubuntu-csmm-worker-1 | No Discord client ID and/or client secret given in dotenv. Discarding Discord passport configuration
  59. ubuntu-csmm-worker-1 | --------------------------------------
  60. ubuntu-csmm-worker-1 | WARNING
  61. ubuntu-csmm-worker-1 | You are not using https in your CSMM_HOSTNAME. This is insecure!
  62. ubuntu-csmm-worker-1 | Please consider adding a reverse proxy to your deployment
  63. ubuntu-csmm-worker-1 | WARNING
  64. ubuntu-csmm-worker-1 | --------------------------------------
  65. ubuntu-csmm-web-1 | error: Ignoring `sails.config.views.layout`...
  66. ubuntu-csmm-web-1 | error: Sails' built-in layout support only works with the default EJS view engine.
  67. ubuntu-csmm-web-1 | error: You're using a custom view engine, so you'll need to implement layouts on your own!
  68. ubuntu-csmm-web-1 | debug: The `sails.config.security.cors.headers` config has been deprecated.
  69. ubuntu-csmm-web-1 | debug: Please use `sails.config.security.cors.allowRequestHeaders` instead.
  70. ubuntu-csmm-web-1 |
  71. ubuntu-csmm-web-1 | debug: Warning: since `sails.config.session.cookie.secure` is not set to `true`, the session
  72. ubuntu-csmm-web-1 | debug: cookie will be sent over non-TLS connections (i.e. with insecure http:// requests).
  73. ubuntu-csmm-web-1 | debug: To enable secure cookies, set `sails.config.session.cookie.secure` to `true`.
  74. ubuntu-csmm-web-1 | debug:
  75. ubuntu-csmm-web-1 | debug: If your app is behind a proxy or load balancer (e.g. on a PaaS like Heroku), you
  76. ubuntu-csmm-web-1 | debug: may also need to set `sails.config.http.trustProxy` to `true`.
  77. ubuntu-csmm-web-1 | debug:
  78. ubuntu-csmm-web-1 | debug: For more help:
  79. ubuntu-csmm-web-1 | debug: • https://sailsjs.com/config/session#?the-secure-flag
  80. ubuntu-csmm-web-1 | debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  81. ubuntu-csmm-web-1 | debug: • https://sailsjs.com/config/sails-config-http#?properties
  82. ubuntu-csmm-web-1 | debug: • https://sailsjs.com/support
  83. ubuntu-csmm-web-1 | debug:
  84. ubuntu-csmm-worker-1 | debug: The `sails.config.security.cors.headers` config has been deprecated.
  85. ubuntu-csmm-worker-1 | debug: Please use `sails.config.security.cors.allowRequestHeaders` instead.
  86. ubuntu-csmm-worker-1 |
  87. ubuntu-csmm-worker-1 | debug: Warning: since `sails.config.session.cookie.secure` is not set to `true`, the session
  88. ubuntu-csmm-worker-1 | debug: cookie will be sent over non-TLS connections (i.e. with insecure http:// requests).
  89. ubuntu-csmm-worker-1 | debug: To enable secure cookies, set `sails.config.session.cookie.secure` to `true`.
  90. ubuntu-csmm-worker-1 | debug:
  91. ubuntu-csmm-worker-1 | debug: If your app is behind a proxy or load balancer (e.g. on a PaaS like Heroku), you
  92. ubuntu-csmm-worker-1 | debug: may also need to set `sails.config.http.trustProxy` to `true`.
  93. ubuntu-csmm-worker-1 | debug:
  94. ubuntu-csmm-worker-1 | debug: For more help:
  95. ubuntu-csmm-worker-1 | debug: • https://sailsjs.com/config/session#?the-secure-flag
  96. ubuntu-csmm-worker-1 | debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  97. ubuntu-csmm-worker-1 | debug: • https://sailsjs.com/config/sails-config-http#?properties
  98. ubuntu-csmm-worker-1 | debug: • https://sailsjs.com/support
  99. ubuntu-csmm-worker-1 | debug:
  100. ubuntu-csmm-web-1 | info: Initializing custom hook (`discordChatbridge`)
  101. ubuntu-csmm-web-1 | info: Started the system stats gathering interval
  102. ubuntu-csmm-web-1 | info:
  103. ubuntu-csmm-web-1 | info: .-..-.
  104. ubuntu-csmm-web-1 | info:
  105. ubuntu-csmm-web-1 | info: Sails <| .-..-.
  106. ubuntu-csmm-web-1 | info: v1.5.2 |\
  107. ubuntu-csmm-web-1 | info: /|.\
  108. ubuntu-csmm-web-1 | info: / || \
  109. ubuntu-csmm-web-1 | info: ,' |' \
  110. ubuntu-csmm-web-1 | info: .-'.-==|/_--'
  111. ubuntu-csmm-web-1 | info: `--'-------'
  112. ubuntu-csmm-web-1 | info: __---___--___---___--___---___--___
  113. ubuntu-csmm-web-1 | info: ____---___--___---___--___---___--___-__
  114. ubuntu-csmm-web-1 | info:
  115. ubuntu-csmm-web-1 | info: Server lifted in `/usr/src/app`
  116. ubuntu-csmm-web-1 | info: To shut down Sails, press <CTRL> + C at any time.
  117. ubuntu-csmm-web-1 | info: Read more at https://sailsjs.com/support.
  118. ubuntu-csmm-web-1 | info: Initializing custom hook (`sdtdLogs`)
  119. ubuntu-csmm-web-1 | info: Initializing custom hook (`discordBot`)
  120. ubuntu-csmm-web-1 | warn: No Discord bot token was given, not logging in. This is probably not what you wanted!
  121. ubuntu-csmm-web-1 | info: Initializing custom hook (`economy`)
  122. ubuntu-csmm-web-1 | info: Initializing custom hook (`gbl`)
  123. ubuntu-csmm-web-1 | info: Initializing custom hook (`highPingKick`)
  124. ubuntu-csmm-web-1 | info: Initializing custom hook (`historicalInfo`)
  125. ubuntu-csmm-web-1 | info: HOOK: countryBan - Initialized 0 country ban instances
  126. ubuntu-csmm-web-1 | info: HOOK: economy - Initializing 0 servers
  127. ubuntu-csmm-web-1 | info: Initialized GBL for 0 servers! - Took 16 ms
  128. ubuntu-csmm-web-1 | Wed, 08 Nov 2023 18:45:52 GMT express deprecated req.param(name): Use req.params, req.body, or req.query instead at node_modules/sails/lib/hooks/http/initialize.js:230:33
  129. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  130. ubuntu-csmm-web-1 | info: GET 200 /health
  131. ubuntu-csmm-migrations-1 | npm notice
  132. ubuntu-csmm-migrations-1 | npm notice New major version of npm available! 8.19.4 -> 10.2.3
  133. ubuntu-csmm-migrations-1 | npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.3>
  134. ubuntu-csmm-migrations-1 | npm notice Run `npm install -g [email protected]` to update!
  135. ubuntu-csmm-migrations-1 | npm notice
  136. ubuntu-csmm-migrations-1 |
  137. ubuntu-csmm-migrations-1 | > [email protected] db:migrate
  138. ubuntu-csmm-migrations-1 | > npm run sequelize -- db:migrate
  139. ubuntu-csmm-migrations-1 |
  140. ubuntu-csmm-migrations-1 |
  141. ubuntu-csmm-migrations-1 | > [email protected] sequelize
  142. ubuntu-csmm-migrations-1 | > sequelize-cli db:migrate
  143. ubuntu-csmm-migrations-1 |
  144. ubuntu-csmm-migrations-1 |
  145. ubuntu-csmm-migrations-1 | Sequelize CLI [Node: 16.20.2, CLI: 6.4.1, ORM: 6.13.0]
  146. ubuntu-csmm-migrations-1 |
  147. ubuntu-csmm-migrations-1 | Loaded configuration file "sequelize.config.js".
  148. ubuntu-csmm-migrations-1 | Using environment "production".
  149. ubuntu-csmm-migrations-1 | Executing (default): SELECT 1+1 AS result
  150. ubuntu-csmm-migrations-1 | Executing (default): SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = 'csmm';
  151. ubuntu-csmm-migrations-1 | Executing (default): SHOW FULL COLUMNS FROM `SequelizeMeta`;
  152. ubuntu-csmm-migrations-1 | Executing (default): CREATE TABLE IF NOT EXISTS `SequelizeMeta` (`name` VARCHAR(255) NOT NULL UNIQUE , PRIMARY KEY (`name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_unicode_ci;
  153. ubuntu-csmm-migrations-1 | Executing (default): SHOW INDEX FROM `SequelizeMeta`
  154. ubuntu-csmm-migrations-1 | Executing (default): SELECT `name` FROM `SequelizeMeta` AS `SequelizeMeta` ORDER BY `SequelizeMeta`.`name` ASC;
  155. ubuntu-csmm-migrations-1 | No migrations were executed, database schema was already up to date.
  156. ubuntu-db-1 | 2023-11-08 18:45:54 15 [Warning] Aborted connection 15 to db: 'csmm' user: 'csmm' host: '172.19.0.4' (Got an error reading communication packets)
  157. ubuntu-csmm-migrations-1 exited with code 0
  158. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  159. ubuntu-csmm-web-1 | info: GET 200 /health
  160. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  161. ubuntu-csmm-web-1 | info: GET 200 /health
  162. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  163. ubuntu-csmm-web-1 | info: GET 200 /health
  164. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  165. ubuntu-csmm-web-1 | info: GET 200 /health
  166. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  167. ubuntu-csmm-web-1 | info: GET 200 /health
  168. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  169. ubuntu-csmm-web-1 | info: GET 200 /health
  170. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  171. ubuntu-csmm-web-1 | info: GET 200 /health
  172. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  173. ubuntu-csmm-web-1 | info: GET 200 /health
  174. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  175. ubuntu-csmm-web-1 | info: GET 200 /health
  176. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  177. ubuntu-csmm-web-1 | info: GET 200 /health
  178. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  179. ubuntu-csmm-web-1 | info: GET 200 /health
  180. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  181. ubuntu-csmm-web-1 | info: GET 200 /health
  182. ubuntu-csmm-web-1 | Executing (default): SELECT 1
  183. ubuntu-csmm-web-1 | info: GET 200 /health
Advertisement
Add Comment
Please, Sign In to add comment