Skip to content

Instantly share code, notes, and snippets.

@aashestakov
Created December 24, 2019 07:55
Show Gist options
  • Save aashestakov/aadaa88075be9f18d5d2e117b7a11972 to your computer and use it in GitHub Desktop.
Save aashestakov/aadaa88075be9f18d5d2e117b7a11972 to your computer and use it in GitHub Desktop.
docker.txt
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-import-geobase: executing...
[cont-init.d] 01-import-geobase: exited 0.
[cont-init.d] 02-configure-hm3: executing...
/var/run/s6/etc/cont-init.d/02-configure-hm3: line 41: [: ==: unary operator expected
/var/run/s6/etc/cont-init.d/02-configure-hm3: line 43: [: !=: unary operator expected
[cont-init.d] 02-configure-hm3: exited 2.
[cont-init.d] 03-migrate-databases: executing...
PHP Warning: require(/hypermarket3/app/../vendor/autoload.php): failed to open stream: No such file or directory in /hypermarket3/app/autoload.php on line 7
PHP Fatal error: require(): Failed opening required '/hypermarket3/app/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /hypermarket3/app/autoload.php on line 7
PHP Warning: require(/hypermarket3/app/../vendor/autoload.php): failed to open stream: No such file or directory in /hypermarket3/app/autoload.php on line 7
PHP Fatal error: require(): Failed opening required '/hypermarket3/app/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /hypermarket3/app/autoload.php on line 7
[cont-init.d] 03-migrate-databases: exited 255.
[cont-init.d] 04-cache-clear-warmup: executing...
PHP Warning: require(/hypermarket3/app/../vendor/autoload.php): failed to open stream: No such file or directory in /hypermarket3/app/autoload.php on line 7
PHP Fatal error: require(): Failed opening required '/hypermarket3/app/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /hypermarket3/app/autoload.php on line 7
PHP Warning: require(/hypermarket3/app/../vendor/autoload.php): failed to open stream: No such file or directory in /hypermarket3/app/autoload.php on line 7
PHP Fatal error: require(): Failed opening required '/hypermarket3/app/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /hypermarket3/app/autoload.php on line 7
PHP Warning: require(/hypermarket3/app/../vendor/autoload.php): failed to open stream: No such file or directory in /hypermarket3/app/autoload.php on line 7
PHP Fatal error: require(): Failed opening required '/hypermarket3/app/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /hypermarket3/app/autoload.php on line 7
cat: /hypermarket3/var/logs/prod.log: No such file or directory
cat: /hypermarket3/var/logs/dev.log: No such file or directory
[cont-init.d] 04-cache-clear-warmup: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[24-Dec-2019 07:52:07] NOTICE: fpm is running, pid 324
[24-Dec-2019 07:52:07] NOTICE: ready to handle connections
nginx: [emerg] host not found in upstream "cloud.catalog.service.prp.ru" in /etc/nginx/conf.d/default.conf:34
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 00-nginx: executing...
Gracefully stopping nginx
nginx: [emerg] host not found in upstream "cloud.catalog.service.prp.ru" in /etc/nginx/conf.d/default.conf:34
[cont-finish.d] 00-nginx: exited 1.
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment