Skip to content

Instantly share code, notes, and snippets.

@gohuygo
Created October 16, 2019 05:18
Show Gist options
  • Select an option

  • Save gohuygo/4a160679a61d71f9704cc5f6c8afd2b8 to your computer and use it in GitHub Desktop.

Select an option

Save gohuygo/4a160679a61d71f9704cc5f6c8afd2b8 to your computer and use it in GitHub Desktop.
Step 16/16 : RUN ./bin/setup
---> Running in ec4a9cacc432
== Installing dependencies ==
The Gemfile's dependencies are satisfied
yarn install v1.19.1
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@babel/preset-react > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@babel/preset-react > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@babel/preset-react > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@babel/preset-react > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@babel/preset-react > @babel/plugin-transform-react-jsx > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > @date-io/[email protected]" has incorrect peer dependency "[email protected]".
warning " > @material-ui/[email protected]" has unmet peer dependency "@date-io/core@^1.3.6".
warning " > [email protected]" has unmet peer dependency "webpack@^4.0.0".
warning " > [email protected]" has unmet peer dependency "webpack@^4.0.0".
warning "webpack-dev-server > [email protected]" has unmet peer dependency "webpack@^4.0.0".
[4/4] Building fresh packages...
Done in 108.79s.
== Copying sample files ==
== Removing old logs and tempfiles ==
== Creating rpush applications ==
Could not create GCM app for push notifications, please set the GCM_* environment variables
Could not create APN app for push notifications, please set the APN_* environment variables
== Setting up SSL ==
Removing intermediate container ec4a9cacc432
---> 7d5947fbd25f
Successfully built 7d5947fbd25f
Successfully tagged deliver2_web:latest
WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating redis ... done
Creating db ... done
Creating web ... done
Attaching to redis, db, web
redis | 1:C 16 Oct 2019 05:15:38.982 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis | 1:C 16 Oct 2019 05:15:38.982 # Redis version=5.0.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis | 1:C 16 Oct 2019 05:15:38.982 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis | 1:M 16 Oct 2019 05:15:38.985 * Running mode=standalone, port=6379.
redis | 1:M 16 Oct 2019 05:15:38.985 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis | 1:M 16 Oct 2019 05:15:38.985 # Server initialized
redis | 1:M 16 Oct 2019 05:15:38.985 # 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.
redis | 1:M 16 Oct 2019 05:15:38.985 * DB loaded from disk: 0.000 seconds
redis | 1:M 16 Oct 2019 05:15:38.985 * Ready to accept connections
db | 2019-10-16 05:15:39.390 UTC [1] LOG: starting PostgreSQL 12.0 (Debian 12.0-2.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
db | 2019-10-16 05:15:39.391 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db | 2019-10-16 05:15:39.391 UTC [1] LOG: listening on IPv6 address "::", port 5432
db | 2019-10-16 05:15:39.395 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db | 2019-10-16 05:15:39.425 UTC [22] LOG: database system was interrupted; last known up at 2019-10-16 05:04:01 UTC
db | 2019-10-16 05:15:39.702 UTC [22] LOG: database system was not properly shut down; automatic recovery in progress
db | 2019-10-16 05:15:39.705 UTC [22] LOG: redo starts at 0/1645F58
db | 2019-10-16 05:15:39.705 UTC [22] LOG: invalid record length at 0/1645F90: wanted 24, got 0
db | 2019-10-16 05:15:39.705 UTC [22] LOG: redo done at 0/1645F58
db | 2019-10-16 05:15:39.729 UTC [1] LOG: database system is ready to accept connections
web | 05:15:41 webpack-dev-server.1 | started with pid 8
web | 05:15:41 web.1 | started with pid 9
web | 05:15:41 worker.1 | started with pid 10
web | 05:15:41 rpush.1 | started with pid 12
web | 05:15:45 webpack-dev-server.1 | yarn run v1.19.1
web | 05:15:45 webpack-dev-server.1 | error Command "webpack-dev-server" not found.
web | 05:15:45 webpack-dev-server.1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
web | 05:15:45 webpack-dev-server.1 | exited with code 1
web | 05:15:45 system | sending SIGTERM to all processes
web | 05:15:46 web.1 | terminated by SIGTERM
web | 05:15:46 worker.1 | terminated by SIGTERM
web | 05:15:46 rpush.1 | terminated by SIGTERM
web exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment