Facebook
From Kingslayer, 1 Month ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 131
  1. poseidon@DESKTOP-LEPB06B:~/cineplexx-backend$ docker-compose up
  2. Starting cineplexx-backend_mysql_1 ... done
  3. Starting cineplexx-backend_redis_1 ... done
  4. Starting cineplexx-backend_node_1    ... done
  5. Starting cineplexx-backend_php-fpm_1 ... done
  6. Starting cineplexx-backend_nginx_1   ... done
  7. Attaching to cineplexx-backend_redis_1, cineplexx-backend_mysql_1, cineplexx-backend_node_1, cineplexx-backend_php-fpm_1, cineplexx-backend_nginx_1
  8. mysql_1    | 2024-04-03T16:32:29.282931Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  9. mysql_1    | 2024-04-03T16:32:29.283975Z 0 [Note] mysqld (mysqld 8.0.0-dmr) starting as process 1 ...
  10. mysql_1    | 2024-04-03T16:32:29.286469Z 0 [Note] InnoDB: Using Linux native AIO
  11. mysql_1    | 2024-04-03T16:32:29.286560Z 0 [Note] Plugin 'FEDERATED' is disabled.
  12. mysql_1    | 2024-04-03T16:32:29.287378Z 1 [Note] InnoDB: PUNCH HOLE support available
  13. mysql_1    | 2024-04-03T16:32:29.287403Z 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  14. mysql_1    | 2024-04-03T16:32:29.287406Z 1 [Note] InnoDB: Uses event mutexes
  15. mysql_1    | 2024-04-03T16:32:29.287408Z 1 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  16. mysql_1    | 2024-04-03T16:32:29.287410Z 1 [Note] InnoDB: Compressed tables use zlib 1.2.3
  17. mysql_1    | 2024-04-03T16:32:29.288014Z 1 [Note] InnoDB: Number of pools: 1
  18. mysql_1    | 2024-04-03T16:32:29.288148Z 1 [Note] InnoDB: Using CPU crc32 instructions
  19. nginx_1    | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
  20. nginx_1    | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
  21. mysql_1    | 2024-04-03T16:32:29.291341Z 1 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  22. php-fpm_1  | /usr/lib/python2.7/site-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
  23. php-fpm_1  |   'Supervisord is running as root and it is searching '
  24. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
  25. redis_1    | 1:C 03 Apr 2024 16:32:28.802 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  26. redis_1    | 1:C 03 Apr 2024 16:32:28.802 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
  27. redis_1    | 1:C 03 Apr 2024 16:32:28.802 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  28. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * monotonic clock: POSIX clock_gettime
  29. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * Running mode=standalone, port=6379.
  30. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * Server initialized
  31. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * Loading RDB produced by version 7.2.4
  32. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * RDB age 6 seconds
  33. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * RDB memory usage when created 0.83 Mb
  34. redis_1    | 1:M 03 Apr 2024 16:32:28.802 * Done loading RDB, keys loaded: 0, keys expired: 0.
  35. redis_1    | 1:M 03 Apr 2024 16:32:28.803 * DB loaded from disk: 0.000 seconds
  36. redis_1    | 1:M 03 Apr 2024 16:32:28.803 * Ready to accept connections tcp
  37. mysql_1    | 2024-04-03T16:32:29.298380Z 1 [Note] InnoDB: Completed initialization of buffer pool
  38. mysql_1    | 2024-04-03T16:32:29.300872Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  39. nginx_1    | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
  40. nginx_1    | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
  41. nginx_1    | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
  42. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
  43. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
  44. mysql_1    | 2024-04-03T16:32:29.320197Z 1 [Note] InnoDB: Creating shared tablespace for temporary tables
  45. mysql_1    | 2024-04-03T16:32:29.320276Z 1 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  46. nginx_1    | /docker-entrypoint.sh: Configuration complete; ready for start up
  47. mysql_1    | 2024-04-03T16:32:29.333036Z 1 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  48. mysql_1    | 2024-04-03T16:32:29.333696Z 1 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  49. mysql_1    | 2024-04-03T16:32:29.333725Z 1 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  50. mysql_1    | 2024-04-03T16:32:29.334032Z 1 [Note] InnoDB: 8.0.0 started; log sequence number 20353375
  51. php-fpm_1  | 2024-04-03 16:32:29,771 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
  52. mysql_1    | 2024-04-03T16:32:29.335835Z 1 [Note] InnoDB: Waiting for purge to start
  53. mysql_1    | 2024-04-03T16:32:29.386198Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  54. mysql_1    | 2024-04-03T16:32:29.387832Z 0 [Note] InnoDB: Buffer pool(s) load completed at 240403 16:32:29
  55. mysql_1    | 2024-04-03T16:32:29.409372Z 1 [Note] Found data dictionary with version 1
  56. php-fpm_1  | 2024-04-03 16:32:29,773 INFO supervisord started with pid 7
  57. mysql_1    | 2024-04-03T16:32:29.410944Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  58. mysql_1    | 2024-04-03T16:32:29.411081Z 0 [Warning] CA certificate ca.pem is self signed.
  59. mysql_1    | 2024-04-03T16:32:29.411865Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
  60. mysql_1    | 2024-04-03T16:32:29.411899Z 0 [Note] IPv6 is available.
  61. mysql_1    | 2024-04-03T16:32:29.411905Z 0 [Note]   - '::' resolves to '::';
  62. mysql_1    | 2024-04-03T16:32:29.411923Z 0 [Note] Server socket created on IP: '::'.
  63. mysql_1    | 2024-04-03T16:32:29.416230Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
  64. mysql_1    | 2024-04-03T16:32:29.416266Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
  65. mysql_1    | 2024-04-03T16:32:29.416277Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
  66. mysql_1    | 2024-04-03T16:32:29.416284Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
  67. mysql_1    | 2024-04-03T16:32:29.417829Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
  68. mysql_1    | 2024-04-03T16:32:29.430281Z 0 [Note] mysqld: ready for connections.
  69. mysql_1    | Version: '8.0.0-dmr'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
  70. cineplexx-backend_node_1 exited with code 0
  71. php-fpm_1  | 2024-04-03 16:32:30,776 INFO spawned: 'php-fpm' with pid 9
  72. php-fpm_1  | [03-Apr-2024 16:32:30] NOTICE: fpm is running, pid 9
  73. php-fpm_1  | [03-Apr-2024 16:32:30] NOTICE: ready to handle connections
  74. php-fpm_1  | 2024-04-03 16:32:31,800 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  75. nginx_1    | 2024/04/03 16:32:30 [emerg] 1#1: host not found in upstream "vapc-php-fpm:9000" in /etc/nginx/conf.d/default.conf:2
  76. nginx_1    | nginx: [emerg] host not found in upstream "vapc-php-fpm:9000" in /etc/nginx/conf.d/default.conf:2
  77. cineplexx-backend_nginx_1 exited with code 1
  78.