Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コンテナビルド時にEC-CUBEを初期化せずに、コンテナ初回起動時に初期化する。 #5369

Merged
merged 7 commits into from
Jul 12, 2022

Conversation

kiy0taka
Copy link
Contributor

概要(Overview・Refs Issue)

コンテナビルド時に初期化する方法では、SQLiteのみしか初期化できない。
コンテナ初回起動時に初期化する方法にすれば、実行時に利用しているデータベースに合わせて初期化できる。

方針(Policy)

  • SKIP_INSTALL_SCRIPT_ON_DOCKER_BUILD を廃止。
  • 初回起動時かどうかは次の2点で判定。
    • vendorディレクトリが空かどうか
    • select * from dtb_base_infoを実行できるかどうか

実装に関する補足(Appendix)

テスト(Test)

  1. 初回起動(EC-CUBEが初期化される)
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d
ec-cubeコンテナ起動ログ
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 182 installs, 0 updates, 0 removals
  - Downloading composer/package-versions-deprecated (1.11.99.4)
  - Downloading ec-cube/plugin-installer (2.0.1)
  - Downloading kylekatarnls/update-helper (1.2.1)
  - Downloading symfony/flex (v1.17.6)
  - Downloading behat/gherkin (v4.9.0)
  - Downloading fzaninotto/faker (v1.9.2)
  - Downloading bheller/images-generator (1.0.1)
  - Downloading symfony/polyfill-php72 (v1.24.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.24.0)
  - Downloading symfony/polyfill-intl-idn (v1.24.0)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading guzzlehttp/psr7 (1.8.5)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading guzzlehttp/guzzle (6.5.5)
  - Downloading captbaritone/mailcatcher-codeception-module (1.2.1)
  - Downloading sebastian/diff (3.0.3)
  - Downloading sebastian/recursion-context (3.0.1)
  - Downloading sebastian/exporter (3.1.4)
  - Downloading sebastian/comparator (3.0.3)
  - Downloading sebastian/version (2.0.1)
  - Downloading sebastian/resource-operations (2.0.2)
  - Downloading sebastian/object-reflector (1.1.2)
  - Downloading sebastian/object-enumerator (3.0.4)
  - Downloading sebastian/global-state (2.0.0)
  - Downloading sebastian/environment (4.2.4)
  - Downloading phpunit/php-timer (2.1.3)
  - Downloading phpunit/php-text-template (1.2.1)
  - Downloading phpunit/php-file-iterator (2.0.5)
  - Downloading theseer/tokenizer (1.2.1)
  - Downloading sebastian/code-unit-reverse-lookup (1.0.2)
  - Downloading phpunit/php-token-stream (3.1.3)
  - Downloading phpunit/php-code-coverage (6.1.4)
  - Downloading symfony/polyfill-ctype (v1.25.0)
  - Downloading webmozart/assert (1.10.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading phpdocumentor/type-resolver (1.6.0)
  - Downloading phpdocumentor/reflection-docblock (5.3.0)
  - Downloading doctrine/instantiator (1.4.0)
  - Downloading phpspec/prophecy (v1.15.0)
  - Downloading phar-io/version (2.0.1)
  - Downloading phar-io/manifest (1.0.3)
  - Downloading myclabs/deep-copy (1.10.2)
  - Downloading symfony/polyfill-mbstring (v1.25.0)
  - Downloading phpunit/phpunit (7.5.20)
  - Downloading codeception/phpunit-wrapper (7.8.2)
  - Downloading codeception/lib-asserts (1.13.2)
  - Downloading symfony/yaml (v4.4.36)
  - Downloading symfony/polyfill-php80 (v1.25.0)
  - Downloading symfony/finder (v4.4.37)
  - Downloading symfony/event-dispatcher-contracts (v1.1.11)
  - Downloading symfony/event-dispatcher (v4.4.34)
  - Downloading symfony/css-selector (v4.4.27)
  - Downloading symfony/deprecation-contracts (v2.5.1)
  - Downloading psr/container (1.1.1)
  - Downloading symfony/service-contracts (v2.5.1)
  - Downloading symfony/polyfill-php73 (v1.25.0)
  - Downloading symfony/console (v4.4.40)
  - Downloading codeception/stub (3.0.0)
  - Downloading codeception/codeception (4.1.28)
  - Downloading codeception/module-asserts (1.3.1)
  - Downloading symfony/dom-crawler (v4.4.36)
  - Downloading symfony/browser-kit (v4.4.27)
  - Downloading codeception/lib-innerbrowser (1.5.1)
  - Downloading codeception/module-phpbrowser (1.0.2)
  - Downloading softcreatr/jsonpath (0.7.5)
  - Downloading justinrainbow/json-schema (5.2.12)
  - Downloading codeception/module-rest (1.4.2)
  - Downloading symfony/process (v4.4.40)
  - Downloading php-webdriver/webdriver (1.12.0)
  - Downloading codeception/module-webdriver (1.4.0)
  - Downloading symfony/filesystem (v4.4.39)
  - Downloading seld/phar-utils (1.2.0)
  - Downloading seld/jsonlint (1.9.0)
  - Downloading react/promise (v2.9.0)
  - Downloading psr/log (1.1.4)
  - Downloading composer/pcre (1.0.1)
  - Downloading composer/xdebug-handler (2.0.5)
  - Downloading composer/spdx-licenses (1.5.6)
  - Downloading composer/semver (3.3.2)
  - Downloading composer/metadata-minifier (1.0.0)
  - Downloading composer/ca-bundle (1.3.1)
  - Downloading composer/composer (2.2.12)
  - Downloading symfony/routing (v4.4.34)
  - Downloading symfony/mime (v5.4.2)
  - Downloading symfony/http-foundation (v4.4.36)
  - Downloading symfony/http-client-contracts (v2.5.0)
  - Downloading symfony/var-dumper (v4.4.36)
  - Downloading symfony/debug (v4.4.36)
  - Downloading symfony/error-handler (v4.4.36)
  - Downloading symfony/http-kernel (v4.4.36)
  - Downloading symfony/dependency-injection (v4.4.36)
  - Downloading symfony/polyfill-php81 (v1.24.0)
  - Downloading symfony/config (v4.4.36)
  - Downloading symfony/var-exporter (v5.4.2)
  - Downloading psr/cache (1.0.1)
  - Downloading symfony/cache-contracts (v2.5.0)
  - Downloading symfony/cache (v4.4.36)
  - Downloading symfony/framework-bundle (v4.4.36)
  - Downloading doctrine/lexer (1.2.2)
  - Downloading doctrine/annotations (1.13.2)
  - Downloading doctrine/reflection (1.2.2)
  - Downloading doctrine/event-manager (1.1.1)
  - Downloading doctrine/collections (1.6.8)
  - Downloading doctrine/cache (1.12.1)
  - Downloading doctrine/persistence (1.3.8)
  - Downloading symfony/doctrine-bridge (v4.4.36)
  - Downloading jdorn/sql-formatter (v1.2.17)
  - Downloading doctrine/inflector (1.3.1)
  - Downloading doctrine/doctrine-cache-bundle (1.4.0)
  - Downloading doctrine/deprecations (v0.5.3)
  - Downloading doctrine/dbal (2.13.7)
  - Downloading doctrine/doctrine-bundle (1.12.13)
  - Downloading dama/doctrine-test-bundle (v5.0.5)
  - Downloading doctrine/common (2.13.3)
  - Downloading doctrine/orm (2.7.5)
  - Downloading doctrine/data-fixtures (1.5.1)
  - Downloading doctrine/doctrine-fixtures-bundle (3.4.1)
  - Downloading laminas/laminas-zendframework-bridge (1.4.1)
  - Downloading laminas/laminas-eventmanager (3.4.0)
  - Downloading laminas/laminas-code (3.4.1)
  - Downloading friendsofphp/proxy-manager-lts (v1.0.5)
  - Downloading doctrine/migrations (v1.8.1)
  - Downloading doctrine/doctrine-migrations-bundle (v1.3.2)
  - Downloading monolog/monolog (1.26.1)
  - Downloading easycorp/easy-log-handler (v1.0.9)
  - Downloading egulias/email-validator (2.1.25)
  - Downloading ezyang/htmlpurifier (v4.14.0)
  - Downloading exercise/htmlpurifier-bundle (v3.1.0)
  - Downloading symfony/stopwatch (v4.4.27)
  - Downloading symfony/options-resolver (v4.4.30)
  - Downloading php-cs-fixer/diff (v1.3.1)
  - Downloading friendsofphp/php-cs-fixer (v2.19.3)
  - Downloading twig/twig (v2.14.11)
  - Downloading knplabs/knp-components (v1.3.10)
  - Downloading knplabs/knp-paginator-bundle (v2.8.0)
  - Downloading mikey179/vfsstream (v1.6.10)
  - Downloading symfony/translation-contracts (v2.5.0)
  - Downloading symfony/translation (v4.4.34)
  - Downloading nesbot/carbon (1.39.1)
  - Downloading phpstan/phpstan (0.12.99)
  - Downloading pimple/pimple (v1.1.1)
  - Downloading psr/simple-cache (1.0.1)
  - Downloading robthree/twofactorauth (1.8.1)
  - Downloading sensio/framework-extra-bundle (v5.6.1)
  - Downloading tecnickcom/tcpdf (6.4.4)
  - Downloading setasign/fpdi (v2.3.6)
  - Downloading setasign/fpdi-tcpdf (v2.3.0)
  - Downloading skorp/detect-incompatible-samesite-useragents (1.0.1)
  - Downloading mobiledetect/mobiledetectlib (2.8.37)
  - Downloading suncat/mobile-detect-bundle (v1.1.1)
  - Downloading symfony/asset (v4.4.27)
  - Downloading symfony/twig-bridge (v4.4.36)
  - Downloading symfony/debug-bundle (v4.4.36)
  - Downloading symfony/dotenv (v4.4.36)
  - Downloading symfony/expression-language (v4.4.34)
  - Downloading symfony/inflector (v4.4.34)
  - Downloading symfony/property-access (v4.4.36)
  - Downloading symfony/polyfill-intl-icu (v1.24.0)
  - Downloading symfony/intl (v4.4.36)
  - Downloading symfony/form (v4.4.36)
  - Downloading nikic/php-parser (v4.13.2)
  - Downloading symfony/maker-bundle (v1.36.4)
  - Downloading symfony/monolog-bridge (v4.4.27)
  - Downloading symfony/monolog-bundle (v3.7.1)
  - Downloading symfony/phpunit-bridge (v4.4.34)
  - Downloading symfony/polyfill-iconv (v1.24.0)
  - Downloading symfony/proxy-manager-bridge (v4.4.36)
  - Downloading symfony/security (v4.4.36)
  - Downloading symfony/security-bundle (v4.4.36)
  - Downloading symfony/serializer (v4.4.36)
  - Downloading swiftmailer/swiftmailer (v6.3.0)
  - Downloading symfony/swiftmailer-bundle (v3.5.3)
  - Downloading symfony/templating (v4.4.36)
  - Downloading symfony/validator (v4.4.36)
  - Downloading symfony/twig-bundle (v4.4.36)
  - Downloading symfony/web-profiler-bundle (v4.4.31)
  - Downloading symfony/web-server-bundle (v4.4.27)
  - Downloading symfony/workflow (v4.4.27)
  - Downloading twig/extensions (v1.5.4)
  - Downloading vlucas/phpdotenv (v2.4.0)
   0/181 [>---------------------------]   0%
  14/181 [==>-------------------------]   7%
  24/181 [===>------------------------]  13%
  38/181 [=====>----------------------]  20%
  56/181 [========>-------------------]  30%
  74/181 [===========>----------------]  40%
  93/181 [==============>-------------]  51%
 109/181 [================>-----------]  60%
 127/181 [===================>--------]  70%
 141/181 [=====================>------]  77%
 147/181 [======================>-----]  81%
 160/181 [========================>---]  88%
 163/181 [=========================>--]  90%
 177/181 [===========================>]  97%
 181/181 [============================] 100%
  - Installing composer/package-versions-deprecated (1.11.99.4): Extracting archive
  - Installing ec-cube/plugin-installer (2.0.1): Extracting archive
  - Installing kylekatarnls/update-helper (1.2.1): Extracting archive
  - Installing symfony/flex (v1.17.6): Extracting archive
  - Installing behat/gherkin (v4.9.0): Extracting archive
  - Installing fzaninotto/faker (v1.9.2): Extracting archive
  - Installing bheller/images-generator (1.0.1): Extracting archive
  - Installing symfony/polyfill-php72 (v1.24.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.24.0): Extracting archive
  - Installing symfony/polyfill-intl-idn (v1.24.0): Extracting archive
  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing guzzlehttp/psr7 (1.8.5): Extracting archive
  - Installing guzzlehttp/promises (1.5.1): Extracting archive
  - Installing guzzlehttp/guzzle (6.5.5): Extracting archive
  - Installing captbaritone/mailcatcher-codeception-module (1.2.1): Extracting archive
  - Installing sebastian/diff (3.0.3): Extracting archive
  - Installing sebastian/recursion-context (3.0.1): Extracting archive
  - Installing sebastian/exporter (3.1.4): Extracting archive
  - Installing sebastian/comparator (3.0.3): Extracting archive
  - Installing sebastian/version (2.0.1): Extracting archive
  - Installing sebastian/resource-operations (2.0.2): Extracting archive
  - Installing sebastian/object-reflector (1.1.2): Extracting archive
  - Installing sebastian/object-enumerator (3.0.4): Extracting archive
  - Installing sebastian/global-state (2.0.0): Extracting archive
  - Installing sebastian/environment (4.2.4): Extracting archive
  - Installing phpunit/php-timer (2.1.3): Extracting archive
  - Installing phpunit/php-text-template (1.2.1): Extracting archive
  - Installing phpunit/php-file-iterator (2.0.5): Extracting archive
  - Installing theseer/tokenizer (1.2.1): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (1.0.2): Extracting archive
  - Installing phpunit/php-token-stream (3.1.3): Extracting archive
  - Installing phpunit/php-code-coverage (6.1.4): Extracting archive
  - Installing symfony/polyfill-ctype (v1.25.0): Extracting archive
  - Installing webmozart/assert (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing doctrine/instantiator (1.4.0): Extracting archive
  - Installing phpspec/prophecy (v1.15.0): Extracting archive
  - Installing phar-io/version (2.0.1): Extracting archive
  - Installing phar-io/manifest (1.0.3): Extracting archive
  - Installing myclabs/deep-copy (1.10.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.25.0): Extracting archive
  - Installing phpunit/phpunit (7.5.20): Extracting archive
  - Installing codeception/phpunit-wrapper (7.8.2): Extracting archive
  - Installing codeception/lib-asserts (1.13.2): Extracting archive
  - Installing symfony/yaml (v4.4.36): Extracting archive
  - Installing symfony/polyfill-php80 (v1.25.0): Extracting archive
  - Installing symfony/finder (v4.4.37): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
  - Installing symfony/event-dispatcher (v4.4.34): Extracting archive
  - Installing symfony/css-selector (v4.4.27): Extracting archive
  - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
  - Installing psr/container (1.1.1): Extracting archive
  - Installing symfony/service-contracts (v2.5.1): Extracting archive
  - Installing symfony/polyfill-php73 (v1.25.0): Extracting archive
  - Installing symfony/console (v4.4.40): Extracting archive
  - Installing codeception/stub (3.0.0): Extracting archive
  - Installing codeception/codeception (4.1.28): Extracting archive
  - Installing codeception/module-asserts (1.3.1): Extracting archive
  - Installing symfony/dom-crawler (v4.4.36): Extracting archive
  - Installing symfony/browser-kit (v4.4.27): Extracting archive
  - Installing codeception/lib-innerbrowser (1.5.1): Extracting archive
  - Installing codeception/module-phpbrowser (1.0.2): Extracting archive
  - Installing softcreatr/jsonpath (0.7.5): Extracting archive
  - Installing justinrainbow/json-schema (5.2.12): Extracting archive
  - Installing codeception/module-rest (1.4.2): Extracting archive
  - Installing symfony/process (v4.4.40): Extracting archive
  - Installing php-webdriver/webdriver (1.12.0): Extracting archive
  - Installing codeception/module-webdriver (1.4.0): Extracting archive
  - Installing symfony/filesystem (v4.4.39): Extracting archive
  - Installing seld/phar-utils (1.2.0): Extracting archive
  - Installing seld/jsonlint (1.9.0): Extracting archive
  - Installing react/promise (v2.9.0): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing composer/pcre (1.0.1): Extracting archive
  - Installing composer/xdebug-handler (2.0.5): Extracting archive
  - Installing composer/spdx-licenses (1.5.6): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing composer/metadata-minifier (1.0.0): Extracting archive
  - Installing composer/ca-bundle (1.3.1): Extracting archive
  - Installing composer/composer (2.2.12): Extracting archive
  - Installing symfony/routing (v4.4.34): Extracting archive
  - Installing symfony/mime (v5.4.2): Extracting archive
  - Installing symfony/http-foundation (v4.4.36): Extracting archive
  - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
  - Installing symfony/var-dumper (v4.4.36): Extracting archive
  - Installing symfony/debug (v4.4.36): Extracting archive
  - Installing symfony/error-handler (v4.4.36): Extracting archive
  - Installing symfony/http-kernel (v4.4.36): Extracting archive
  - Installing symfony/dependency-injection (v4.4.36): Extracting archive
  - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
  - Installing symfony/config (v4.4.36): Extracting archive
  - Installing symfony/var-exporter (v5.4.2): Extracting archive
  - Installing psr/cache (1.0.1): Extracting archive
  - Installing symfony/cache-contracts (v2.5.0): Extracting archive
  - Installing symfony/cache (v4.4.36): Extracting archive
  - Installing symfony/framework-bundle (v4.4.36): Extracting archive
  - Installing doctrine/lexer (1.2.2): Extracting archive
  - Installing doctrine/annotations (1.13.2): Extracting archive
  - Installing doctrine/reflection (1.2.2): Extracting archive
  - Installing doctrine/event-manager (1.1.1): Extracting archive
  - Installing doctrine/collections (1.6.8): Extracting archive
  - Installing doctrine/cache (1.12.1): Extracting archive
  - Installing doctrine/persistence (1.3.8): Extracting archive
  - Installing symfony/doctrine-bridge (v4.4.36): Extracting archive
  - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
  - Installing doctrine/inflector (1.3.1): Extracting archive
  - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
  - Installing doctrine/deprecations (v0.5.3): Extracting archive
  - Installing doctrine/dbal (2.13.7): Extracting archive
  - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
  - Installing dama/doctrine-test-bundle (v5.0.5): Extracting archive
  - Installing doctrine/common (2.13.3): Extracting archive
  - Installing doctrine/orm (2.7.5): Extracting archive
  - Installing doctrine/data-fixtures (1.5.1): Extracting archive
  - Installing doctrine/doctrine-fixtures-bundle (3.4.1): Extracting archive
  - Installing laminas/laminas-zendframework-bridge (1.4.1): Extracting archive
  - Installing laminas/laminas-eventmanager (3.4.0): Extracting archive
  - Installing laminas/laminas-code (3.4.1): Extracting archive
  - Installing friendsofphp/proxy-manager-lts (v1.0.5): Extracting archive
  - Installing doctrine/migrations (v1.8.1): Extracting archive
  - Installing doctrine/doctrine-migrations-bundle (v1.3.2): Extracting archive
  - Installing monolog/monolog (1.26.1): Extracting archive
  - Installing easycorp/easy-log-handler (v1.0.9): Extracting archive
  - Installing egulias/email-validator (2.1.25): Extracting archive
  - Installing ezyang/htmlpurifier (v4.14.0): Extracting archive
  - Installing exercise/htmlpurifier-bundle (v3.1.0): Extracting archive
  - Installing symfony/stopwatch (v4.4.27): Extracting archive
  - Installing symfony/polyfill-php70 (v1.20.0)
  - Installing symfony/options-resolver (v4.4.30): Extracting archive
  - Installing php-cs-fixer/diff (v1.3.1): Extracting archive
  - Installing friendsofphp/php-cs-fixer (v2.19.3): Extracting archive
  - Installing twig/twig (v2.14.11): Extracting archive
  - Installing knplabs/knp-components (v1.3.10): Extracting archive
  - Installing knplabs/knp-paginator-bundle (v2.8.0): Extracting archive
  - Installing mikey179/vfsstream (v1.6.10): Extracting archive
  - Installing symfony/translation-contracts (v2.5.0): Extracting archive
  - Installing symfony/translation (v4.4.34): Extracting archive
  - Installing nesbot/carbon (1.39.1): Extracting archive
  - Installing phpstan/phpstan (0.12.99): Extracting archive
  - Installing pimple/pimple (v1.1.1): Extracting archive
  - Installing psr/simple-cache (1.0.1): Extracting archive
  - Installing robthree/twofactorauth (1.8.1): Extracting archive
  - Installing sensio/framework-extra-bundle (v5.6.1): Extracting archive
  - Installing tecnickcom/tcpdf (6.4.4): Extracting archive
  - Installing setasign/fpdi (v2.3.6): Extracting archive
  - Installing setasign/fpdi-tcpdf (v2.3.0): Extracting archive
  - Installing skorp/detect-incompatible-samesite-useragents (1.0.1): Extracting archive
  - Installing mobiledetect/mobiledetectlib (2.8.37): Extracting archive
  - Installing suncat/mobile-detect-bundle (v1.1.1): Extracting archive
  - Installing symfony/asset (v4.4.27): Extracting archive
  - Installing symfony/twig-bridge (v4.4.36): Extracting archive
  - Installing symfony/debug-bundle (v4.4.36): Extracting archive
  - Installing symfony/dotenv (v4.4.36): Extracting archive
  - Installing symfony/expression-language (v4.4.34): Extracting archive
  - Installing symfony/inflector (v4.4.34): Extracting archive
  - Installing symfony/property-access (v4.4.36): Extracting archive
  - Installing symfony/polyfill-intl-icu (v1.24.0): Extracting archive
  - Installing symfony/intl (v4.4.36): Extracting archive
  - Installing symfony/form (v4.4.36): Extracting archive
  - Installing nikic/php-parser (v4.13.2): Extracting archive
  - Installing symfony/maker-bundle (v1.36.4): Extracting archive
  - Installing symfony/monolog-bridge (v4.4.27): Extracting archive
  - Installing symfony/monolog-bundle (v3.7.1): Extracting archive
  - Installing symfony/phpunit-bridge (v4.4.34): Extracting archive
  - Installing symfony/polyfill-iconv (v1.24.0): Extracting archive
  - Installing symfony/proxy-manager-bridge (v4.4.36): Extracting archive
  - Installing symfony/security (v4.4.36): Extracting archive
  - Installing symfony/security-bundle (v4.4.36): Extracting archive
  - Installing symfony/serializer (v4.4.36): Extracting archive
  - Installing swiftmailer/swiftmailer (v6.3.0): Extracting archive
  - Installing symfony/swiftmailer-bundle (v3.5.3): Extracting archive
  - Installing symfony/templating (v4.4.36): Extracting archive
  - Installing symfony/validator (v4.4.36): Extracting archive
  - Installing symfony/twig-bundle (v4.4.36): Extracting archive
  - Installing symfony/web-profiler-bundle (v4.4.31): Extracting archive
  - Installing symfony/web-server-bundle (v4.4.27): Extracting archive
  - Installing symfony/workflow (v4.4.27): Extracting archive
  - Installing twig/extensions (v1.5.4): Extracting archive
  - Installing vlucas/phpdotenv (v2.4.0): Extracting archive
   0/177 [>---------------------------]   0%
  29/177 [====>-----------------------]  16%
  49/177 [=======>--------------------]  27%
  69/177 [==========>-----------------]  38%
  88/177 [=============>--------------]  49%
 106/177 [================>-----------]  59%
 125/177 [===================>--------]  70%
 154/177 [========================>---]  87%
 166/177 [==========================>-]  93%
 177/177 [============================] 100%
Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package easycorp/easy-log-handler is abandoned, you should avoid using it. No replacement was suggested.
Package setasign/fpdi-tcpdf is abandoned, you should avoid using it. No replacement was suggested.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
119 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Generating optimized autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
    You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Generated optimized autoload files containing 8208 classes
> bin/console doctrine:database:create --if-not-exists
Database "eccubedb" for connection named default already exists. Skipped.
> bin/console doctrine:schema:create

 ! [CAUTION] This operation should not be executed in a production environment! 

 Creating database schema...

 [OK] Database schema created successfully!                                     

> bin/console eccube:fixtures:load
  > Finished Successful!
Executing script cache:clear --no-warmup [OK]
Executing script cache:warmup --no-optional-warmers [OK]
Executing script assets:install --symlink --relative html [OK]

[Thu May 26 14:00:12.571541 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Thu May 26 14:00:12.571578 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
[Thu May 26 14:00:12.573351 2022] [ssl:warn] [pid 1] AH01909: 172.18.0.4:443:0 server certificate does NOT include an ID which matches the server name
[Thu May 26 14:00:12.586258 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Thu May 26 14:00:12.586265 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
[Thu May 26 14:00:12.595303 2022] [ssl:warn] [pid 1] AH01909: 172.18.0.4:443:0 server certificate does NOT include an ID which matches the server name
[Thu May 26 14:00:12.597390 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
[Thu May 26 14:00:12.597396 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

  1. 一度終了する
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml down
  1. もう一度起動(volumeが残っているので初期化されない)
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml down
ec-cubeコンテナ起動ログ
[Thu May 26 14:08:11.971634 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Thu May 26 14:08:11.971674 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.4. Set the 'ServerName' directive globally to suppress this message
[Thu May 26 14:08:11.973458 2022] [ssl:warn] [pid 1] AH01909: 172.19.0.4:443:0 server certificate does NOT include an ID which matches the server name
[Thu May 26 14:08:11.986416 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Thu May 26 14:08:11.986423 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.19.0.4. Set the 'ServerName' directive globally to suppress this message
[Thu May 26 14:08:11.994937 2022] [ssl:warn] [pid 1] AH01909: 172.19.0.4:443:0 server certificate does NOT include an ID which matches the server name
[Thu May 26 14:08:11.996775 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
[Thu May 26 14:08:11.996783 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@kiy0taka kiy0taka force-pushed the dev/initialize_on_first_startup branch from ffde141 to 0a86761 Compare May 27, 2022 10:28
@m-pyon23
Copy link
Contributor

m-pyon23 commented May 27, 2022

初回起動時に初期化する方針賛成です。
(以前私がSKIP_INSTALL_SCRIPT_ON_DOCKER_BUILDとかいう場当たり的な対応をしてしまったのですが、色々と理解が不足していて完全に悪手でした #4391

私の環境(Windows + WSL + DockerDesktop)でも試行したのですが、MySQLとPostgresについては問題なく起動・初期処理を行えました。
ただ、SQLiteではbin/console doctrine:database:create--if-not-exists オプションが対応していないようで、起動時にエラーとなりました

MySQL

# ボリューム&コンテナ削除
docker compose -f docker-compose.yml -f docker-compose.mysql.yml down -v

# 初回起動
docker compose -f docker-compose.yml -f docker-compose.mysql.yml up -d

# ブラウザで起動確認(http://localhost:8080)

# コンテナ停止/破棄
docker compose -f docker-compose.yml -f docker-compose.mysql.yml down

# 2度目の起動
docker compose -f docker-compose.yml -f docker-compose.mysql.yml up -d
ec-cubeコンテナログ(MySQL/初回起動)
docker compose -f docker-compose.yml -f docker-compose.mysql.yml logs ec-cube
ec-cube-docker-ec-cube-1  | Installing dependencies from lock file (including require-dev)
ec-cube-docker-ec-cube-1  | Verifying lock file contents can be installed on current platform.
ec-cube-docker-ec-cube-1  | Package operations: 182 installs, 0 updates, 0 removals
ec-cube-docker-ec-cube-1  |   - Downloading composer/package-versions-deprecated (1.11.99.4)
ec-cube-docker-ec-cube-1  |   - Downloading ec-cube/plugin-installer (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading kylekatarnls/update-helper (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/flex (v1.17.6)
ec-cube-docker-ec-cube-1  |   - Downloading behat/gherkin (v4.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading fzaninotto/faker (v1.9.2)
ec-cube-docker-ec-cube-1  |   - Downloading bheller/images-generator (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php72 (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-normalizer (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-idn (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading ralouphie/getallheaders (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading psr/http-message (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/psr7 (1.8.5)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/promises (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/guzzle (6.5.5)
ec-cube-docker-ec-cube-1  |   - Downloading captbaritone/mailcatcher-codeception-module (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/diff (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/recursion-context (3.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/exporter (3.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/comparator (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/version (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/resource-operations (2.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/object-reflector (1.1.2)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/object-enumerator (3.0.4)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/global-state (2.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/environment (4.2.4)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-timer (2.1.3)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-text-template (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-file-iterator (2.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading theseer/tokenizer (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/code-unit-reverse-lookup (1.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-token-stream (3.1.3)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-code-coverage (6.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-ctype (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading webmozart/assert (1.10.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/reflection-common (2.2.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/type-resolver (1.6.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/reflection-docblock (5.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/instantiator (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpspec/prophecy (v1.15.0)
ec-cube-docker-ec-cube-1  |   - Downloading phar-io/version (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading phar-io/manifest (1.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading myclabs/deep-copy (1.10.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-mbstring (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/phpunit (7.5.20)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/phpunit-wrapper (7.8.2)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/lib-asserts (1.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/yaml (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php80 (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/finder (v4.4.37)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/event-dispatcher-contracts (v1.1.11)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/event-dispatcher (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/css-selector (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/deprecation-contracts (v2.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading psr/container (1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/service-contracts (v2.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php73 (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/console (v4.4.40)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/stub (3.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/codeception (4.1.28)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-asserts (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dom-crawler (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/browser-kit (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/lib-innerbrowser (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-phpbrowser (1.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading softcreatr/jsonpath (0.7.5)
ec-cube-docker-ec-cube-1  |   - Downloading justinrainbow/json-schema (5.2.12)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-rest (1.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/process (v4.4.40)
ec-cube-docker-ec-cube-1  |   - Downloading php-webdriver/webdriver (1.12.0)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-webdriver (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/filesystem (v4.4.39)
ec-cube-docker-ec-cube-1  |   - Downloading seld/phar-utils (1.2.0)
ec-cube-docker-ec-cube-1  |   - Downloading seld/jsonlint (1.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading react/promise (v2.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading psr/log (1.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading composer/pcre (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading composer/xdebug-handler (2.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading composer/spdx-licenses (1.5.6)
ec-cube-docker-ec-cube-1  |   - Downloading composer/semver (3.3.2)
ec-cube-docker-ec-cube-1  |   - Downloading composer/metadata-minifier (1.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading composer/ca-bundle (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading composer/composer (2.2.12)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/routing (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/mime (v5.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-foundation (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-client-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/var-dumper (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/debug (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/error-handler (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-kernel (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dependency-injection (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php81 (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/config (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/var-exporter (v5.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading psr/cache (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/cache-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/cache (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/framework-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/lexer (1.2.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/annotations (1.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/reflection (1.2.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/event-manager (1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/collections (1.6.8)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/cache (1.12.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/persistence (1.3.8)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/doctrine-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading jdorn/sql-formatter (v1.2.17)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/inflector (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-cache-bundle (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/deprecations (v0.5.3)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/dbal (2.13.7)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-bundle (1.12.13)
ec-cube-docker-ec-cube-1  |   - Downloading dama/doctrine-test-bundle (v5.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/common (2.13.3)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/orm (2.7.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/data-fixtures (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-fixtures-bundle (3.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-zendframework-bridge (1.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-eventmanager (3.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-code (3.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading friendsofphp/proxy-manager-lts (v1.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/migrations (v1.8.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-migrations-bundle (v1.3.2)
ec-cube-docker-ec-cube-1  |   - Downloading monolog/monolog (1.26.1)
ec-cube-docker-ec-cube-1  |   - Downloading easycorp/easy-log-handler (v1.0.9)
ec-cube-docker-ec-cube-1  |   - Downloading egulias/email-validator (2.1.25)
ec-cube-docker-ec-cube-1  |   - Downloading ezyang/htmlpurifier (v4.14.0)
ec-cube-docker-ec-cube-1  |   - Downloading exercise/htmlpurifier-bundle (v3.1.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/stopwatch (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/options-resolver (v4.4.30)
ec-cube-docker-ec-cube-1  |   - Downloading php-cs-fixer/diff (v1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading friendsofphp/php-cs-fixer (v2.19.3)
ec-cube-docker-ec-cube-1  |   - Downloading twig/twig (v2.14.11)
ec-cube-docker-ec-cube-1  |   - Downloading knplabs/knp-components (v1.3.10)
ec-cube-docker-ec-cube-1  |   - Downloading knplabs/knp-paginator-bundle (v2.8.0)
ec-cube-docker-ec-cube-1  |   - Downloading mikey179/vfsstream (v1.6.10)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/translation-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/translation (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading nesbot/carbon (1.39.1)
ec-cube-docker-ec-cube-1  |   - Downloading phpstan/phpstan (0.12.99)
ec-cube-docker-ec-cube-1  |   - Downloading pimple/pimple (v1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading psr/simple-cache (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading robthree/twofactorauth (1.8.1)
ec-cube-docker-ec-cube-1  |   - Downloading sensio/framework-extra-bundle (v5.6.1)
ec-cube-docker-ec-cube-1  |   - Downloading tecnickcom/tcpdf (6.4.4)
ec-cube-docker-ec-cube-1  |   - Downloading setasign/fpdi (v2.3.6)
ec-cube-docker-ec-cube-1  |   - Downloading setasign/fpdi-tcpdf (v2.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading skorp/detect-incompatible-samesite-useragents (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading mobiledetect/mobiledetectlib (2.8.37)
ec-cube-docker-ec-cube-1  |   - Downloading suncat/mobile-detect-bundle (v1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/asset (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/twig-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/debug-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dotenv (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/expression-language (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/inflector (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/property-access (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-icu (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/intl (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/form (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading nikic/php-parser (v4.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/maker-bundle (v1.36.4)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/monolog-bridge (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/monolog-bundle (v3.7.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/phpunit-bridge (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-iconv (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/proxy-manager-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/security (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/security-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/serializer (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading swiftmailer/swiftmailer (v6.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/swiftmailer-bundle (v3.5.3)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/templating (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/validator (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/twig-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/web-profiler-bundle (v4.4.31)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/web-server-bundle (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/workflow (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading twig/extensions (v1.5.4)
ec-cube-docker-ec-cube-1  |   - Downloading vlucas/phpdotenv (v2.4.0)
ec-cube-docker-ec-cube-1  |    0/181 [>---------------------------]   0%
ec-cube-docker-ec-cube-1  |   23/181 [===>------------------------]  12%
ec-cube-docker-ec-cube-1  |   40/181 [======>---------------------]  22%
ec-cube-docker-ec-cube-1  |   58/181 [========>-------------------]  32%
ec-cube-docker-ec-cube-1  |   74/181 [===========>----------------]  40%
ec-cube-docker-ec-cube-1  |   94/181 [==============>-------------]  51%
ec-cube-docker-ec-cube-1  |  112/181 [=================>----------]  61%
ec-cube-docker-ec-cube-1  |  131/181 [====================>-------]  72%
ec-cube-docker-ec-cube-1  |  151/181 [=======================>----]  83%
ec-cube-docker-ec-cube-1  |  163/181 [=========================>--]  90%
ec-cube-docker-ec-cube-1  |  181/181 [============================] 100%
ec-cube-docker-ec-cube-1  |   - Installing composer/package-versions-deprecated (1.11.99.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ec-cube/plugin-installer (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing kylekatarnls/update-helper (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/flex (v1.17.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing behat/gherkin (v4.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing fzaninotto/faker (v1.9.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing bheller/images-generator (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php72 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-normalizer (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-idn (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ralouphie/getallheaders (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/http-message (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/psr7 (1.8.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/promises (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/guzzle (6.5.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing captbaritone/mailcatcher-codeception-module (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/diff (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/recursion-context (3.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/exporter (3.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/comparator (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/resource-operations (2.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/object-reflector (1.1.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/object-enumerator (3.0.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/global-state (2.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/environment (4.2.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-timer (2.1.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-text-template (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-file-iterator (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing theseer/tokenizer (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/code-unit-reverse-lookup (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-token-stream (3.1.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-code-coverage (6.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-ctype (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing webmozart/assert (1.10.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/instantiator (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpspec/prophecy (v1.15.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phar-io/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phar-io/manifest (1.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing myclabs/deep-copy (1.10.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-mbstring (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/phpunit (7.5.20): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/phpunit-wrapper (7.8.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/lib-asserts (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/yaml (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php80 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/finder (v4.4.37): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/event-dispatcher (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/css-selector (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/container (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/service-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php73 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/console (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/stub (3.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/codeception (4.1.28): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-asserts (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dom-crawler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/browser-kit (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/lib-innerbrowser (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-phpbrowser (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing softcreatr/jsonpath (0.7.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing justinrainbow/json-schema (5.2.12): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-rest (1.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/process (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing php-webdriver/webdriver (1.12.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-webdriver (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/filesystem (v4.4.39): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing seld/phar-utils (1.2.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing seld/jsonlint (1.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing react/promise (v2.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/log (1.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/pcre (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/xdebug-handler (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/spdx-licenses (1.5.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/semver (3.3.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/metadata-minifier (1.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/ca-bundle (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/composer (2.2.12): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/routing (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/mime (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-foundation (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/var-dumper (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/debug (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/error-handler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-kernel (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dependency-injection (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/config (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/var-exporter (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/cache-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/cache (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/framework-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/lexer (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/annotations (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/reflection (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/event-manager (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/collections (1.6.8): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/cache (1.12.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/persistence (1.3.8): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/doctrine-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/inflector (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/deprecations (v0.5.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/dbal (2.13.7): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing dama/doctrine-test-bundle (v5.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/common (2.13.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/orm (2.7.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/data-fixtures (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-fixtures-bundle (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-zendframework-bridge (1.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-eventmanager (3.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-code (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing friendsofphp/proxy-manager-lts (v1.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/migrations (v1.8.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-migrations-bundle (v1.3.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing monolog/monolog (1.26.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing easycorp/easy-log-handler (v1.0.9): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing egulias/email-validator (2.1.25): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ezyang/htmlpurifier (v4.14.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing exercise/htmlpurifier-bundle (v3.1.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/stopwatch (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php70 (v1.20.0)
ec-cube-docker-ec-cube-1  |   - Installing symfony/options-resolver (v4.4.30): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing php-cs-fixer/diff (v1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing friendsofphp/php-cs-fixer (v2.19.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing twig/twig (v2.14.11): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing knplabs/knp-components (v1.3.10): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing knplabs/knp-paginator-bundle (v2.8.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing mikey179/vfsstream (v1.6.10): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/translation-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/translation (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing nesbot/carbon (1.39.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpstan/phpstan (0.12.99): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing pimple/pimple (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/simple-cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing robthree/twofactorauth (1.8.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sensio/framework-extra-bundle (v5.6.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing tecnickcom/tcpdf (6.4.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing setasign/fpdi (v2.3.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing setasign/fpdi-tcpdf (v2.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing skorp/detect-incompatible-samesite-useragents (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing mobiledetect/mobiledetectlib (2.8.37): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing suncat/mobile-detect-bundle (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/asset (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/twig-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/debug-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dotenv (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/expression-language (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/inflector (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/property-access (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-icu (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/intl (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/form (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing nikic/php-parser (v4.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/maker-bundle (v1.36.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/monolog-bridge (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/monolog-bundle (v3.7.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/phpunit-bridge (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-iconv (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/proxy-manager-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/security (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/security-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/serializer (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing swiftmailer/swiftmailer (v6.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/swiftmailer-bundle (v3.5.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/templating (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/validator (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/twig-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/web-profiler-bundle (v4.4.31): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/web-server-bundle (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/workflow (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing twig/extensions (v1.5.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing vlucas/phpdotenv (v2.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |    0/177 [>---------------------------]   0%
ec-cube-docker-ec-cube-1  |   28/177 [====>-----------------------]  15%
ec-cube-docker-ec-cube-1  |   47/177 [=======>--------------------]  26%
ec-cube-docker-ec-cube-1  |   65/177 [==========>-----------------]  36%
ec-cube-docker-ec-cube-1  |   78/177 [============>---------------]  44%
ec-cube-docker-ec-cube-1  |   94/177 [==============>-------------]  53%
ec-cube-docker-ec-cube-1  |  118/177 [==================>---------]  66%
ec-cube-docker-ec-cube-1  |  131/177 [====================>-------]  74%
ec-cube-docker-ec-cube-1  |  142/177 [======================>-----]  80%
ec-cube-docker-ec-cube-1  |  163/177 [=========================>--]  92%
ec-cube-docker-ec-cube-1  |  177/177 [============================] 100%
ec-cube-docker-ec-cube-1  | Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
ec-cube-docker-ec-cube-1  | Package easycorp/easy-log-handler is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package setasign/fpdi-tcpdf is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
ec-cube-docker-ec-cube-1  | Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
ec-cube-docker-ec-cube-1  | Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | 119 packages you are using are looking for funding.
ec-cube-docker-ec-cube-1  | Use the `composer fund` command to find out more!
ec-cube-docker-ec-cube-1  | Generating optimized autoload files
ec-cube-docker-ec-cube-1  | composer/package-versions-deprecated: Generating version class...
ec-cube-docker-ec-cube-1  | composer/package-versions-deprecated: ...done generating version class
ec-cube-docker-ec-cube-1  | Carbon 1 is deprecated, see how to migrate to Carbon 2.
ec-cube-docker-ec-cube-1  | https://carbon.nesbot.com/docs/#api-carbon-2
ec-cube-docker-ec-cube-1  |     You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
ec-cube-docker-ec-cube-1  | Generated optimized autoload files containing 8208 classes
ec-cube-docker-ec-cube-1  | > bin/console doctrine:database:create --if-not-exists
ec-cube-docker-ec-cube-1  | Database `eccubedb` for connection named default already exists. Skipped.
ec-cube-docker-ec-cube-1  | > bin/console doctrine:schema:create
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  ! [CAUTION] This operation should not be executed in a production environment! 
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  Creating database schema...
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  [OK] Database schema created successfully!                                     
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  | > bin/console eccube:fixtures:load
ec-cube-docker-ec-cube-1  |   > Finished Successful!
ec-cube-docker-ec-cube-1  | Executing script cache:clear --no-warmup [OK]
ec-cube-docker-ec-cube-1  | Executing script cache:warmup --no-optional-warmers [OK]
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  | Executing script assets:install --symlink --relative html [OK]
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.056528 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.056586 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.144.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.057823 2022] [ssl:warn] [pid 1] AH01909: 192.168.144.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.066597 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.066633 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.144.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.075993 2022] [ssl:warn] [pid 1] AH01909: 192.168.144.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.078355 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
ec-cube-docker-ec-cube-1  | [Fri May 27 09:55:27.078387 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

ec-cubeコンテナログ(MySQL/2度目の起動)
docker compose -f docker-compose.yml -f docker-compose.mysql.yml logs ec-cube
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.612650 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.612697 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.160.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.614006 2022] [ssl:warn] [pid 1] AH01909: 192.168.160.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.622226 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.622258 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.160.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.629190 2022] [ssl:warn] [pid 1] AH01909: 192.168.160.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.631320 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
ec-cube-docker-ec-cube-1  | [Fri May 27 10:09:53.631346 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

Postgres

# ボリューム&コンテナ削除(完全初期化)
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml down -v

# 初回起動
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d

# ブラウザで起動確認(http://localhost:8080)

# コンテナ停止/破棄
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml down

# 2度目の起動
docker compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d
ec-cubeコンテナログ(Postgres/初回起動)
ec-cube-docker-ec-cube-1  | Installing dependencies from lock file (including require-dev)
ec-cube-docker-ec-cube-1  | Verifying lock file contents can be installed on current platform.
ec-cube-docker-ec-cube-1  | Package operations: 182 installs, 0 updates, 0 removals
ec-cube-docker-ec-cube-1  |   - Downloading composer/package-versions-deprecated (1.11.99.4)
ec-cube-docker-ec-cube-1  |   - Downloading ec-cube/plugin-installer (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading kylekatarnls/update-helper (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/flex (v1.17.6)
ec-cube-docker-ec-cube-1  |   - Downloading behat/gherkin (v4.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading fzaninotto/faker (v1.9.2)
ec-cube-docker-ec-cube-1  |   - Downloading bheller/images-generator (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php72 (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-normalizer (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-idn (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading ralouphie/getallheaders (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading psr/http-message (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/psr7 (1.8.5)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/promises (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading guzzlehttp/guzzle (6.5.5)
ec-cube-docker-ec-cube-1  |   - Downloading captbaritone/mailcatcher-codeception-module (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/diff (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/recursion-context (3.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/exporter (3.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/comparator (3.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/version (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/resource-operations (2.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/object-reflector (1.1.2)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/object-enumerator (3.0.4)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/global-state (2.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/environment (4.2.4)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-timer (2.1.3)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-text-template (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-file-iterator (2.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading theseer/tokenizer (1.2.1)
ec-cube-docker-ec-cube-1  |   - Downloading sebastian/code-unit-reverse-lookup (1.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-token-stream (3.1.3)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/php-code-coverage (6.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-ctype (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading webmozart/assert (1.10.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/reflection-common (2.2.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/type-resolver (1.6.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpdocumentor/reflection-docblock (5.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/instantiator (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpspec/prophecy (v1.15.0)
ec-cube-docker-ec-cube-1  |   - Downloading phar-io/version (2.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading phar-io/manifest (1.0.3)
ec-cube-docker-ec-cube-1  |   - Downloading myclabs/deep-copy (1.10.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-mbstring (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading phpunit/phpunit (7.5.20)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/phpunit-wrapper (7.8.2)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/lib-asserts (1.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/yaml (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php80 (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/finder (v4.4.37)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/event-dispatcher-contracts (v1.1.11)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/event-dispatcher (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/css-selector (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/deprecation-contracts (v2.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading psr/container (1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/service-contracts (v2.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php73 (v1.25.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/console (v4.4.40)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/stub (3.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/codeception (4.1.28)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-asserts (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dom-crawler (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/browser-kit (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/lib-innerbrowser (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-phpbrowser (1.0.2)
ec-cube-docker-ec-cube-1  |   - Downloading softcreatr/jsonpath (0.7.5)
ec-cube-docker-ec-cube-1  |   - Downloading justinrainbow/json-schema (5.2.12)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-rest (1.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/process (v4.4.40)
ec-cube-docker-ec-cube-1  |   - Downloading php-webdriver/webdriver (1.12.0)
ec-cube-docker-ec-cube-1  |   - Downloading codeception/module-webdriver (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/filesystem (v4.4.39)
ec-cube-docker-ec-cube-1  |   - Downloading seld/phar-utils (1.2.0)
ec-cube-docker-ec-cube-1  |   - Downloading seld/jsonlint (1.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading react/promise (v2.9.0)
ec-cube-docker-ec-cube-1  |   - Downloading psr/log (1.1.4)
ec-cube-docker-ec-cube-1  |   - Downloading composer/pcre (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading composer/xdebug-handler (2.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading composer/spdx-licenses (1.5.6)
ec-cube-docker-ec-cube-1  |   - Downloading composer/semver (3.3.2)
ec-cube-docker-ec-cube-1  |   - Downloading composer/metadata-minifier (1.0.0)
ec-cube-docker-ec-cube-1  |   - Downloading composer/ca-bundle (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading composer/composer (2.2.12)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/routing (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/mime (v5.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-foundation (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-client-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/var-dumper (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/debug (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/error-handler (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/http-kernel (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dependency-injection (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-php81 (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/config (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/var-exporter (v5.4.2)
ec-cube-docker-ec-cube-1  |   - Downloading psr/cache (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/cache-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/cache (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/framework-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/lexer (1.2.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/annotations (1.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/reflection (1.2.2)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/event-manager (1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/collections (1.6.8)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/cache (1.12.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/persistence (1.3.8)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/doctrine-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading jdorn/sql-formatter (v1.2.17)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/inflector (1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-cache-bundle (1.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/deprecations (v0.5.3)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/dbal (2.13.7)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-bundle (1.12.13)
ec-cube-docker-ec-cube-1  |   - Downloading dama/doctrine-test-bundle (v5.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/common (2.13.3)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/orm (2.7.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/data-fixtures (1.5.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-fixtures-bundle (3.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-zendframework-bridge (1.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-eventmanager (3.4.0)
ec-cube-docker-ec-cube-1  |   - Downloading laminas/laminas-code (3.4.1)
ec-cube-docker-ec-cube-1  |   - Downloading friendsofphp/proxy-manager-lts (v1.0.5)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/migrations (v1.8.1)
ec-cube-docker-ec-cube-1  |   - Downloading doctrine/doctrine-migrations-bundle (v1.3.2)
ec-cube-docker-ec-cube-1  |   - Downloading monolog/monolog (1.26.1)
ec-cube-docker-ec-cube-1  |   - Downloading easycorp/easy-log-handler (v1.0.9)
ec-cube-docker-ec-cube-1  |   - Downloading egulias/email-validator (2.1.25)
ec-cube-docker-ec-cube-1  |   - Downloading ezyang/htmlpurifier (v4.14.0)
ec-cube-docker-ec-cube-1  |   - Downloading exercise/htmlpurifier-bundle (v3.1.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/stopwatch (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/options-resolver (v4.4.30)
ec-cube-docker-ec-cube-1  |   - Downloading php-cs-fixer/diff (v1.3.1)
ec-cube-docker-ec-cube-1  |   - Downloading friendsofphp/php-cs-fixer (v2.19.3)
ec-cube-docker-ec-cube-1  |   - Downloading twig/twig (v2.14.11)
ec-cube-docker-ec-cube-1  |   - Downloading knplabs/knp-components (v1.3.10)
ec-cube-docker-ec-cube-1  |   - Downloading knplabs/knp-paginator-bundle (v2.8.0)
ec-cube-docker-ec-cube-1  |   - Downloading mikey179/vfsstream (v1.6.10)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/translation-contracts (v2.5.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/translation (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading nesbot/carbon (1.39.1)
ec-cube-docker-ec-cube-1  |   - Downloading phpstan/phpstan (0.12.99)
ec-cube-docker-ec-cube-1  |   - Downloading pimple/pimple (v1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading psr/simple-cache (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading robthree/twofactorauth (1.8.1)
ec-cube-docker-ec-cube-1  |   - Downloading sensio/framework-extra-bundle (v5.6.1)
ec-cube-docker-ec-cube-1  |   - Downloading tecnickcom/tcpdf (6.4.4)
ec-cube-docker-ec-cube-1  |   - Downloading setasign/fpdi (v2.3.6)
ec-cube-docker-ec-cube-1  |   - Downloading setasign/fpdi-tcpdf (v2.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading skorp/detect-incompatible-samesite-useragents (1.0.1)
ec-cube-docker-ec-cube-1  |   - Downloading mobiledetect/mobiledetectlib (2.8.37)
ec-cube-docker-ec-cube-1  |   - Downloading suncat/mobile-detect-bundle (v1.1.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/asset (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/twig-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/debug-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/dotenv (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/expression-language (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/inflector (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/property-access (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-intl-icu (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/intl (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/form (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading nikic/php-parser (v4.13.2)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/maker-bundle (v1.36.4)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/monolog-bridge (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/monolog-bundle (v3.7.1)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/phpunit-bridge (v4.4.34)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/polyfill-iconv (v1.24.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/proxy-manager-bridge (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/security (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/security-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/serializer (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading swiftmailer/swiftmailer (v6.3.0)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/swiftmailer-bundle (v3.5.3)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/templating (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/validator (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/twig-bundle (v4.4.36)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/web-profiler-bundle (v4.4.31)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/web-server-bundle (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading symfony/workflow (v4.4.27)
ec-cube-docker-ec-cube-1  |   - Downloading twig/extensions (v1.5.4)
ec-cube-docker-ec-cube-1  |   - Downloading vlucas/phpdotenv (v2.4.0)
ec-cube-docker-ec-cube-1  |    0/181 [>---------------------------]   0%
ec-cube-docker-ec-cube-1  |   19/181 [==>-------------------------]  10%
ec-cube-docker-ec-cube-1  |   40/181 [======>---------------------]  22%
ec-cube-docker-ec-cube-1  |   58/181 [========>-------------------]  32%
ec-cube-docker-ec-cube-1  |   76/181 [===========>----------------]  41%
ec-cube-docker-ec-cube-1  |   91/181 [==============>-------------]  50%
ec-cube-docker-ec-cube-1  |  109/181 [================>-----------]  60%
ec-cube-docker-ec-cube-1  |  130/181 [====================>-------]  71%
ec-cube-docker-ec-cube-1  |  145/181 [======================>-----]  80%
ec-cube-docker-ec-cube-1  |  163/181 [=========================>--]  90%
ec-cube-docker-ec-cube-1  |  181/181 [============================] 100%
ec-cube-docker-ec-cube-1  |   - Installing composer/package-versions-deprecated (1.11.99.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ec-cube/plugin-installer (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing kylekatarnls/update-helper (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/flex (v1.17.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing behat/gherkin (v4.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing fzaninotto/faker (v1.9.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing bheller/images-generator (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php72 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-normalizer (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-idn (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ralouphie/getallheaders (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/http-message (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/psr7 (1.8.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/promises (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing guzzlehttp/guzzle (6.5.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing captbaritone/mailcatcher-codeception-module (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/diff (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/recursion-context (3.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/exporter (3.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/comparator (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/resource-operations (2.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/object-reflector (1.1.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/object-enumerator (3.0.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/global-state (2.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/environment (4.2.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-timer (2.1.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-text-template (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-file-iterator (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing theseer/tokenizer (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sebastian/code-unit-reverse-lookup (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-token-stream (3.1.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/php-code-coverage (6.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-ctype (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing webmozart/assert (1.10.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/instantiator (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpspec/prophecy (v1.15.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phar-io/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phar-io/manifest (1.0.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing myclabs/deep-copy (1.10.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-mbstring (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpunit/phpunit (7.5.20): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/phpunit-wrapper (7.8.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/lib-asserts (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/yaml (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php80 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/finder (v4.4.37): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/event-dispatcher (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/css-selector (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/container (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/service-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php73 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/console (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/stub (3.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/codeception (4.1.28): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-asserts (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dom-crawler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/browser-kit (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/lib-innerbrowser (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-phpbrowser (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing softcreatr/jsonpath (0.7.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing justinrainbow/json-schema (5.2.12): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-rest (1.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/process (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing php-webdriver/webdriver (1.12.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing codeception/module-webdriver (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/filesystem (v4.4.39): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing seld/phar-utils (1.2.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing seld/jsonlint (1.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing react/promise (v2.9.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/log (1.1.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/pcre (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/xdebug-handler (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/spdx-licenses (1.5.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/semver (3.3.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/metadata-minifier (1.0.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/ca-bundle (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing composer/composer (2.2.12): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/routing (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/mime (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-foundation (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/var-dumper (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/debug (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/error-handler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/http-kernel (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dependency-injection (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/config (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/var-exporter (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/cache-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/cache (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/framework-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/lexer (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/annotations (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/reflection (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/event-manager (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/collections (1.6.8): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/cache (1.12.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/persistence (1.3.8): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/doctrine-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/inflector (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/deprecations (v0.5.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/dbal (2.13.7): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing dama/doctrine-test-bundle (v5.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/common (2.13.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/orm (2.7.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/data-fixtures (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-fixtures-bundle (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-zendframework-bridge (1.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-eventmanager (3.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing laminas/laminas-code (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing friendsofphp/proxy-manager-lts (v1.0.5): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/migrations (v1.8.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing doctrine/doctrine-migrations-bundle (v1.3.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing monolog/monolog (1.26.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing easycorp/easy-log-handler (v1.0.9): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing egulias/email-validator (2.1.25): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing ezyang/htmlpurifier (v4.14.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing exercise/htmlpurifier-bundle (v3.1.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/stopwatch (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-php70 (v1.20.0)
ec-cube-docker-ec-cube-1  |   - Installing symfony/options-resolver (v4.4.30): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing php-cs-fixer/diff (v1.3.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing friendsofphp/php-cs-fixer (v2.19.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing twig/twig (v2.14.11): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing knplabs/knp-components (v1.3.10): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing knplabs/knp-paginator-bundle (v2.8.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing mikey179/vfsstream (v1.6.10): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/translation-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/translation (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing nesbot/carbon (1.39.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing phpstan/phpstan (0.12.99): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing pimple/pimple (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing psr/simple-cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing robthree/twofactorauth (1.8.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing sensio/framework-extra-bundle (v5.6.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing tecnickcom/tcpdf (6.4.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing setasign/fpdi (v2.3.6): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing setasign/fpdi-tcpdf (v2.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing skorp/detect-incompatible-samesite-useragents (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing mobiledetect/mobiledetectlib (2.8.37): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing suncat/mobile-detect-bundle (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/asset (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/twig-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/debug-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/dotenv (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/expression-language (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/inflector (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/property-access (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-intl-icu (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/intl (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/form (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing nikic/php-parser (v4.13.2): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/maker-bundle (v1.36.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/monolog-bridge (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/monolog-bundle (v3.7.1): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/phpunit-bridge (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/polyfill-iconv (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/proxy-manager-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/security (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/security-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/serializer (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing swiftmailer/swiftmailer (v6.3.0): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/swiftmailer-bundle (v3.5.3): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/templating (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/validator (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/twig-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/web-profiler-bundle (v4.4.31): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/web-server-bundle (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing symfony/workflow (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing twig/extensions (v1.5.4): Extracting archive
ec-cube-docker-ec-cube-1  |   - Installing vlucas/phpdotenv (v2.4.0): Extracting archive
ec-cube-docker-ec-cube-1  |    0/177 [>---------------------------]   0%
ec-cube-docker-ec-cube-1  |   28/177 [====>-----------------------]  15%
ec-cube-docker-ec-cube-1  |   47/177 [=======>--------------------]  26%
ec-cube-docker-ec-cube-1  |   65/177 [==========>-----------------]  36%
ec-cube-docker-ec-cube-1  |   79/177 [============>---------------]  44%
ec-cube-docker-ec-cube-1  |   94/177 [==============>-------------]  53%
ec-cube-docker-ec-cube-1  |  119/177 [==================>---------]  67%
ec-cube-docker-ec-cube-1  |  131/177 [====================>-------]  74%
ec-cube-docker-ec-cube-1  |  143/177 [======================>-----]  80%
ec-cube-docker-ec-cube-1  |  162/177 [=========================>--]  91%
ec-cube-docker-ec-cube-1  |  177/177 [============================] 100%
ec-cube-docker-ec-cube-1  | Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
ec-cube-docker-ec-cube-1  | Package easycorp/easy-log-handler is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package setasign/fpdi-tcpdf is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
ec-cube-docker-ec-cube-1  | Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
ec-cube-docker-ec-cube-1  | Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1  | 119 packages you are using are looking for funding.
ec-cube-docker-ec-cube-1  | Use the `composer fund` command to find out more!
ec-cube-docker-ec-cube-1  | Generating optimized autoload files
ec-cube-docker-ec-cube-1  | composer/package-versions-deprecated: Generating version class...
ec-cube-docker-ec-cube-1  | composer/package-versions-deprecated: ...done generating version class
ec-cube-docker-ec-cube-1  | Carbon 1 is deprecated, see how to migrate to Carbon 2.
ec-cube-docker-ec-cube-1  | https://carbon.nesbot.com/docs/#api-carbon-2
ec-cube-docker-ec-cube-1  |     You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
ec-cube-docker-ec-cube-1  | Generated optimized autoload files containing 8208 classes
ec-cube-docker-ec-cube-1  | > bin/console doctrine:database:create --if-not-exists
ec-cube-docker-ec-cube-1  | Database "eccubedb" for connection named default already exists. Skipped.
ec-cube-docker-ec-cube-1  | > bin/console doctrine:schema:create
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  ! [CAUTION] This operation should not be executed in a production environment! 
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  Creating database schema...
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  |  [OK] Database schema created successfully!                                     
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  | > bin/console eccube:fixtures:load
ec-cube-docker-ec-cube-1  |   > Finished Successful!
ec-cube-docker-ec-cube-1  | Executing script cache:clear --no-warmup [OK]
ec-cube-docker-ec-cube-1  | Executing script cache:warmup --no-optional-warmers [OK]
ec-cube-docker-ec-cube-1  | Executing script assets:install --symlink --relative html [OK]
ec-cube-docker-ec-cube-1  | 
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.931538 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.931583 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.176.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.933011 2022] [ssl:warn] [pid 1] AH01909: 192.168.176.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.942737 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.942765 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.176.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.951612 2022] [ssl:warn] [pid 1] AH01909: 192.168.176.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.954902 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
ec-cube-docker-ec-cube-1  | [Fri May 27 10:15:54.954948 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
ec-cubeコンテナログ(2度目の起動)
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.979356 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.979404 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.192.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.980645 2022] [ssl:warn] [pid 1] AH01909: 192.168.192.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.988655 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.988681 2022] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
ec-cube-docker-ec-cube-1  | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.192.4. Set the 'ServerName' directive globally to suppress this message
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.995458 2022] [ssl:warn] [pid 1] AH01909: 192.168.192.4:443:0 server certificate does NOT include an ID which matches the server name
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.997637 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/7.4.29 OpenSSL/1.1.1n configured -- resuming normal operations
ec-cube-docker-ec-cube-1  | [Fri May 27 10:18:02.997668 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

SQLite

※起動エラー

# ボリューム&コンテナ削除
docker compose -f docker-compose.yml down -v

# 初回起動
docker compose -f docker-compose.yml up -d
ec-cubeコンテナログ(SQLite/初回起動/エラー)
ec-cube-docker-ec-cube-1      | Installing dependencies from lock file (including require-dev)
ec-cube-docker-ec-cube-1      | Verifying lock file contents can be installed on current platform.
ec-cube-docker-ec-cube-1      | Package operations: 182 installs, 0 updates, 0 removals
ec-cube-docker-ec-cube-1      |   - Downloading composer/package-versions-deprecated (1.11.99.4)
ec-cube-docker-ec-cube-1      |   - Downloading ec-cube/plugin-installer (2.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading kylekatarnls/update-helper (1.2.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/flex (v1.17.6)
ec-cube-docker-ec-cube-1      |   - Downloading behat/gherkin (v4.9.0)
ec-cube-docker-ec-cube-1      |   - Downloading fzaninotto/faker (v1.9.2)
ec-cube-docker-ec-cube-1      |   - Downloading bheller/images-generator (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-php72 (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-intl-normalizer (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-intl-idn (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading ralouphie/getallheaders (3.0.3)
ec-cube-docker-ec-cube-1      |   - Downloading psr/http-message (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading guzzlehttp/psr7 (1.8.5)
ec-cube-docker-ec-cube-1      |   - Downloading guzzlehttp/promises (1.5.1)
ec-cube-docker-ec-cube-1      |   - Downloading guzzlehttp/guzzle (6.5.5)
ec-cube-docker-ec-cube-1      |   - Downloading captbaritone/mailcatcher-codeception-module (1.2.1)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/diff (3.0.3)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/recursion-context (3.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/exporter (3.1.4)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/comparator (3.0.3)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/version (2.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/resource-operations (2.0.2)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/object-reflector (1.1.2)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/object-enumerator (3.0.4)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/global-state (2.0.0)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/environment (4.2.4)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/php-timer (2.1.3)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/php-text-template (1.2.1)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/php-file-iterator (2.0.5)
ec-cube-docker-ec-cube-1      |   - Downloading theseer/tokenizer (1.2.1)
ec-cube-docker-ec-cube-1      |   - Downloading sebastian/code-unit-reverse-lookup (1.0.2)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/php-token-stream (3.1.3)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/php-code-coverage (6.1.4)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-ctype (v1.25.0)
ec-cube-docker-ec-cube-1      |   - Downloading webmozart/assert (1.10.0)
ec-cube-docker-ec-cube-1      |   - Downloading phpdocumentor/reflection-common (2.2.0)
ec-cube-docker-ec-cube-1      |   - Downloading phpdocumentor/type-resolver (1.6.0)
ec-cube-docker-ec-cube-1      |   - Downloading phpdocumentor/reflection-docblock (5.3.0)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/instantiator (1.4.0)
ec-cube-docker-ec-cube-1      |   - Downloading phpspec/prophecy (v1.15.0)
ec-cube-docker-ec-cube-1      |   - Downloading phar-io/version (2.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading phar-io/manifest (1.0.3)
ec-cube-docker-ec-cube-1      |   - Downloading myclabs/deep-copy (1.10.2)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-mbstring (v1.25.0)
ec-cube-docker-ec-cube-1      |   - Downloading phpunit/phpunit (7.5.20)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/phpunit-wrapper (7.8.2)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/lib-asserts (1.13.2)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/yaml (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-php80 (v1.25.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/finder (v4.4.37)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/event-dispatcher-contracts (v1.1.11)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/event-dispatcher (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/css-selector (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/deprecation-contracts (v2.5.1)
ec-cube-docker-ec-cube-1      |   - Downloading psr/container (1.1.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/service-contracts (v2.5.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-php73 (v1.25.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/console (v4.4.40)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/stub (3.0.0)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/codeception (4.1.28)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/module-asserts (1.3.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/dom-crawler (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/browser-kit (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/lib-innerbrowser (1.5.1)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/module-phpbrowser (1.0.2)
ec-cube-docker-ec-cube-1      |   - Downloading softcreatr/jsonpath (0.7.5)
ec-cube-docker-ec-cube-1      |   - Downloading justinrainbow/json-schema (5.2.12)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/module-rest (1.4.2)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/process (v4.4.40)
ec-cube-docker-ec-cube-1      |   - Downloading php-webdriver/webdriver (1.12.0)
ec-cube-docker-ec-cube-1      |   - Downloading codeception/module-webdriver (1.4.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/filesystem (v4.4.39)
ec-cube-docker-ec-cube-1      |   - Downloading seld/phar-utils (1.2.0)
ec-cube-docker-ec-cube-1      |   - Downloading seld/jsonlint (1.9.0)
ec-cube-docker-ec-cube-1      |   - Downloading react/promise (v2.9.0)
ec-cube-docker-ec-cube-1      |   - Downloading psr/log (1.1.4)
ec-cube-docker-ec-cube-1      |   - Downloading composer/pcre (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading composer/xdebug-handler (2.0.5)
ec-cube-docker-ec-cube-1      |   - Downloading composer/spdx-licenses (1.5.6)
ec-cube-docker-ec-cube-1      |   - Downloading composer/semver (3.3.2)
ec-cube-docker-ec-cube-1      |   - Downloading composer/metadata-minifier (1.0.0)
ec-cube-docker-ec-cube-1      |   - Downloading composer/ca-bundle (1.3.1)
ec-cube-docker-ec-cube-1      |   - Downloading composer/composer (2.2.12)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/routing (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/mime (v5.4.2)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/http-foundation (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/http-client-contracts (v2.5.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/var-dumper (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/debug (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/error-handler (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/http-kernel (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/dependency-injection (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-php81 (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/config (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/var-exporter (v5.4.2)
ec-cube-docker-ec-cube-1      |   - Downloading psr/cache (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/cache-contracts (v2.5.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/cache (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/framework-bundle (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/lexer (1.2.2)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/annotations (1.13.2)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/reflection (1.2.2)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/event-manager (1.1.1)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/collections (1.6.8)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/cache (1.12.1)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/persistence (1.3.8)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/doctrine-bridge (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading jdorn/sql-formatter (v1.2.17)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/inflector (1.3.1)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/doctrine-cache-bundle (1.4.0)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/deprecations (v0.5.3)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/dbal (2.13.7)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/doctrine-bundle (1.12.13)
ec-cube-docker-ec-cube-1      |   - Downloading dama/doctrine-test-bundle (v5.0.5)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/common (2.13.3)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/orm (2.7.5)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/data-fixtures (1.5.1)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/doctrine-fixtures-bundle (3.4.1)
ec-cube-docker-ec-cube-1      |   - Downloading laminas/laminas-zendframework-bridge (1.4.1)
ec-cube-docker-ec-cube-1      |   - Downloading laminas/laminas-eventmanager (3.4.0)
ec-cube-docker-ec-cube-1      |   - Downloading laminas/laminas-code (3.4.1)
ec-cube-docker-ec-cube-1      |   - Downloading friendsofphp/proxy-manager-lts (v1.0.5)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/migrations (v1.8.1)
ec-cube-docker-ec-cube-1      |   - Downloading doctrine/doctrine-migrations-bundle (v1.3.2)
ec-cube-docker-ec-cube-1      |   - Downloading monolog/monolog (1.26.1)
ec-cube-docker-ec-cube-1      |   - Downloading easycorp/easy-log-handler (v1.0.9)
ec-cube-docker-ec-cube-1      |   - Downloading egulias/email-validator (2.1.25)
ec-cube-docker-ec-cube-1      |   - Downloading ezyang/htmlpurifier (v4.14.0)
ec-cube-docker-ec-cube-1      |   - Downloading exercise/htmlpurifier-bundle (v3.1.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/stopwatch (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/options-resolver (v4.4.30)
ec-cube-docker-ec-cube-1      |   - Downloading php-cs-fixer/diff (v1.3.1)
ec-cube-docker-ec-cube-1      |   - Downloading friendsofphp/php-cs-fixer (v2.19.3)
ec-cube-docker-ec-cube-1      |   - Downloading twig/twig (v2.14.11)
ec-cube-docker-ec-cube-1      |   - Downloading knplabs/knp-components (v1.3.10)
ec-cube-docker-ec-cube-1      |   - Downloading knplabs/knp-paginator-bundle (v2.8.0)
ec-cube-docker-ec-cube-1      |   - Downloading mikey179/vfsstream (v1.6.10)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/translation-contracts (v2.5.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/translation (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading nesbot/carbon (1.39.1)
ec-cube-docker-ec-cube-1      |   - Downloading phpstan/phpstan (0.12.99)
ec-cube-docker-ec-cube-1      |   - Downloading pimple/pimple (v1.1.1)
ec-cube-docker-ec-cube-1      |   - Downloading psr/simple-cache (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading robthree/twofactorauth (1.8.1)
ec-cube-docker-ec-cube-1      |   - Downloading sensio/framework-extra-bundle (v5.6.1)
ec-cube-docker-ec-cube-1      |   - Downloading tecnickcom/tcpdf (6.4.4)
ec-cube-docker-ec-cube-1      |   - Downloading setasign/fpdi (v2.3.6)
ec-cube-docker-ec-cube-1      |   - Downloading setasign/fpdi-tcpdf (v2.3.0)
ec-cube-docker-ec-cube-1      |   - Downloading skorp/detect-incompatible-samesite-useragents (1.0.1)
ec-cube-docker-ec-cube-1      |   - Downloading mobiledetect/mobiledetectlib (2.8.37)
ec-cube-docker-ec-cube-1      |   - Downloading suncat/mobile-detect-bundle (v1.1.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/asset (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/twig-bridge (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/debug-bundle (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/dotenv (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/expression-language (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/inflector (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/property-access (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-intl-icu (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/intl (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/form (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading nikic/php-parser (v4.13.2)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/maker-bundle (v1.36.4)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/monolog-bridge (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/monolog-bundle (v3.7.1)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/phpunit-bridge (v4.4.34)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/polyfill-iconv (v1.24.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/proxy-manager-bridge (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/security (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/security-bundle (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/serializer (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading swiftmailer/swiftmailer (v6.3.0)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/swiftmailer-bundle (v3.5.3)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/templating (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/validator (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/twig-bundle (v4.4.36)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/web-profiler-bundle (v4.4.31)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/web-server-bundle (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading symfony/workflow (v4.4.27)
ec-cube-docker-ec-cube-1      |   - Downloading twig/extensions (v1.5.4)
ec-cube-docker-ec-cube-1      |   - Downloading vlucas/phpdotenv (v2.4.0)
ec-cube-docker-ec-cube-1      |    0/181 [>---------------------------]   0%
ec-cube-docker-ec-cube-1      |   21/181 [===>------------------------]  11%
ec-cube-docker-ec-cube-1      |   37/181 [=====>----------------------]  20%
ec-cube-docker-ec-cube-1      |   55/181 [========>-------------------]  30%
ec-cube-docker-ec-cube-1      |   74/181 [===========>----------------]  40%
ec-cube-docker-ec-cube-1      |   92/181 [==============>-------------]  50%
ec-cube-docker-ec-cube-1      |  110/181 [=================>----------]  60%
ec-cube-docker-ec-cube-1      |  127/181 [===================>--------]  70%
ec-cube-docker-ec-cube-1      |  145/181 [======================>-----]  80%
ec-cube-docker-ec-cube-1      |  165/181 [=========================>--]  91%
ec-cube-docker-ec-cube-1      |  181/181 [============================] 100%
ec-cube-docker-ec-cube-1      |   - Installing composer/package-versions-deprecated (1.11.99.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing ec-cube/plugin-installer (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing kylekatarnls/update-helper (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/flex (v1.17.6): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing behat/gherkin (v4.9.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing fzaninotto/faker (v1.9.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing bheller/images-generator (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-php72 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-intl-normalizer (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-intl-idn (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing ralouphie/getallheaders (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing psr/http-message (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing guzzlehttp/psr7 (1.8.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing guzzlehttp/promises (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing guzzlehttp/guzzle (6.5.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing captbaritone/mailcatcher-codeception-module (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/diff (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/recursion-context (3.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/exporter (3.1.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/comparator (3.0.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/resource-operations (2.0.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/object-reflector (1.1.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/object-enumerator (3.0.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/global-state (2.0.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/environment (4.2.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/php-timer (2.1.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/php-text-template (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/php-file-iterator (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing theseer/tokenizer (1.2.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sebastian/code-unit-reverse-lookup (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/php-token-stream (3.1.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/php-code-coverage (6.1.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-ctype (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing webmozart/assert (1.10.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/instantiator (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpspec/prophecy (v1.15.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phar-io/version (2.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phar-io/manifest (1.0.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing myclabs/deep-copy (1.10.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-mbstring (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpunit/phpunit (7.5.20): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/phpunit-wrapper (7.8.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/lib-asserts (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/yaml (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-php80 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/finder (v4.4.37): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/event-dispatcher (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/css-selector (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing psr/container (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/service-contracts (v2.5.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-php73 (v1.25.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/console (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/stub (3.0.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/codeception (4.1.28): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/module-asserts (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/dom-crawler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/browser-kit (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/lib-innerbrowser (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/module-phpbrowser (1.0.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing softcreatr/jsonpath (0.7.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing justinrainbow/json-schema (5.2.12): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/module-rest (1.4.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/process (v4.4.40): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing php-webdriver/webdriver (1.12.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing codeception/module-webdriver (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/filesystem (v4.4.39): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing seld/phar-utils (1.2.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing seld/jsonlint (1.9.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing react/promise (v2.9.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing psr/log (1.1.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/pcre (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/xdebug-handler (2.0.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/spdx-licenses (1.5.6): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/semver (3.3.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/metadata-minifier (1.0.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/ca-bundle (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing composer/composer (2.2.12): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/routing (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/mime (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/http-foundation (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/var-dumper (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/debug (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/error-handler (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/http-kernel (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/dependency-injection (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/config (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/var-exporter (v5.4.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing psr/cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/cache-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/cache (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/framework-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/lexer (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/annotations (1.13.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/reflection (1.2.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/event-manager (1.1.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/collections (1.6.8): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/cache (1.12.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/persistence (1.3.8): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/doctrine-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/inflector (1.3.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/deprecations (v0.5.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/dbal (2.13.7): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing dama/doctrine-test-bundle (v5.0.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/common (2.13.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/orm (2.7.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/data-fixtures (1.5.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/doctrine-fixtures-bundle (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing laminas/laminas-zendframework-bridge (1.4.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing laminas/laminas-eventmanager (3.4.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing laminas/laminas-code (3.4.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing friendsofphp/proxy-manager-lts (v1.0.5): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/migrations (v1.8.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing doctrine/doctrine-migrations-bundle (v1.3.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing monolog/monolog (1.26.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing easycorp/easy-log-handler (v1.0.9): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing egulias/email-validator (2.1.25): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing ezyang/htmlpurifier (v4.14.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing exercise/htmlpurifier-bundle (v3.1.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/stopwatch (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-php70 (v1.20.0)
ec-cube-docker-ec-cube-1      |   - Installing symfony/options-resolver (v4.4.30): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing php-cs-fixer/diff (v1.3.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing friendsofphp/php-cs-fixer (v2.19.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing twig/twig (v2.14.11): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing knplabs/knp-components (v1.3.10): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing knplabs/knp-paginator-bundle (v2.8.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing mikey179/vfsstream (v1.6.10): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/translation-contracts (v2.5.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/translation (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing nesbot/carbon (1.39.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing phpstan/phpstan (0.12.99): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing pimple/pimple (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing psr/simple-cache (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing robthree/twofactorauth (1.8.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing sensio/framework-extra-bundle (v5.6.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing tecnickcom/tcpdf (6.4.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing setasign/fpdi (v2.3.6): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing setasign/fpdi-tcpdf (v2.3.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing skorp/detect-incompatible-samesite-useragents (1.0.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing mobiledetect/mobiledetectlib (2.8.37): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing suncat/mobile-detect-bundle (v1.1.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/asset (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/twig-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/debug-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/dotenv (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/expression-language (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/inflector (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/property-access (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-intl-icu (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/intl (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/form (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing nikic/php-parser (v4.13.2): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/maker-bundle (v1.36.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/monolog-bridge (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/monolog-bundle (v3.7.1): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/phpunit-bridge (v4.4.34): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/polyfill-iconv (v1.24.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/proxy-manager-bridge (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/security (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/security-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/serializer (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing swiftmailer/swiftmailer (v6.3.0): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/swiftmailer-bundle (v3.5.3): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/templating (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/validator (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/twig-bundle (v4.4.36): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/web-profiler-bundle (v4.4.31): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/web-server-bundle (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing symfony/workflow (v4.4.27): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing twig/extensions (v1.5.4): Extracting archive
ec-cube-docker-ec-cube-1      |   - Installing vlucas/phpdotenv (v2.4.0): Extracting archive
ec-cube-docker-ec-cube-1      |    0/177 [>---------------------------]   0%
ec-cube-docker-ec-cube-1      |   28/177 [====>-----------------------]  15%
ec-cube-docker-ec-cube-1      |   47/177 [=======>--------------------]  26%
ec-cube-docker-ec-cube-1      |   59/177 [=========>------------------]  33%
ec-cube-docker-ec-cube-1      |   76/177 [============>---------------]  42%
ec-cube-docker-ec-cube-1      |   89/177 [==============>-------------]  50%
ec-cube-docker-ec-cube-1      |  119/177 [==================>---------]  67%
ec-cube-docker-ec-cube-1      |  131/177 [====================>-------]  74%
ec-cube-docker-ec-cube-1      |  143/177 [======================>-----]  80%
ec-cube-docker-ec-cube-1      |  163/177 [=========================>--]  92%
ec-cube-docker-ec-cube-1      |  177/177 [============================] 100%
ec-cube-docker-ec-cube-1      | Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
ec-cube-docker-ec-cube-1      | Package easycorp/easy-log-handler is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | Package setasign/fpdi-tcpdf is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
ec-cube-docker-ec-cube-1      | Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
ec-cube-docker-ec-cube-1      | Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
ec-cube-docker-ec-cube-1      | 119 packages you are using are looking for funding.
ec-cube-docker-ec-cube-1      | Use the `composer fund` command to find out more!
ec-cube-docker-ec-cube-1      | Generating optimized autoload files
ec-cube-docker-ec-cube-1      | composer/package-versions-deprecated: Generating version class...
ec-cube-docker-ec-cube-1      | composer/package-versions-deprecated: ...done generating version class
ec-cube-docker-ec-cube-1      | Carbon 1 is deprecated, see how to migrate to Carbon 2.
ec-cube-docker-ec-cube-1      | https://carbon.nesbot.com/docs/#api-carbon-2
ec-cube-docker-ec-cube-1      |     You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
ec-cube-docker-ec-cube-1      | Generated optimized autoload files containing 8208 classes
ec-cube-docker-ec-cube-1      | > bin/console doctrine:database:create --if-not-exists
ec-cube-docker-ec-cube-1      | 
ec-cube-docker-ec-cube-1      | In DBALException.php line 39:
ec-cube-docker-ec-cube-1      |                                                                                
ec-cube-docker-ec-cube-1      |   Operation 'Doctrine\DBAL\Platforms\AbstractPlatform::getListDatabasesSQL' i  
ec-cube-docker-ec-cube-1      |   s not supported by platform.                                                 
ec-cube-docker-ec-cube-1      |                                                                                
ec-cube-docker-ec-cube-1      | 
ec-cube-docker-ec-cube-1      | doctrine:database:create [--shard SHARD] [--connection [CONNECTION]] [--if-not-exists] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
ec-cube-docker-ec-cube-1      | 
ec-cube-docker-ec-cube-1      | Script bin/console doctrine:database:create --if-not-exists handling the installer-scripts event returned with error code 1

https://github.com/EC-CUBE/ec-cube/pull/5369/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R159

環境

OS: Windows11
WSL2 Ubuntu20.04
Docker version: 20.10.12, build e91ed57
Docker Compose version: v2.2.3

プロジェクトフォルダ
WSL上のファイルシステムに配置
/home/[User]/Project/ec-cube-docker

@codecov-commenter
Copy link

codecov-commenter commented May 27, 2022

Codecov Report

Merging #5369 (251252d) into 4.1 (2e5f839) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 251252d differs from pull request most recent head e2504be. Consider uploading reports for the commit e2504be to get more accurate results

@@            Coverage Diff            @@
##                4.1    #5369   +/-   ##
=========================================
  Coverage     68.57%   68.58%           
  Complexity     6162     6162           
=========================================
  Files           463      463           
  Lines         25306    25306           
=========================================
+ Hits          17354    17356    +2     
+ Misses         7952     7950    -2     
Flag Coverage Δ
E2E 57.94% <ø> (+0.01%) ⬆️
Unit 76.10% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...orage/Handler/SameSiteNoneCompatSessionHandler.php 88.05% <0.00%> (-2.99%) ⬇️
...ontroller/Admin/Product/ProductClassController.php 80.76% <0.00%> (+0.48%) ⬆️
src/Eccube/Entity/TaxRule.php 86.41% <0.00%> (+1.23%) ⬆️
src/Eccube/Controller/Block/CalendarController.php 92.75% <0.00%> (+1.44%) ⬆️
.../Eccube/Doctrine/Common/CsvDataFixtures/Loader.php 77.50% <0.00%> (+2.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e5f839...e2504be. Read the comment docs.

@chihiro-adachi chihiro-adachi added the improvement 機能改善 label Jun 1, 2022
@chihiro-adachi chihiro-adachi added this to the 4.1.x milestone Jun 1, 2022
@kiy0taka kiy0taka force-pushed the dev/initialize_on_first_startup branch 3 times, most recently from 5472d9a to 848646f Compare June 7, 2022 14:05
@kiy0taka kiy0taka force-pushed the dev/initialize_on_first_startup branch from 848646f to fc93eea Compare June 8, 2022 10:17
@kiy0taka
Copy link
Contributor Author

@m-pyon23 確認ありがとうございます!SQLiteでも問題ないように修正しました。

@chihiro-adachi
Copy link
Contributor

@kiy0taka
ありがとうございます。マージしました。

@m-pyon23
動作確認ありがとうございます、助かります!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants