|
| 1 | +Attaching to drkiq_postgres_1, drkiq_redis_1, drkiq_sidekiq_1, drkiq_drkiq_1 |
| 2 | +[36mpostgres_1 |[0m The files belonging to this database system will be owned by user "postgres". |
| 3 | +[36mpostgres_1 |[0m This user must also own the server process. |
| 4 | +[36mpostgres_1 |[0m |
| 5 | +[36mpostgres_1 |[0m The database cluster will be initialized with locale "en_US.utf8". |
| 6 | +[36mpostgres_1 |[0m The default database encoding has accordingly been set to "UTF8". |
| 7 | +[36mpostgres_1 |[0m The default text search configuration will be set to "english". |
| 8 | +[36mpostgres_1 |[0m |
| 9 | +[36mpostgres_1 |[0m Data page checksums are disabled. |
| 10 | +[36mpostgres_1 |[0m |
| 11 | +[36mpostgres_1 |[0m fixing permissions on existing directory /var/lib/postgresql/data ... ok |
| 12 | +[36mpostgres_1 |[0m creating subdirectories ... ok |
| 13 | +[36mpostgres_1 |[0m selecting default max_connections ... 100 |
| 14 | +[36mpostgres_1 |[0m selecting default shared_buffers ... 128MB |
| 15 | +[36mpostgres_1 |[0m selecting dynamic shared memory implementation ... posix |
| 16 | +[36mpostgres_1 |[0m creating configuration files ... ok |
| 17 | +[36mpostgres_1 |[0m creating template1 database in /var/lib/postgresql/data/base/1 ... ok |
| 18 | +[36mpostgres_1 |[0m initializing pg_authid ... ok |
| 19 | +[36mpostgres_1 |[0m initializing dependencies ... ok |
| 20 | +[36mpostgres_1 |[0m creating system views ... ok |
| 21 | +[36mpostgres_1 |[0m loading system objects' descriptions ... ok |
| 22 | +[36mpostgres_1 |[0m creating collations ... ok |
| 23 | +[36mpostgres_1 |[0m creating conversions ... ok |
| 24 | +[36mpostgres_1 |[0m creating dictionaries ... ok |
| 25 | +[36mpostgres_1 |[0m setting privileges on built-in objects ... ok |
| 26 | +[36mpostgres_1 |[0m creating information schema ... ok |
| 27 | +[36mpostgres_1 |[0m loading PL/pgSQL server-side language ... ok |
| 28 | +[36mpostgres_1 |[0m vacuuming database template1 ... ok |
| 29 | +[36mpostgres_1 |[0m copying template1 to template0 ... ok |
| 30 | +[36mpostgres_1 |[0m copying template1 to postgres ... ok |
| 31 | +[36mpostgres_1 |[0m syncing data to disk ... ok |
| 32 | +[36mpostgres_1 |[0m |
| 33 | +[36mpostgres_1 |[0m Success. You can now start the database server using: |
| 34 | +[36mpostgres_1 |[0m |
| 35 | +[36mpostgres_1 |[0m |
| 36 | +[36mpostgres_1 |[0m WARNING: enabling "trust" authentication for local connections |
| 37 | +[36mpostgres_1 |[0m You can change this by editing pg_hba.conf or using the option -A, or |
| 38 | +[36mpostgres_1 |[0m --auth-local and --auth-host, the next time you run initdb. |
| 39 | +[36mpostgres_1 |[0m postgres -D /var/lib/postgresql/data |
| 40 | +[36mpostgres_1 |[0m or |
| 41 | +[36mpostgres_1 |[0m pg_ctl -D /var/lib/postgresql/data -l logfile start |
| 42 | +[36mpostgres_1 |[0m |
| 43 | +[36mpostgres_1 |[0m waiting for server to start....LOG: database system was shut down at 2018-12-23 05:27:52 UTC |
| 44 | +[36mpostgres_1 |[0m LOG: MultiXact member wraparound protections are now enabled |
| 45 | +[36mpostgres_1 |[0m LOG: database system is ready to accept connections |
| 46 | +[36mpostgres_1 |[0m LOG: autovacuum launcher started |
| 47 | +[36mpostgres_1 |[0m done |
| 48 | +[36mpostgres_1 |[0m server started |
| 49 | +[36mpostgres_1 |[0m CREATE DATABASE |
| 50 | +[36mpostgres_1 |[0m |
| 51 | +[36mpostgres_1 |[0m CREATE ROLE |
| 52 | +[36mpostgres_1 |[0m |
| 53 | +[36mpostgres_1 |[0m |
| 54 | +[36mpostgres_1 |[0m /docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* |
| 55 | +[36mpostgres_1 |[0m |
| 56 | +[36mpostgres_1 |[0m LOG: received fast shutdown request |
| 57 | +[36mpostgres_1 |[0m LOG: aborting any active transactions |
| 58 | +[36mpostgres_1 |[0m LOG: autovacuum launcher shutting down |
| 59 | +[36mpostgres_1 |[0m waiting for server to shut down....LOG: shutting down |
| 60 | +[36mpostgres_1 |[0m LOG: database system is shut down |
| 61 | +[36mpostgres_1 |[0m done |
| 62 | +[36mpostgres_1 |[0m server stopped |
| 63 | +[36mpostgres_1 |[0m |
| 64 | +[36mpostgres_1 |[0m PostgreSQL init process complete; ready for start up. |
| 65 | +[36mpostgres_1 |[0m |
| 66 | +[36mpostgres_1 |[0m LOG: database system was shut down at 2018-12-23 05:27:54 UTC |
| 67 | +[36mpostgres_1 |[0m LOG: MultiXact member wraparound protections are now enabled |
| 68 | +[36mpostgres_1 |[0m LOG: database system is ready to accept connections |
| 69 | +[36mpostgres_1 |[0m LOG: autovacuum launcher started |
| 70 | +[33mredis_1 |[0m 1:C 23 Dec 05:27:51.177 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf |
| 71 | +[33mredis_1 |[0m _._ |
| 72 | +[33mredis_1 |[0m _.-``__ ''-._ |
| 73 | +[33mredis_1 |[0m _.-`` `. `_. ''-._ Redis 3.0.5 (00000000/0) 64 bit |
| 74 | +[33mredis_1 |[0m .-`` .-```. ```\/ _.,_ ''-._ |
| 75 | +[33mredis_1 |[0m ( ' , .-` | `, ) Running in standalone mode |
| 76 | +[33mredis_1 |[0m |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 |
| 77 | +[33mredis_1 |[0m | `-._ `._ / _.-' | PID: 1 |
| 78 | +[33mredis_1 |[0m `-._ `-._ `-./ _.-' _.-' |
| 79 | +[33mredis_1 |[0m |`-._`-._ `-.__.-' _.-'_.-'| |
| 80 | +[33mredis_1 |[0m | `-._`-._ _.-'_.-' | http://redis.io |
| 81 | +[33mredis_1 |[0m `-._ `-._`-.__.-'_.-' _.-' |
| 82 | +[33mredis_1 |[0m |`-._`-._ `-.__.-' _.-'_.-'| |
| 83 | +[33mredis_1 |[0m | `-._`-._ _.-'_.-' | |
| 84 | +[33mredis_1 |[0m `-._ `-._`-.__.-'_.-' _.-' |
| 85 | +[33mredis_1 |[0m `-._ `-.__.-' _.-' |
| 86 | +[33mredis_1 |[0m `-._ _.-' |
| 87 | +[33mredis_1 |[0m `-.__.-' |
| 88 | +[33mredis_1 |[0m |
| 89 | +[33mredis_1 |[0m 1:M 23 Dec 05:27:51.185 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. |
| 90 | +[33mredis_1 |[0m 1:M 23 Dec 05:27:51.185 # Server started, Redis version 3.0.5 |
| 91 | +[33mredis_1 |[0m 1:M 23 Dec 05:27:51.185 # 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. |
| 92 | +[33mredis_1 |[0m 1:M 23 Dec 05:27:51.185 * The server is now ready to accept connections on port 6379 |
| 93 | +[33mredis_1 |[0m 1:M 24 Dec 11:29:52.370 * 1 changes in 3600 seconds. Saving... |
| 94 | +[33mredis_1 |[0m 1:M 24 Dec 11:29:52.371 * Background saving started by pid 10 |
| 95 | +[33mredis_1 |[0m 10:C 24 Dec 11:29:52.383 * DB saved on disk |
| 96 | +[33mredis_1 |[0m 10:C 24 Dec 11:29:52.384 * RDB: 0 MB of memory used by copy-on-write |
| 97 | +[33mredis_1 |[0m 1:M 24 Dec 11:29:52.472 * Background saving terminated with success |
| 98 | +[32msidekiq_1 |[0m 2018-12-24T11:29:51.590Z 1 TID-goggspiip INFO: Booting Sidekiq 5.2.3 with redis options {:url=>"redis://redis:6379/0", :id=>"Sidekiq-server-PID-1"} |
| 99 | +[32msidekiq_1 |[0m 2018-12-24T11:29:52.237Z 1 TID-goggspiip INFO: Running in ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux] |
| 100 | +[32msidekiq_1 |[0m 2018-12-24T11:29:52.238Z 1 TID-goggspiip INFO: See LICENSE and the LGPL-3.0 for licensing details. |
| 101 | +[32msidekiq_1 |[0m 2018-12-24T11:29:52.238Z 1 TID-goggspiip INFO: Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org |
| 102 | +[32msidekiq_1 |[0m 2018-12-24T11:29:52.245Z 1 TID-goggspiip INFO: Starting processing, hit Ctrl-C to stop |
| 103 | +[35mdrkiq_1 |[0m [6] Puma starting in cluster mode... |
| 104 | +[35mdrkiq_1 |[0m [6] * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas |
| 105 | +[35mdrkiq_1 |[0m [6] * Min threads: 5, max threads: 5 |
| 106 | +[35mdrkiq_1 |[0m [6] * Environment: development |
| 107 | +[35mdrkiq_1 |[0m [6] * Process workers: 1 |
| 108 | +[35mdrkiq_1 |[0m [6] * Preloading application |
| 109 | +[35mdrkiq_1 |[0m bundler: failed to load command: puma (/usr/local/bundle/bin/puma) |
| 110 | +[35mdrkiq_1 |[0m URI::InvalidURIError: bad URI(is not URI?): tcp://0.0.0.0:0.0.0.0:8000 |
| 111 | +[35mdrkiq_1 |[0m /usr/local/lib/ruby/2.5.0/uri/rfc3986_parser.rb:67:in `split' |
| 112 | +[35mdrkiq_1 |[0m /usr/local/lib/ruby/2.5.0/uri/rfc3986_parser.rb:73:in `parse' |
| 113 | +[35mdrkiq_1 |[0m /usr/local/lib/ruby/2.5.0/uri/common.rb:237:in `parse' |
| 114 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/binder.rb:89:in `block in parse' |
| 115 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/binder.rb:88:in `each' |
| 116 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/binder.rb:88:in `parse' |
| 117 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/runner.rb:151:in `load_and_bind' |
| 118 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/cluster.rb:410:in `run' |
| 119 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/launcher.rb:184:in `run' |
| 120 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/lib/puma/cli.rb:78:in `run' |
| 121 | +[35mdrkiq_1 |[0m /usr/local/bundle/gems/puma-3.12.0/bin/puma:10:in `<top (required)>' |
| 122 | +[35mdrkiq_1 |[0m /usr/local/bundle/bin/puma:23:in `load' |
| 123 | +[35mdrkiq_1 |[0m /usr/local/bundle/bin/puma:23:in `<top (required)>' |
| 124 | +[35mdrkiq_drkiq_1 exited with code 1 |
| 125 | +[0m |
0 commit comments