· 6 years ago · Mar 13, 2019, 04:02 PM
1Starting oh-chat_php_1 ... done
2Recreating oh-chat_composer_1 ... done
3Starting oh-chat_redis_1 ... done
4Starting oh-chat_nginx_1 ... done
5Starting oh-chat_pgsql_1 ... done
6Starting oh-chat_rabbitmq1_1 ... done
7Starting oh-chat_node_1 ... done
8Attaching to oh-chat_php_1, oh-chat_rabbitmq1_1, oh-chat_nginx_1, oh-chat_pgsql_1, oh-chat_redis_1, oh-chat_composer_1, oh-chat_node_1
9php_1 | [13-Mar-2019 15:27:15] NOTICE: fpm is running, pid 1
10php_1 | [13-Mar-2019 15:27:15] NOTICE: ready to handle connections
11pgsql_1 | 2019-03-13 15:27:16.260 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
12pgsql_1 | 2019-03-13 15:27:16.260 UTC [1] LOG: listening on IPv6 address "::", port 5432
13pgsql_1 | 2019-03-13 15:27:16.275 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
14pgsql_1 | 2019-03-13 15:27:16.299 UTC [22] LOG: database system was shut down at 2019-03-13 15:27:04 UTC
15pgsql_1 | 2019-03-13 15:27:16.307 UTC [1] LOG: database system is ready to accept connections
16redis_1 | 1:C 13 Mar 2019 15:27:16.414 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
17redis_1 | 1:C 13 Mar 2019 15:27:16.414 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
18redis_1 | 1:C 13 Mar 2019 15:27:16.414 # Configuration loaded
19redis_1 | 1:M 13 Mar 2019 15:27:16.424 * Running mode=standalone, port=6379.
20redis_1 | 1:M 13 Mar 2019 15:27:16.424 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 12
218.
22redis_1 | 1:M 13 Mar 2019 15:27:16.424 # Server initialized
23redis_1 | 1:M 13 Mar 2019 15:27:16.424 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues
24with 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 set
25ting after a reboot. Redis must be restarted after THP is disabled.
26redis_1 | 1:M 13 Mar 2019 15:27:16.426 * DB loaded from append only file: 0.002 seconds
27redis_1 | 1:M 13 Mar 2019 15:27:16.426 * Ready to accept connections
28composer_1 | ______
29composer_1 | / ____/___ ____ ___ ____ ____ ________ _____
30composer_1 | / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
31composer_1 | / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
32composer_1 | \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
33composer_1 | /_/
34composer_1 | Composer version 1.8.4 2019-02-11 10:52:10
35composer_1 |
36composer_1 | Usage:
37composer_1 | command [options] [arguments]
38composer_1 |
39composer_1 | Options:
40composer_1 | -h, --help Display this help message
41composer_1 | -q, --quiet Do not output any message
42composer_1 | -V, --version Display this application version
43composer_1 | --ansi Force ANSI output
44composer_1 | --no-ansi Disable ANSI output
45composer_1 | -n, --no-interaction Do not ask any interactive question
46composer_1 | --profile Display timing and memory usage information
47composer_1 | --no-plugins Whether to disable plugins.
48composer_1 | -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
49composer_1 | -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
50composer_1 |
51composer_1 | Available commands:
52composer_1 | about Shows the short information about Composer.
53composer_1 | archive Creates an archive of this composer package.
54composer_1 | browse Opens the package's repository URL or homepage in your browser.
55composer_1 | check-platform-reqs Check that platform requirements are satisfied.
56composer_1 | clear-cache Clears composer's internal package cache.
57composer_1 | clearcache Clears composer's internal package cache.
58composer_1 | config Sets config options.
59composer_1 | create-project Creates new project from a package into given directory.
60composer_1 | depends Shows which packages cause the given package to be installed.
61composer_1 | diagnose Diagnoses the system to identify common errors.
62composer_1 | dump-autoload Dumps the autoloader.
63composer_1 | dumpautoload Dumps the autoloader.
64composer_1 | exec Executes a vendored binary/script.
65composer_1 | global Allows running commands in the global composer dir ($COMPOSER_HOME).
66composer_1 | help Displays help for a command
67composer_1 | home Opens the package's repository URL or homepage in your browser.
68composer_1 | i Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
69composer_1 | info Shows information about packages.
70composer_1 | init Creates a basic composer.json file in current directory.
71composer_1 | install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
72composer_1 | licenses Shows information about licenses of dependencies.
73composer_1 | list Lists commands
74composer_1 | outdated Shows a list of installed packages that have updates available, including their latest version.
75composer_1 | prohibits Shows which packages prevent the given package from being installed.
76composer_1 | remove Removes a package from the require or require-dev.
77composer_1 | require Adds required packages to your composer.json and installs them.
78composer_1 | run-script Runs the scripts defined in composer.json.
79composer_1 | search Searches for packages.
80composer_1 | self-update Updates composer.phar to the latest version.
81composer_1 | selfupdate Updates composer.phar to the latest version.
82composer_1 | show Shows information about packages.
83composer_1 | status Shows a list of locally modified packages, for packages installed from source.
84composer_1 | suggests Shows package suggestions.
85composer_1 | u Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
86composer_1 | update Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
87composer_1 | upgrade Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
88composer_1 | validate Validates a composer.json and composer.lock.
89composer_1 | why Shows which packages cause the given package to be installed.
90composer_1 | why-not Shows which packages prevent the given package from being installed.
91node_1 | npm ERR! path /home/node/app/package.json
92node_1 | npm ERR! code ENOENT
93node_1 | npm ERR! errno -2
94node_1 | npm ERR! syscall open
95node_1 | npm ERR! enoent ENOENT: no such file or directory, open '/home/node/app/package.json'
96node_1 | npm ERR! enoent This is related to npm not being able to find a file.
97node_1 | npm ERR! enoent
98node_1 |
99node_1 | npm ERR! A complete log of this run can be found in:
100node_1 | npm ERR! /home/node/.npm/_logs/2019-03-13T15_27_17_058Z-debug.log
101oh-chat_composer_1 exited with code 0
102oh-chat_node_1 exited with code 254
103rabbitmq1_1 | 2019-03-13 15:27:23.966 [info] <0.281.0>
104rabbitmq1_1 | Starting RabbitMQ 3.7.13 on Erlang 21.2.7
105rabbitmq1_1 | Copyright (C) 2007-2019 Pivotal Software, Inc.
106rabbitmq1_1 | Licensed under the MPL. See http://www.rabbitmq.com/
107rabbitmq1_1 |
108rabbitmq1_1 | ## ##
109rabbitmq1_1 | ## ## RabbitMQ 3.7.13. Copyright (C) 2007-2019 Pivotal Software, Inc.
110rabbitmq1_1 | ########## Licensed under the MPL. See http://www.rabbitmq.com/
111rabbitmq1_1 | ###### ##
112rabbitmq1_1 | ########## Logs: <stdout>
113rabbitmq1_1 |
114rabbitmq1_1 | Starting broker...
115rabbitmq1_1 | 2019-03-13 15:27:23.967 [info] <0.281.0>
116rabbitmq1_1 | node : rabbit@rabbitmq1
117rabbitmq1_1 | home dir : /var/lib/rabbitmq
118rabbitmq1_1 | config file(s) : /etc/rabbitmq/rabbitmq.conf
119rabbitmq1_1 | cookie hash : q+JGOgyknSOfAO+hCmhPDw==
120rabbitmq1_1 | log(s) : <stdout>
121rabbitmq1_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@rabbitmq1
122rabbitmq1_1 | 2019-03-13 15:27:24.288 [info] <0.287.0> Memory high watermark set to 792 MiB (830613094 bytes) of 1980 MiB (2076532736 bytes) total
123rabbitmq1_1 | 2019-03-13 15:27:24.293 [info] <0.289.0> Enabling free disk space monitoring
124rabbitmq1_1 | 2019-03-13 15:27:24.293 [info] <0.289.0> Disk free limit set to 50MB
125rabbitmq1_1 | 2019-03-13 15:27:24.298 [info] <0.293.0> FHC read buffering: OFF
126rabbitmq1_1 | 2019-03-13 15:27:24.298 [info] <0.292.0> Limiting to approx 1048476 file handles (943626 sockets)
127rabbitmq1_1 | 2019-03-13 15:27:24.298 [info] <0.293.0> FHC write buffering: ON
128rabbitmq1_1 | 2019-03-13 15:27:24.300 [info] <0.281.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
129rabbitmq1_1 | 2019-03-13 15:27:24.348 [info] <0.281.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
130rabbitmq1_1 | 2019-03-13 15:27:24.349 [info] <0.281.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
131rabbitmq1_1 | 2019-03-13 15:27:24.350 [info] <0.281.0> Priority queues enabled, real BQ is rabbit_variable_queue
132rabbitmq1_1 | 2019-03-13 15:27:24.359 [info] <0.317.0> Starting rabbit_node_monitor
133rabbitmq1_1 | 2019-03-13 15:27:24.395 [info] <0.281.0> Management plugin: using rates mode 'basic'
134rabbitmq1_1 | 2019-03-13 15:27:24.397 [info] <0.348.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@rabbitmq1/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' fo
135r vhost '/' exists
136rabbitmq1_1 | 2019-03-13 15:27:24.405 [info] <0.348.0> Starting message stores for vhost '/'
137rabbitmq1_1 | 2019-03-13 15:27:24.406 [info] <0.352.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
138rabbitmq1_1 | 2019-03-13 15:27:24.408 [info] <0.348.0> Started message store of type transient for vhost '/'
139rabbitmq1_1 | 2019-03-13 15:27:24.408 [info] <0.355.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
140rabbitmq1_1 | 2019-03-13 15:27:24.411 [info] <0.348.0> Started message store of type persistent for vhost '/'
141rabbitmq1_1 | 2019-03-13 15:27:24.416 [warning] <0.376.0> Setting Ranch options together with socket options is deprecated. Please use the new map syntax that allows specif
142ying socket options separately from other options.
143rabbitmq1_1 | 2019-03-13 15:27:24.417 [info] <0.390.0> started TCP listener on [::]:5672
144rabbitmq1_1 | 2019-03-13 15:27:24.417 [info] <0.281.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@rabbitmq1
145rabbitmq1_1 | 2019-03-13 15:27:24.418 [info] <0.281.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@rabbit
146mq1
147rabbitmq1_1 | 2019-03-13 15:27:24.459 [info] <0.442.0> Management plugin: HTTP (non-TLS) listener started on port 15672
148rabbitmq1_1 | 2019-03-13 15:27:24.460 [info] <0.548.0> Statistics database started.
149rabbitmq1_1 | 2019-03-13 15:27:24.575 [info] <0.8.0> Server startup complete; 3 plugins started.
150rabbitmq1_1 | * rabbitmq_management
151rabbitmq1_1 | * rabbitmq_web_dispatch
152rabbitmq1_1 | * rabbitmq_management_agent
153rabbitmq1_1 | completed with 3 plugins.
154php_1 | 172.18.0.7 - 13/Mar/2019:15:27:26 +0000 "GET /index.php" 200
155nginx_1 | 172.18.0.1 - - [13/Mar/2019:15:27:26 +0000] "GET / HTTP/1.1" 200 394 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr
156ome/72.0.3626.121 Safari/537.36"
157php_1 | 172.18.0.7 - 13/Mar/2019:15:27:26 +0000 "GET /index.php" 200
158nginx_1 | 172.18.0.1 - - [13/Mar/2019:15:27:26 +0000] "GET /favicon.ico HTTP/1.1" 200 394 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537
159.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36"
160php_1 | 172.18.0.7 - 13/Mar/2019:15:34:33 +0000 "GET /index.php" 200
161nginx_1 | 172.18.0.1 - - [13/Mar/2019:15:34:33 +0000] "GET / HTTP/1.1" 200 394 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr
162ome/72.0.3626.121 Safari/537.36"
163php_1 | 172.18.0.7 - 13/Mar/2019:15:34:33 +0000 "GET /index.php" 200
164nginx_1 | 172.18.0.1 - - [13/Mar/2019:15:34:33 +0000] "GET /favicon.ico HTTP/1.1" 200 394 "http://localhost/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537
165.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36"
166composer_1 | ______
167composer_1 | / ____/___ ____ ___ ____ ____ ________ _____
168composer_1 | / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
169composer_1 | / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
170composer_1 | \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
171composer_1 | /_/
172composer_1 | Composer version 1.8.4 2019-02-11 10:52:10
173composer_1 |
174composer_1 | Usage:
175composer_1 | command [options] [arguments]
176composer_1 |
177composer_1 | Options:
178composer_1 | -h, --help Display this help message
179composer_1 | -q, --quiet Do not output any message
180composer_1 | -V, --version Display this application version
181composer_1 | --ansi Force ANSI output
182composer_1 | --no-ansi Disable ANSI output
183composer_1 | -n, --no-interaction Do not ask any interactive question
184composer_1 | --profile Display timing and memory usage information
185composer_1 | --no-plugins Whether to disable plugins.
186composer_1 | -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
187composer_1 | -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
188composer_1 |
189composer_1 | Available commands:
190composer_1 | about Shows the short information about Composer.
191composer_1 | archive Creates an archive of this composer package.
192composer_1 | browse Opens the package's repository URL or homepage in your browser.
193composer_1 | check-platform-reqs Check that platform requirements are satisfied.
194composer_1 | clear-cache Clears composer's internal package cache.
195composer_1 | clearcache Clears composer's internal package cache.
196composer_1 | config Sets config options.
197composer_1 | create-project Creates new project from a package into given directory.
198composer_1 | depends Shows which packages cause the given package to be installed.
199composer_1 | diagnose Diagnoses the system to identify common errors.
200composer_1 | dump-autoload Dumps the autoloader.
201composer_1 | dumpautoload Dumps the autoloader.
202composer_1 | exec Executes a vendored binary/script.
203composer_1 | global Allows running commands in the global composer dir ($COMPOSER_HOME).
204composer_1 | help Displays help for a command
205composer_1 | home Opens the package's repository URL or homepage in your browser.
206composer_1 | i Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
207composer_1 | info Shows information about packages.
208composer_1 | init Creates a basic composer.json file in current directory.
209composer_1 | install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
210composer_1 | licenses Shows information about licenses of dependencies.
211composer_1 | list Lists commands
212composer_1 | outdated Shows a list of installed packages that have updates available, including their latest version.
213composer_1 | prohibits Shows which packages prevent the given package from being installed.
214composer_1 | remove Removes a package from the require or require-dev.
215composer_1 | require Adds required packages to your composer.json and installs them.
216composer_1 | run-script Runs the scripts defined in composer.json.
217composer_1 | search Searches for packages.
218composer_1 | self-update Updates composer.phar to the latest version.
219composer_1 | selfupdate Updates composer.phar to the latest version.
220composer_1 | show Shows information about packages.
221composer_1 | status Shows a list of locally modified packages, for packages installed from source.
222composer_1 | suggests Shows package suggestions.
223composer_1 | u Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
224composer_1 | update Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
225composer_1 | upgrade Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
226composer_1 | validate Validates a composer.json and composer.lock.
227composer_1 | why Shows which packages cause the given package to be installed.
228composer_1 | why-not Shows which packages prevent the given package from being installed.
229node_1 | npm ERR! path /home/node/app/package.json
230node_1 | npm ERR! code ENOENT
231node_1 | npm ERR! errno -2
232node_1 | npm ERR! syscall open
233node_1 | npm ERR! enoent ENOENT: no such file or directory, open '/home/node/app/package.json'
234node_1 | npm ERR! enoent This is related to npm not being able to find a file.
235node_1 | npm ERR! enoent
236node_1 |
237node_1 | npm ERR! A complete log of this run can be found in:
238node_1 | npm ERR! /home/node/.npm/_logs/2019-03-13T15_41_52_695Z-debug.log
239oh-chat_composer_1 exited with code 0
240oh-chat_node_1 exited with code 254