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

Unpushed changes failure & rollback -> causes async processes failures #9804

Closed
alcohol opened this issue Apr 2, 2021 · 1 comment
Closed
Labels
Milestone

Comments

@alcohol
Copy link
Member

alcohol commented Apr 2, 2021

Output of composer diagnose:

$ composer diagnose
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK
Checking disk free space: OK
Checking pubkeys: 
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0  87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B  0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: OK
Composer version: 2.0.12
PHP version: 7.1.15 - Package overridden via config.platform, actual: 8.0.3
PHP binary path: /usr/local/bin/php
OpenSSL version: OpenSSL 1.1.1k  25 Mar 2021
cURL version: 7.74.0 libz 1.2.11 ssl OpenSSL/1.1.1k
zip: extension present, unzip present

My composer.json:

...pending...

Will update above and below when I manage to create a smaller repro scenario.

When I run this command:

composer update --no-scripts --no-plugins --ignore-platform-reqs -vvv --profile

I get the following output:

$ composer update --no-scripts --no-plugins --ignore-platform-reqs -vvv --profile
Running 2.0.12 (2021-04-01 10:14:59) with PHP 8.0.3 on Linux / 5.11.11-arch1-1
[4.7MiB/0.03s] Reading ./composer.json (/workdir/composer.json)
[4.8MiB/0.03s] Loading config file /home/rob/.config/composer/auth.json
[4.8MiB/0.03s] Loading config file ./composer.json (/workdir/composer.json)
[5.5MiB/0.04s] Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
[6.5MiB/0.06s] Executing command (/workdir): git branch -a --no-color --no-abbrev -v
[8.3MiB/0.13s] Failed to initialize global composer: Composer could not find the config file: /home/rob/.config/composer/composer.json
[8.4MiB/0.14s] Reading /workdir/vendor/composer/installed.json
[10.1MiB/0.20s] Reading ./composer.lock (/workdir/composer.lock)
[12.8MiB/0.22s] Loading composer repositories with package information
[13.3MiB/0.23s] Using GitHub token authentication
[13.3MiB/0.24s] Downloading https://api.github.com/repos/keesschepers/channable-php
[13.3MiB/0.45s] [200] https://api.github.com/repos/keesschepers/channable-php
[13.4MiB/0.46s] Downloading https://api.github.com/repos/keesschepers/channable-php/contents/composer.json?ref=master
[13.4MiB/0.67s] [200] https://api.github.com/repos/keesschepers/channable-php/contents/composer.json?ref=master
[13.4MiB/0.67s] Downloading https://api.github.com/repos/keesschepers/channable-php/commits/master
[13.4MiB/0.81s] [200] https://api.github.com/repos/keesschepers/channable-php/commits/master
[13.4MiB/0.82s] Downloading https://api.github.com/repos/keesschepers/channable-php/tags?per_page=100
[13.4MiB/0.94s] [200] https://api.github.com/repos/keesschepers/channable-php/tags?per_page=100
[13.4MiB/0.94s] Downloading https://api.github.com/repos/keesschepers/channable-php/git/refs/heads?per_page=100
[13.4MiB/1.08s] [200] https://api.github.com/repos/keesschepers/channable-php/git/refs/heads?per_page=100
[13.5MiB/1.08s] Downloading https://api.github.com/repos/keesschepers/channable-php/contents/.github/FUNDING.yml
[13.5MiB/1.22s] [404] https://api.github.com/repos/keesschepers/channable-php/contents/.github/FUNDING.yml
[13.5MiB/1.22s] Downloading https://api.github.com/repos/keesschepers/.github/contents/FUNDING.yml
[13.5MiB/1.34s] [404] https://api.github.com/repos/keesschepers/.github/contents/FUNDING.yml
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.8)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/fb25c96b57e826dca55daa1923d79c9168a112ae from cache
[13.5MiB/1.34s] Importing tag 1.8 (1.8.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.7)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/810dcb011f19bcc2a124b70325bfb7d0101c2703 from cache
[13.5MiB/1.34s] Importing tag 1.7 (1.7.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.6)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/28ce3ee26c1154dd35f1cbcd6b39928c03238e6b from cache
[13.5MiB/1.34s] Importing tag 1.6 (1.6.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.5)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/2cac1b49e191ab20c41ae426906c57d2bb1a374a from cache
[13.5MiB/1.34s] Importing tag 1.5 (1.5.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.4)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/f92e4e8dcd96408ae2e1ea334ee055b7c4dd92eb from cache
[13.5MiB/1.34s] Importing tag 1.4 (1.4.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.3)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/d4b5343ff41b49e1a2c976c3f72608ca07b1a134 from cache
[13.5MiB/1.34s] Importing tag 1.3 (1.3.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.2)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/ffb6c2d96e1fec4332f0232580614351b2cfcb4f from cache
[13.5MiB/1.34s] Importing tag 1.2 (1.2.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.1)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/a245c4eddc2737b27e3fe230247a164b6242709a from cache
[13.5MiB/1.34s] Importing tag 1.1 (1.1.0.0)
[13.5MiB/1.34s] Reading composer.json of petervanackooij/channable-php (1.0)
[13.5MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/f30ff78d4e1abb9c5e3dff450ecd605f5b6be164 from cache
[13.6MiB/1.34s] Importing tag 1.0 (1.0.0.0)
[13.6MiB/1.34s] Reading composer.json of petervanackooij/channable-php (0.1.2)
[13.6MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/c9f89d76117b774a30937ea12f86abf58b4c6c10 from cache
[13.6MiB/1.34s] Importing tag 0.1.2 (0.1.2.0)
[13.6MiB/1.34s] Reading composer.json of petervanackooij/channable-php (0.1.1)
[13.6MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/5163f07438fe677dd2bb9802d6c5b2b9536ef720 from cache
[13.6MiB/1.34s] Importing tag 0.1.1 (0.1.1.0)
[13.6MiB/1.34s] Reading composer.json of petervanackooij/channable-php (0.1)
[13.6MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/1eeda0e1bed52481151c2f96cef2c76709d0f61b from cache
[13.6MiB/1.34s] Importing tag 0.1 (0.1.0.0)
[13.6MiB/1.34s] Reading composer.json of petervanackooij/channable-php (master)
[13.6MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/257e0d968ec276e607688d7c855b56973048af58 from cache
[13.6MiB/1.34s] Importing branch master (dev-master)
[13.6MiB/1.34s] Reading composer.json of petervanackooij/channable-php (petervanackooij-patch-1)
[13.6MiB/1.34s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/channable-php/454b9b0aea97456a3d81e498bb7bfb2d6f774f47 from cache
[13.6MiB/1.34s] Importing branch petervanackooij-patch-1 (dev-petervanackooij-patch-1)
[13.6MiB/1.34s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php
[13.6MiB/1.55s] [200] https://api.github.com/repos/keesschepers/mailchimp-api-php
[13.7MiB/1.55s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php/contents/composer.json?ref=master
[13.7MiB/1.71s] [200] https://api.github.com/repos/keesschepers/mailchimp-api-php/contents/composer.json?ref=master
[13.7MiB/1.71s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php/commits/master
[13.7MiB/1.87s] [200] https://api.github.com/repos/keesschepers/mailchimp-api-php/commits/master
[13.7MiB/1.87s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php/tags?per_page=100
[13.7MiB/2.01s] [200] https://api.github.com/repos/keesschepers/mailchimp-api-php/tags?per_page=100
[13.7MiB/2.01s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php/git/refs/heads?per_page=100
[13.8MiB/2.14s] [200] https://api.github.com/repos/keesschepers/mailchimp-api-php/git/refs/heads?per_page=100
[13.8MiB/2.14s] Downloading https://api.github.com/repos/keesschepers/mailchimp-api-php/contents/.github/FUNDING.yml
[13.8MiB/2.28s] [404] https://api.github.com/repos/keesschepers/mailchimp-api-php/contents/.github/FUNDING.yml
[13.8MiB/2.28s] Downloading https://api.github.com/repos/keesschepers/.github/contents/FUNDING.yml
[13.8MiB/2.40s] [404] https://api.github.com/repos/keesschepers/.github/contents/FUNDING.yml
[13.8MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v2.0.0)
[13.8MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/ffa6cf96efe3a7e8e0de8309737a7dae40f51981 from cache
[13.8MiB/2.40s] Importing tag v2.0.0 (2.0.0.0)
[13.8MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.10)
[13.8MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/a409932715ae6b48fae8cc2bae264b4328d17541 from cache
[13.8MiB/2.40s] Importing tag v1.0.10 (1.0.10.0)
[13.8MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.9)
[13.8MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/6a08cd7af5eda2fa31ecfd83f09626882e38bccd from cache
[13.8MiB/2.40s] Importing tag v1.0.9 (1.0.9.0)
[13.8MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.8)
[13.8MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/7d608417a8b4a5aa81082ca46be2da62875fed26 from cache
[13.8MiB/2.40s] Importing tag v1.0.8 (1.0.8.0)
[13.9MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.7)
[13.9MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/165dc9edbe28cbdacd31b6846148c8ecdb7d733b from cache
[13.9MiB/2.40s] Importing tag v1.0.7 (1.0.7.0)
[13.9MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.6)
[13.9MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/ab0910a3e4497fbed0c0cf4e2bb7118d398ef795 from cache
[13.9MiB/2.40s] Importing tag v1.0.6 (1.0.6.0)
[13.9MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.5)
[13.9MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/4a7c9adf471da345bec0cebe8b05269d3fb1e900 from cache
[13.9MiB/2.40s] Importing tag v1.0.5 (1.0.5.0)
[13.9MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.4)
[13.9MiB/2.40s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/11f1f1fed19882130eb85eaf0ee4df287e02f889 from cache
[13.9MiB/2.40s] Importing tag v1.0.4 (1.0.4.0)
[13.9MiB/2.40s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.3)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/9bc13d146a48e115a74cabdd819cbe030afac1a0 from cache
[13.9MiB/2.41s] Importing tag v1.0.3 (1.0.3.0)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.2)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/95528cad5ca7fd77776a4eb743c09bdeee1874fc from cache
[13.9MiB/2.41s] Importing tag v1.0.2 (1.0.2.0)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0.1)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/85b78bb103cdde06ad3f29dcea1363f75f0e32cc from cache
[13.9MiB/2.41s] Importing tag v1.0.1 (1.0.1.0)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (v1.0)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/8d56e76cbe81dea595291a039d4bc86bdddb6b2e from cache
[13.9MiB/2.41s] Importing tag v1.0 (1.0.0.0)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (master)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/427e7336ba66bbc335290ad99b4155bfffe7fd4c from cache
[13.9MiB/2.41s] Importing branch master (dev-master)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (connected-sites)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/ff644ee13a9690db1e84791c6352621a47a7bfa8 from cache
[13.9MiB/2.41s] Importing branch connected-sites (dev-connected-sites)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (ecommerce)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/22ee0e9c3412fd6bd227803af811a982a81cd577 from cache
[13.9MiB/2.41s] Importing branch ecommerce (dev-ecommerce)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (get-member-by-id)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/61ef47620e25a8b9ea65e6305743fa21e406446b from cache
[13.9MiB/2.41s] Importing branch get-member-by-id (dev-get-member-by-id)
[13.9MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (http-client)
[13.9MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/4e46aa53ab630c041a389a7a5b70fcc7c96767af from cache
[14.0MiB/2.41s] Importing branch http-client (dev-http-client)
[14.0MiB/2.41s] Reading composer.json of thinkshout/mailchimp-api-php (http-fallback)
[14.0MiB/2.41s] Reading /home/rob/.cache/composer/repo/github.com/keesschepers/mailchimp-api-php/8060cbf241894de02572ede49035e0fb02da0f2b from cache
[14.0MiB/2.41s] Importing branch http-fallback (dev-http-fallback)
[14.1MiB/2.41s] Downloading https://api.github.com/repos/rlt3/php-barcode
[14.1MiB/2.57s] [200] https://api.github.com/repos/rlt3/php-barcode
[14.1MiB/2.57s] Downloading https://api.github.com/repos/rlt3/php-barcode/contents/composer.json?ref=master
[14.1MiB/2.72s] [200] https://api.github.com/repos/rlt3/php-barcode/contents/composer.json?ref=master
[14.1MiB/2.72s] Downloading https://api.github.com/repos/rlt3/php-barcode/commits/master
[14.1MiB/2.87s] [200] https://api.github.com/repos/rlt3/php-barcode/commits/master
[14.1MiB/2.87s] Downloading https://api.github.com/repos/rlt3/php-barcode/tags?per_page=100
[14.1MiB/3.00s] [200] https://api.github.com/repos/rlt3/php-barcode/tags?per_page=100
[14.1MiB/3.01s] Downloading https://api.github.com/repos/rlt3/php-barcode/git/refs/heads?per_page=100
[14.1MiB/3.13s] [200] https://api.github.com/repos/rlt3/php-barcode/git/refs/heads?per_page=100
[14.2MiB/3.13s] Downloading https://api.github.com/repos/rlt3/php-barcode/contents/.github/FUNDING.yml
[14.2MiB/3.27s] [404] https://api.github.com/repos/rlt3/php-barcode/contents/.github/FUNDING.yml
[14.2MiB/3.27s] Downloading https://api.github.com/repos/rlt3/.github/contents/FUNDING.yml
[14.2MiB/3.39s] [404] https://api.github.com/repos/rlt3/.github/contents/FUNDING.yml
[14.2MiB/3.39s] Reading composer.json of rlt3/php-barcode (master)
[14.2MiB/3.39s] Reading /home/rob/.cache/composer/repo/github.com/rlt3/php-barcode/6890e6a3b7269f44481a3cdf373636f3848cb360 from cache
[14.2MiB/3.39s] Importing branch master (dev-master)
[14.2MiB/3.39s] Downloading https://repo.packagist.org/packages.json
[14.2MiB/3.46s] [200] https://repo.packagist.org/packages.json
[14.2MiB/3.46s] Writing /home/rob/.cache/composer/repo/https---repo.packagist.org/packages.json into cache
[14.3MiB/3.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~symfony.json from cache
[16.2MiB/3.47s] Downloading https://repo.packagist.org/p2/symfony/symfony.json if modified
[16.2MiB/3.47s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~orm.json from cache
[16.5MiB/3.47s] Downloading https://repo.packagist.org/p2/doctrine/orm.json if modified
[16.5MiB/3.47s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~dbal.json from cache
[16.7MiB/3.48s] Downloading https://repo.packagist.org/p2/doctrine/dbal.json if modified
[16.7MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~doctrine-bundle.json from cache
[17.1MiB/3.48s] Downloading https://repo.packagist.org/p2/doctrine/doctrine-bundle.json if modified
[17.1MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-twig~extensions.json from cache
[17.1MiB/3.48s] Downloading https://repo.packagist.org/p2/twig/extensions.json if modified
[17.1MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~swiftmailer-bundle.json from cache
[17.4MiB/3.48s] Downloading https://repo.packagist.org/p2/symfony/swiftmailer-bundle.json if modified
[17.4MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~monolog-bundle.json from cache
[17.6MiB/3.48s] Downloading https://repo.packagist.org/p2/symfony/monolog-bundle.json if modified
[17.6MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sensio~distribution-bundle.json from cache
[18.0MiB/3.48s] Downloading https://repo.packagist.org/p2/sensio/distribution-bundle.json if modified
[18.0MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sensio~framework-extra-bundle.json from cache
[18.3MiB/3.48s] Downloading https://repo.packagist.org/p2/sensio/framework-extra-bundle.json if modified
[18.3MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sensio~generator-bundle.json from cache
[18.5MiB/3.48s] Downloading https://repo.packagist.org/p2/sensio/generator-bundle.json if modified
[18.5MiB/3.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-incenteev~composer-parameter-handler.json from cache
[18.5MiB/3.49s] Downloading https://repo.packagist.org/p2/incenteev/composer-parameter-handler.json if modified
[18.5MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-stof~doctrine-extensions-bundle.json from cache
[18.6MiB/3.49s] Downloading https://repo.packagist.org/p2/stof/doctrine-extensions-bundle.json if modified
[18.6MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~doctrine-fixtures-bundle.json from cache
[18.7MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-knplabs~knp-menu-bundle.json from cache
[18.8MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~serializer-bundle.json from cache
[19.0MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~postcodenl-api-bundle.json from cache
[19.0MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zendpdf.json from cache
[19.0MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-liip~imagine-bundle.json from cache
[19.3MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~migrations.json from cache
[19.5MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~doctrine-migrations-bundle.json from cache
[19.7MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-knplabs~knp-paginator-bundle.json from cache
[19.8MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-omnipay~common.json from cache
[19.9MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-omnipay~multisafepay.json from cache
[20.0MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-omnipay~paypal.json from cache
[20.1MiB/3.49s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
[20.5MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-picqer~sendcloud-php-client.json from cache
[20.6MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-barcode.json from cache
[20.8MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-printnode~printnode-php.json from cache
[20.8MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-amqplib~rabbitmq-bundle.json from cache
[20.9MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~web-socket-bundle.json from cache
[21.3MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-stomp-php~stomp-php.json from cache
[21.4MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~cache-bundle.json from cache
[21.5MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~adapter-bundle.json from cache
[21.6MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~memcached-adapter.json from cache
[21.7MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~transmission.json from cache
[21.7MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~billink-api.json from cache
[21.7MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~dhlparcelapi.json from cache
[21.7MiB/3.50s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~dhlparcelapibundle.json from cache
[21.7MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-kamermans~guzzle-oauth2-subscriber.json from cache
[21.8MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-setasign~fpdi-fpdf.json from cache
[21.8MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~i18n-routing-bundle.json from cache
[21.9MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~translation-bundle.json from cache
[22.0MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-defuse~php-encryption.json from cache
[22.1MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-knplabs~doctrine-behaviors.json from cache
[22.2MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-a2lix~translation-form-bundle.json from cache
[22.3MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ramsey~uuid.json from cache
[22.6MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-pagerfanta~pagerfanta.json from cache
[22.7MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~trengo-api.json from cache
[22.7MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-google~recaptcha.json from cache
[22.8MiB/3.51s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-paynl~sdk.json from cache
[22.9MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ingenico-epayments~connect-sdk-php.json from cache
[23.1MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-endroid~qr-code.json from cache
[23.6MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~guzzle6-adapter.json from cache
[23.6MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~httplug-bundle.json from cache
[23.8MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-hwi~oauth-bundle.json from cache
[24.0MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-datatrics~php-api.json from cache
[24.1MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-bugsnag~bugsnag-symfony.json from cache
[24.2MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-algolia~algoliasearch-client-php.json from cache
[24.4MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~assetic-bundle.json from cache
[24.5MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-beberlei~doctrineextensions.json from cache
[24.7MiB/3.52s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit.json from cache
[26.2MiB/3.53s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phploc~phploc.json from cache
[26.3MiB/3.53s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~postcodenl-api-bundle~dev.json from cache
[26.3MiB/3.53s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-printnode~printnode-php~dev.json from cache
[26.4MiB/3.53s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~transmission~dev.json from cache
[26.4MiB/3.53s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~billink-api~dev.json from cache
[26.4MiB/3.54s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~dhlparcelapi~dev.json from cache
[26.4MiB/3.54s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~dhlparcelapibundle~dev.json from cache
[26.5MiB/3.54s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-keesschepers~trengo-api~dev.json from cache
[27.0MiB/3.56s] [304] https://repo.packagist.org/p2/symfony/symfony.json
[25.2MiB/3.58s] [304] https://repo.packagist.org/p2/doctrine/orm.json
[25.1MiB/3.59s] [304] https://repo.packagist.org/p2/doctrine/dbal.json
[25.0MiB/3.59s] [304] https://repo.packagist.org/p2/doctrine/doctrine-bundle.json
[24.9MiB/3.60s] [304] https://repo.packagist.org/p2/twig/extensions.json
[24.9MiB/3.60s] [304] https://repo.packagist.org/p2/symfony/swiftmailer-bundle.json
[24.6MiB/3.60s] [304] https://repo.packagist.org/p2/symfony/monolog-bundle.json
[24.5MiB/3.60s] [304] https://repo.packagist.org/p2/sensio/distribution-bundle.json
[24.2MiB/3.61s] [304] https://repo.packagist.org/p2/sensio/framework-extra-bundle.json
[23.9MiB/3.61s] [304] https://repo.packagist.org/p2/sensio/generator-bundle.json
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/doctrine/doctrine-fixtures-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/knplabs/knp-menu-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/jms/serializer-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/keesschepers/postcodenl-api-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/zendframework/zendpdf.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/liip/imagine-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/doctrine/migrations.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/doctrine/doctrine-migrations-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/knplabs/knp-paginator-bundle.json if modified
[23.8MiB/3.61s] Downloading https://repo.packagist.org/p2/omnipay/common.json if modified
[23.8MiB/3.63s] [304] https://repo.packagist.org/p2/incenteev/composer-parameter-handler.json
[23.8MiB/3.63s] [304] https://repo.packagist.org/p2/stof/doctrine-extensions-bundle.json
[23.8MiB/3.63s] Downloading https://repo.packagist.org/p2/omnipay/multisafepay.json if modified
[23.8MiB/3.63s] Downloading https://repo.packagist.org/p2/omnipay/paypal.json if modified
[23.8MiB/3.64s] [304] https://repo.packagist.org/p2/doctrine/doctrine-fixtures-bundle.json
[23.7MiB/3.65s] [304] https://repo.packagist.org/p2/knplabs/knp-menu-bundle.json
[23.7MiB/3.65s] [304] https://repo.packagist.org/p2/jms/serializer-bundle.json
[23.5MiB/3.65s] [304] https://repo.packagist.org/p2/keesschepers/postcodenl-api-bundle.json
[23.5MiB/3.65s] [304] https://repo.packagist.org/p2/zendframework/zendpdf.json
[23.5MiB/3.65s] [304] https://repo.packagist.org/p2/liip/imagine-bundle.json
[23.2MiB/3.65s] [304] https://repo.packagist.org/p2/doctrine/migrations.json
[23.1MiB/3.65s] [304] https://repo.packagist.org/p2/doctrine/doctrine-migrations-bundle.json
[23.0MiB/3.65s] [304] https://repo.packagist.org/p2/knplabs/knp-paginator-bundle.json
[22.9MiB/3.65s] [304] https://repo.packagist.org/p2/omnipay/common.json
[22.8MiB/3.65s] Downloading https://repo.packagist.org/p2/guzzlehttp/guzzle.json if modified
[22.8MiB/3.65s] Downloading https://repo.packagist.org/p2/picqer/sendcloud-php-client.json if modified
[22.8MiB/3.65s] Downloading https://repo.packagist.org/p2/zendframework/zend-barcode.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/printnode/printnode-php.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/php-amqplib/rabbitmq-bundle.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/gos/web-socket-bundle.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/stomp-php/stomp-php.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/cache/cache-bundle.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/cache/adapter-bundle.json if modified
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/cache/memcached-adapter.json if modified
[22.8MiB/3.66s] [304] https://repo.packagist.org/p2/omnipay/multisafepay.json
[22.8MiB/3.66s] Downloading https://repo.packagist.org/p2/keesschepers/transmission.json if modified
[22.8MiB/3.67s] [304] https://repo.packagist.org/p2/omnipay/paypal.json
[22.7MiB/3.67s] Downloading https://repo.packagist.org/p2/keesschepers/billink-api.json if modified
[22.7MiB/3.67s] [304] https://repo.packagist.org/p2/guzzlehttp/guzzle.json
[22.4MiB/3.68s] [304] https://repo.packagist.org/p2/picqer/sendcloud-php-client.json
[22.4MiB/3.68s] [304] https://repo.packagist.org/p2/zendframework/zend-barcode.json
[22.2MiB/3.68s] [304] https://repo.packagist.org/p2/printnode/printnode-php.json
[22.2MiB/3.68s] [304] https://repo.packagist.org/p2/php-amqplib/rabbitmq-bundle.json
[22.2MiB/3.68s] [304] https://repo.packagist.org/p2/gos/web-socket-bundle.json
[21.9MiB/3.69s] [304] https://repo.packagist.org/p2/stomp-php/stomp-php.json
[21.9MiB/3.69s] [304] https://repo.packagist.org/p2/cache/cache-bundle.json
[21.8MiB/3.69s] [304] https://repo.packagist.org/p2/cache/adapter-bundle.json
[21.8MiB/3.69s] [304] https://repo.packagist.org/p2/cache/memcached-adapter.json
[21.7MiB/3.69s] Downloading https://repo.packagist.org/p2/keesschepers/dhlparcelapi.json if modified
[21.7MiB/3.69s] Downloading https://repo.packagist.org/p2/keesschepers/dhlparcelapibundle.json if modified
[21.7MiB/3.69s] Downloading https://repo.packagist.org/p2/kamermans/guzzle-oauth2-subscriber.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/setasign/fpdi-fpdf.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/jms/i18n-routing-bundle.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/jms/translation-bundle.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/defuse/php-encryption.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/knplabs/doctrine-behaviors.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/a2lix/translation-form-bundle.json if modified
[21.8MiB/3.69s] Downloading https://repo.packagist.org/p2/ramsey/uuid.json if modified
[21.8MiB/3.71s] [304] https://repo.packagist.org/p2/keesschepers/transmission.json
[21.8MiB/3.71s] [304] https://repo.packagist.org/p2/keesschepers/billink-api.json
[21.8MiB/3.71s] Downloading https://repo.packagist.org/p2/pagerfanta/pagerfanta.json if modified
[21.8MiB/3.71s] Downloading https://repo.packagist.org/p2/keesschepers/trengo-api.json if modified
[21.8MiB/3.72s] [304] https://repo.packagist.org/p2/keesschepers/dhlparcelapi.json
[21.7MiB/3.72s] [304] https://repo.packagist.org/p2/keesschepers/dhlparcelapibundle.json
[21.7MiB/3.72s] [304] https://repo.packagist.org/p2/kamermans/guzzle-oauth2-subscriber.json
[21.7MiB/3.72s] [304] https://repo.packagist.org/p2/setasign/fpdi-fpdf.json
[21.7MiB/3.72s] [304] https://repo.packagist.org/p2/jms/i18n-routing-bundle.json
[21.6MiB/3.72s] [304] https://repo.packagist.org/p2/jms/translation-bundle.json
[21.6MiB/3.73s] [304] https://repo.packagist.org/p2/defuse/php-encryption.json
[21.6MiB/3.73s] [304] https://repo.packagist.org/p2/knplabs/doctrine-behaviors.json
[21.5MiB/3.73s] [304] https://repo.packagist.org/p2/a2lix/translation-form-bundle.json
[21.4MiB/3.73s] [304] https://repo.packagist.org/p2/ramsey/uuid.json
[21.2MiB/3.74s] Downloading https://repo.packagist.org/p2/google/recaptcha.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/paynl/sdk.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/ingenico-epayments/connect-sdk-php.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/endroid/qr-code.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/php-http/guzzle6-adapter.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/php-http/httplug-bundle.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/hwi/oauth-bundle.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/datatrics/php-api.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/bugsnag/bugsnag-symfony.json if modified
[21.3MiB/3.74s] Downloading https://repo.packagist.org/p2/algolia/algoliasearch-client-php.json if modified
[21.3MiB/3.75s] [304] https://repo.packagist.org/p2/pagerfanta/pagerfanta.json
[21.3MiB/3.75s] [304] https://repo.packagist.org/p2/keesschepers/trengo-api.json
[21.3MiB/3.75s] Downloading https://repo.packagist.org/p2/symfony/assetic-bundle.json if modified
[21.3MiB/3.75s] Downloading https://repo.packagist.org/p2/beberlei/doctrineextensions.json if modified
[21.3MiB/3.77s] [304] https://repo.packagist.org/p2/google/recaptcha.json
[21.2MiB/3.77s] [304] https://repo.packagist.org/p2/paynl/sdk.json
[21.2MiB/3.77s] [304] https://repo.packagist.org/p2/ingenico-epayments/connect-sdk-php.json
[21.0MiB/3.77s] [304] https://repo.packagist.org/p2/endroid/qr-code.json
[20.7MiB/3.78s] [304] https://repo.packagist.org/p2/php-http/guzzle6-adapter.json
[20.7MiB/3.78s] [304] https://repo.packagist.org/p2/php-http/httplug-bundle.json
[20.6MiB/3.78s] [304] https://repo.packagist.org/p2/hwi/oauth-bundle.json
[20.4MiB/3.78s] [304] https://repo.packagist.org/p2/datatrics/php-api.json
[20.4MiB/3.78s] [304] https://repo.packagist.org/p2/bugsnag/bugsnag-symfony.json
[20.4MiB/3.78s] [304] https://repo.packagist.org/p2/algolia/algoliasearch-client-php.json
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/phpunit/phpunit.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/phploc/phploc.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/postcodenl-api-bundle~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/printnode/printnode-php~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/transmission~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/billink-api~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/dhlparcelapi~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/dhlparcelapibundle~dev.json if modified
[20.2MiB/3.79s] Downloading https://repo.packagist.org/p2/keesschepers/trengo-api~dev.json if modified
[20.2MiB/3.80s] [304] https://repo.packagist.org/p2/symfony/assetic-bundle.json
[20.1MiB/3.80s] [304] https://repo.packagist.org/p2/beberlei/doctrineextensions.json
[20.0MiB/3.80s] [304] https://repo.packagist.org/p2/phpunit/phpunit.json
[18.5MiB/3.81s] [304] https://repo.packagist.org/p2/phploc/phploc.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/postcodenl-api-bundle~dev.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/printnode/printnode-php~dev.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/transmission~dev.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/billink-api~dev.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/dhlparcelapi~dev.json
[18.4MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/dhlparcelapibundle~dev.json
[18.3MiB/3.81s] [304] https://repo.packagist.org/p2/keesschepers/trengo-api~dev.json
[19.2MiB/3.87s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~common.json from cache
[19.4MiB/3.87s] Downloading https://repo.packagist.org/p2/doctrine/common.json if modified
[19.4MiB/3.87s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-fig~link-util.json from cache
[19.5MiB/3.87s] Downloading https://repo.packagist.org/p2/fig/link-util.json if modified
[19.5MiB/3.87s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-twig~twig.json from cache
[20.0MiB/3.88s] Downloading https://repo.packagist.org/p2/twig/twig.json if modified
[20.0MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
[20.1MiB/3.88s] Downloading https://repo.packagist.org/p2/psr/cache.json if modified
[20.1MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
[20.1MiB/3.88s] Downloading https://repo.packagist.org/p2/psr/container.json if modified
[20.1MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~link.json from cache
[20.2MiB/3.88s] Downloading https://repo.packagist.org/p2/psr/link.json if modified
[20.2MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
[20.2MiB/3.88s] Downloading https://repo.packagist.org/p2/psr/log.json if modified
[20.2MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~simple-cache.json from cache
[20.2MiB/3.88s] Downloading https://repo.packagist.org/p2/psr/simple-cache.json if modified
[20.3MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-apcu.json from cache
[20.4MiB/3.88s] Downloading https://repo.packagist.org/p2/symfony/polyfill-apcu.json if modified
[20.4MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
[20.4MiB/3.88s] Downloading https://repo.packagist.org/p2/symfony/polyfill-ctype.json if modified
[20.5MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-icu.json from cache
[20.6MiB/3.88s] Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-icu.json if modified
[20.6MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
[20.7MiB/3.88s] Downloading https://repo.packagist.org/p2/symfony/polyfill-mbstring.json if modified
[20.7MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php56.json from cache
[20.8MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php70.json from cache
[20.9MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-composer~package-versions-deprecated.json from cache
[20.9MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
[21.1MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~cache.json from cache
[21.2MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~collections.json from cache
[21.3MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~event-manager.json from cache
[21.3MiB/3.88s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~inflector.json from cache
[21.4MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
[21.5MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
[21.5MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~persistence.json from cache
[21.6MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
[22.7MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ocramius~package-versions.json from cache
[22.8MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~deprecations.json from cache
[22.8MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~doctrine-cache-bundle.json from cache
[22.9MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jdorn~sql-formatter.json from cache
[23.0MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~cache.json from cache
[23.5MiB/3.89s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~config.json from cache
[24.5MiB/3.90s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
[24.5MiB/3.90s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
[25.7MiB/3.90s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~doctrine-bridge.json from cache
[26.9MiB/3.91s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~framework-bundle.json from cache
[28.5MiB/3.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-swiftmailer~swiftmailer.json from cache
[28.7MiB/3.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
[30.1MiB/3.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~monolog-bridge.json from cache
[30.9MiB/3.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-monolog~monolog.json from cache
[31.1MiB/3.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
[31.9MiB/3.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~class-loader.json from cache
[32.5MiB/3.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
[33.5MiB/3.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sensiolabs~security-checker.json from cache
[33.6MiB/3.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
[34.5MiB/3.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
[35.3MiB/3.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gedmo~doctrine-extensions.json from cache
[35.6MiB/3.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~data-fixtures.json from cache
[35.7MiB/3.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-knplabs~knp-menu.json from cache
[35.8MiB/3.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~serializer.json from cache
[36.1MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpoption~phpoption.json from cache
[36.2MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-memory.json from cache
[36.3MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-stdlib.json from cache
[36.5MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-imagine~imagine.json from cache
[36.6MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
[37.5MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~mime.json from cache
[37.7MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~options-resolver.json from cache
[38.4MiB/3.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~templating.json from cache
[39.1MiB/3.96s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ocramius~proxy-manager.json from cache
[39.3MiB/3.96s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~stopwatch.json from cache
[39.9MiB/3.96s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-knplabs~knp-components.json from cache
[40.1MiB/3.96s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
[41.1MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~message.json from cache
[41.2MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~discovery.json from cache
[41.3MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
[42.4MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-moneyphp~money.json from cache
[42.6MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
[42.7MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
[42.7MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
[42.8MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-servicemanager.json from cache
[43.0MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-validator.json from cache
[43.3MiB/3.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-amqplib~php-amqplib.json from cache
[43.5MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-videlalvaro~php-amqplib.json from cache
[43.7MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cboden~ratchet.json from cache
[43.8MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~pubsub-router-bundle.json from cache
[43.9MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~websocket-client.json from cache
[44.0MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~event-loop.json from cache
[44.1MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
[44.1MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-core.json from cache
[45.0MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~pnctl-event-loop-emitter.json from cache
[45.0MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~ratchet-stack.json from cache
[45.0MiB/3.98s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-gos~ratchet.json from cache
[45.1MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~taggable-cache.json from cache
[45.2MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~session-handler.json from cache
[45.2MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~namespaced-cache.json from cache
[45.3MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~adapter-common.json from cache
[45.4MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~hierarchical-cache.json from cache
[45.4MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-setasign~fpdf.json from cache
[45.4MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-setasign~fpdi.json from cache
[45.5MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-nikic~php-parser.json from cache
[45.8MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
[45.8MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~validator.json from cache
[47.0MiB/3.99s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~random-compat.json from cache
[47.2MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-behat~transliterator.json from cache
[47.2MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~form.json from cache
[48.4MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-curl-class~php-curl-class.json from cache
[48.6MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-robtimus~multipart.json from cache
[48.6MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-bacon~bacon-qr-code.json from cache
[48.6MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-khanamiryan~qrcode-detector-decoder.json from cache
[48.7MiB/4.00s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~property-access.json from cache
[49.5MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-myclabs~php-enum.json from cache
[49.6MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-endroid~installer.json from cache
[49.7MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~httplug.json from cache
[49.7MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~client-common.json from cache
[49.8MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~logger-plugin.json from cache
[49.9MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~message-factory.json from cache
[49.9MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~stopwatch-plugin.json from cache
[50.0MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
[50.0MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~cache-plugin.json from cache
[50.1MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-bundle.json from cache
[51.3MiB/4.01s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-bugsnag~bugsnag.json from cache
[51.6MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security.json from cache
[52.7MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-kriswallsmith~assetic.json from cache
[52.7MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-myclabs~deep-copy.json from cache
[52.8MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~manifest.json from cache
[52.9MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
[52.9MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
[53.1MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
[53.6MiB/4.02s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
[53.7MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
[53.7MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-timer.json from cache
[53.8MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
[53.9MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
[54.0MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
[54.2MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
[54.4MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~global-state.json from cache
[54.4MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-enumerator.json from cache
[54.5MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~resource-operations.json from cache
[54.6MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
[54.6MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~finder-facade.json from cache
[54.7MiB/4.03s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzle~guzzle.json from cache
[55.8MiB/4.04s] [304] https://repo.packagist.org/p2/doctrine/common.json
[55.7MiB/4.05s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php56.json if modified
[55.7MiB/4.06s] [304] https://repo.packagist.org/p2/fig/link-util.json
[55.7MiB/4.06s] [304] https://repo.packagist.org/p2/twig/twig.json
[55.8MiB/4.07s] [304] https://repo.packagist.org/p2/psr/cache.json
[55.7MiB/4.07s] [304] https://repo.packagist.org/p2/psr/container.json
[55.7MiB/4.07s] [304] https://repo.packagist.org/p2/psr/link.json
[55.7MiB/4.07s] [304] https://repo.packagist.org/p2/psr/log.json
[55.7MiB/4.07s] [304] https://repo.packagist.org/p2/psr/simple-cache.json
[55.7MiB/4.08s] [304] https://repo.packagist.org/p2/symfony/polyfill-apcu.json
[55.7MiB/4.08s] [304] https://repo.packagist.org/p2/symfony/polyfill-ctype.json
[55.7MiB/4.08s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php70.json if modified
[55.7MiB/4.08s] Downloading https://repo.packagist.org/p2/composer/package-versions-deprecated.json if modified
[55.7MiB/4.08s] Downloading https://repo.packagist.org/p2/doctrine/annotations.json if modified
[55.7MiB/4.08s] Downloading https://repo.packagist.org/p2/doctrine/cache.json if modified
[55.7MiB/4.09s] Downloading https://repo.packagist.org/p2/doctrine/collections.json if modified
[55.7MiB/4.09s] Downloading https://repo.packagist.org/p2/doctrine/event-manager.json if modified
[55.7MiB/4.09s] Downloading https://repo.packagist.org/p2/doctrine/inflector.json if modified
[55.7MiB/4.09s] Downloading https://repo.packagist.org/p2/doctrine/instantiator.json if modified
[55.7MiB/4.09s] Downloading https://repo.packagist.org/p2/doctrine/lexer.json if modified
[55.7MiB/4.10s] [304] https://repo.packagist.org/p2/symfony/polyfill-intl-icu.json
[55.7MiB/4.10s] [304] https://repo.packagist.org/p2/symfony/polyfill-mbstring.json
[55.7MiB/4.11s] [304] https://repo.packagist.org/p2/symfony/polyfill-php56.json
[55.7MiB/4.11s] Downloading https://repo.packagist.org/p2/doctrine/persistence.json if modified
[55.7MiB/4.11s] Downloading https://repo.packagist.org/p2/symfony/console.json if modified
[55.7MiB/4.11s] Downloading https://repo.packagist.org/p2/ocramius/package-versions.json if modified
[55.7MiB/4.12s] [304] https://repo.packagist.org/p2/symfony/polyfill-php70.json
[55.7MiB/4.12s] [304] https://repo.packagist.org/p2/composer/package-versions-deprecated.json
[55.7MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/annotations.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/cache.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/collections.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/event-manager.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/inflector.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/instantiator.json
[55.6MiB/4.13s] [304] https://repo.packagist.org/p2/doctrine/lexer.json
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/doctrine/deprecations.json if modified
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/doctrine/doctrine-cache-bundle.json if modified
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/jdorn/sql-formatter.json if modified
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/symfony/cache.json if modified
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/symfony/config.json if modified
[55.6MiB/4.13s] Downloading https://repo.packagist.org/p2/symfony/service-contracts.json if modified
[55.6MiB/4.14s] Downloading https://repo.packagist.org/p2/symfony/dependency-injection.json if modified
[55.6MiB/4.14s] Downloading https://repo.packagist.org/p2/symfony/doctrine-bridge.json if modified
[55.6MiB/4.14s] Downloading https://repo.packagist.org/p2/symfony/framework-bundle.json if modified
[55.6MiB/4.15s] [304] https://repo.packagist.org/p2/doctrine/persistence.json
[55.6MiB/4.15s] [304] https://repo.packagist.org/p2/symfony/console.json
[55.9MiB/4.18s] [304] https://repo.packagist.org/p2/ocramius/package-versions.json
[55.9MiB/4.18s] Downloading https://repo.packagist.org/p2/swiftmailer/swiftmailer.json if modified
[55.9MiB/4.19s] Downloading https://repo.packagist.org/p2/symfony/http-kernel.json if modified
[55.9MiB/4.19s] Downloading https://repo.packagist.org/p2/symfony/monolog-bridge.json if modified
[55.9MiB/4.20s] [304] https://repo.packagist.org/p2/doctrine/deprecations.json
[55.8MiB/4.20s] [304] https://repo.packagist.org/p2/doctrine/doctrine-cache-bundle.json
[55.8MiB/4.20s] [304] https://repo.packagist.org/p2/jdorn/sql-formatter.json
[55.8MiB/4.20s] [304] https://repo.packagist.org/p2/symfony/cache.json
[55.5MiB/4.21s] [304] https://repo.packagist.org/p2/symfony/config.json
[55.7MiB/4.24s] [304] https://repo.packagist.org/p2/symfony/service-contracts.json
[55.7MiB/4.24s] [304] https://repo.packagist.org/p2/symfony/dependency-injection.json
[55.8MiB/4.27s] [304] https://repo.packagist.org/p2/symfony/doctrine-bridge.json
[56.1MiB/4.31s] [304] https://repo.packagist.org/p2/symfony/framework-bundle.json
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/monolog/monolog.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/symfony/filesystem.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/symfony/class-loader.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/symfony/process.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/sensiolabs/security-checker.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/symfony/yaml.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/symfony/event-dispatcher.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/gedmo/doctrine-extensions.json if modified
[56.7MiB/4.36s] Downloading https://repo.packagist.org/p2/doctrine/data-fixtures.json if modified
[56.7MiB/4.37s] [304] https://repo.packagist.org/p2/swiftmailer/swiftmailer.json
[56.6MiB/4.37s] [304] https://repo.packagist.org/p2/symfony/http-kernel.json
[56.8MiB/4.41s] [304] https://repo.packagist.org/p2/symfony/monolog-bridge.json
[56.7MiB/4.43s] Downloading https://repo.packagist.org/p2/knplabs/knp-menu.json if modified
[56.7MiB/4.43s] Downloading https://repo.packagist.org/p2/jms/serializer.json if modified
[56.7MiB/4.43s] Downloading https://repo.packagist.org/p2/phpoption/phpoption.json if modified
[56.7MiB/4.44s] [304] https://repo.packagist.org/p2/monolog/monolog.json
[56.5MiB/4.45s] [304] https://repo.packagist.org/p2/symfony/filesystem.json
[56.5MiB/4.47s] [304] https://repo.packagist.org/p2/symfony/class-loader.json
[56.7MiB/4.49s] [304] https://repo.packagist.org/p2/symfony/process.json
[56.8MiB/4.51s] [304] https://repo.packagist.org/p2/sensiolabs/security-checker.json
[56.8MiB/4.51s] [304] https://repo.packagist.org/p2/symfony/yaml.json
[57.0MiB/4.53s] [304] https://repo.packagist.org/p2/symfony/event-dispatcher.json
[57.3MiB/4.55s] [304] https://repo.packagist.org/p2/gedmo/doctrine-extensions.json
[57.3MiB/4.56s] [304] https://repo.packagist.org/p2/doctrine/data-fixtures.json
[57.3MiB/4.56s] Downloading https://repo.packagist.org/p2/zendframework/zend-memory.json if modified
[57.3MiB/4.56s] Downloading https://repo.packagist.org/p2/zendframework/zend-stdlib.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/imagine/imagine.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/symfony/finder.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/symfony/mime.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/symfony/options-resolver.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/symfony/templating.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/ocramius/proxy-manager.json if modified
[57.4MiB/4.56s] Downloading https://repo.packagist.org/p2/symfony/stopwatch.json if modified
[57.4MiB/4.57s] [304] https://repo.packagist.org/p2/knplabs/knp-menu.json
[57.3MiB/4.58s] [304] https://repo.packagist.org/p2/jms/serializer.json
[57.1MiB/4.58s] [304] https://repo.packagist.org/p2/phpoption/phpoption.json
[57.1MiB/4.58s] Downloading https://repo.packagist.org/p2/knplabs/knp-components.json if modified
[57.1MiB/4.58s] Downloading https://repo.packagist.org/p2/symfony/translation.json if modified
[57.1MiB/4.58s] Downloading https://repo.packagist.org/p2/php-http/client-implementation.json
[57.1MiB/4.59s] [304] https://repo.packagist.org/p2/zendframework/zend-memory.json
[57.1MiB/4.59s] [304] https://repo.packagist.org/p2/zendframework/zend-stdlib.json
[57.2MiB/4.60s] [304] https://repo.packagist.org/p2/imagine/imagine.json
[57.1MiB/4.60s] [304] https://repo.packagist.org/p2/symfony/finder.json
[56.5MiB/4.61s] [304] https://repo.packagist.org/p2/symfony/mime.json
[56.5MiB/4.62s] [304] https://repo.packagist.org/p2/symfony/options-resolver.json
[57.0MiB/4.63s] [304] https://repo.packagist.org/p2/symfony/templating.json
[56.9MiB/4.64s] [304] https://repo.packagist.org/p2/ocramius/proxy-manager.json
[56.9MiB/4.65s] [304] https://repo.packagist.org/p2/symfony/stopwatch.json
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/php-http/message.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/php-http/discovery.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/symfony/http-foundation.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/moneyphp/money.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/guzzlehttp/promises.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/guzzlehttp/psr7.json if modified
[56.6MiB/4.66s] Downloading https://repo.packagist.org/p2/zendframework/zend-servicemanager.json if modified
[56.7MiB/4.66s] Downloading https://repo.packagist.org/p2/zendframework/zend-validator.json if modified
[56.6MiB/4.67s] [304] https://repo.packagist.org/p2/knplabs/knp-components.json
[56.6MiB/4.67s] [304] https://repo.packagist.org/p2/symfony/translation.json
[56.2MiB/4.68s] [404] https://repo.packagist.org/p2/php-http/client-implementation.json
[56.2MiB/4.68s] Downloading https://repo.packagist.org/p2/php-amqplib/php-amqplib.json if modified
[56.2MiB/4.68s] Downloading https://repo.packagist.org/p2/videlalvaro/php-amqplib.json if modified
[56.2MiB/4.68s] Downloading https://repo.packagist.org/p2/cboden/ratchet.json if modified
[56.2MiB/4.69s] [304] https://repo.packagist.org/p2/php-http/message.json
[56.2MiB/4.69s] [304] https://repo.packagist.org/p2/php-http/discovery.json
[56.1MiB/4.69s] [304] https://repo.packagist.org/p2/symfony/http-foundation.json
[56.2MiB/4.71s] [304] https://repo.packagist.org/p2/moneyphp/money.json
[56.1MiB/4.71s] [304] https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json
[56.1MiB/4.71s] [304] https://repo.packagist.org/p2/guzzlehttp/promises.json
[56.1MiB/4.71s] [304] https://repo.packagist.org/p2/guzzlehttp/psr7.json
[56.1MiB/4.71s] [304] https://repo.packagist.org/p2/zendframework/zend-servicemanager.json
[56.0MiB/4.71s] [304] https://repo.packagist.org/p2/zendframework/zend-validator.json
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/gos/pubsub-router-bundle.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/gos/websocket-client.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/react/event-loop.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/symfony/deprecation-contracts.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/symfony/security-core.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/gos/pnctl-event-loop-emitter.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/gos/ratchet-stack.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/gos/ratchet.json if modified
[55.9MiB/4.71s] Downloading https://repo.packagist.org/p2/cache/taggable-cache.json if modified
[55.9MiB/4.73s] [304] https://repo.packagist.org/p2/php-amqplib/php-amqplib.json
[55.8MiB/4.73s] [304] https://repo.packagist.org/p2/videlalvaro/php-amqplib.json
[55.7MiB/4.73s] [304] https://repo.packagist.org/p2/cboden/ratchet.json
[55.6MiB/4.73s] Downloading https://repo.packagist.org/p2/cache/session-handler.json if modified
[55.7MiB/4.73s] Downloading https://repo.packagist.org/p2/cache/namespaced-cache.json if modified
[55.7MiB/4.73s] Downloading https://repo.packagist.org/p2/cache/adapter-common.json if modified
[55.6MiB/4.74s] [304] https://repo.packagist.org/p2/gos/pubsub-router-bundle.json
[55.6MiB/4.74s] [304] https://repo.packagist.org/p2/gos/websocket-client.json
[55.5MiB/4.74s] [304] https://repo.packagist.org/p2/react/event-loop.json
[55.5MiB/4.75s] [304] https://repo.packagist.org/p2/symfony/deprecation-contracts.json
[55.4MiB/4.75s] [304] https://repo.packagist.org/p2/symfony/security-core.json
[55.6MiB/4.76s] [304] https://repo.packagist.org/p2/gos/pnctl-event-loop-emitter.json
[55.6MiB/4.76s] [304] https://repo.packagist.org/p2/gos/ratchet-stack.json
[55.6MiB/4.76s] [304] https://repo.packagist.org/p2/gos/ratchet.json
[55.5MiB/4.76s] [304] https://repo.packagist.org/p2/cache/taggable-cache.json
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/cache/hierarchical-cache.json if modified
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/setasign/fpdf.json if modified
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/setasign/fpdi.json if modified
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/nikic/php-parser.json if modified
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/symfony/translation-contracts.json if modified
[55.5MiB/4.76s] Downloading https://repo.packagist.org/p2/symfony/validator.json if modified
[55.6MiB/4.76s] Downloading https://repo.packagist.org/p2/paragonie/random_compat.json if modified
[55.6MiB/4.76s] Downloading https://repo.packagist.org/p2/behat/transliterator.json if modified
[55.6MiB/4.76s] Downloading https://repo.packagist.org/p2/symfony/form.json if modified
[55.6MiB/4.77s] [304] https://repo.packagist.org/p2/cache/session-handler.json
[55.5MiB/4.77s] [304] https://repo.packagist.org/p2/cache/namespaced-cache.json
[55.5MiB/4.77s] [304] https://repo.packagist.org/p2/cache/adapter-common.json
[55.5MiB/4.77s] Downloading https://repo.packagist.org/p2/php-curl-class/php-curl-class.json if modified
[55.5MiB/4.77s] Downloading https://repo.packagist.org/p2/robtimus/multipart.json if modified
[55.5MiB/4.77s] Downloading https://repo.packagist.org/p2/bacon/bacon-qr-code.json if modified
[55.5MiB/4.79s] [304] https://repo.packagist.org/p2/cache/hierarchical-cache.json
[55.4MiB/4.79s] [304] https://repo.packagist.org/p2/setasign/fpdf.json
[55.4MiB/4.79s] [304] https://repo.packagist.org/p2/setasign/fpdi.json
[55.4MiB/4.79s] [304] https://repo.packagist.org/p2/nikic/php-parser.json
[55.3MiB/4.79s] [304] https://repo.packagist.org/p2/symfony/translation-contracts.json
[55.3MiB/4.79s] [304] https://repo.packagist.org/p2/symfony/validator.json
[55.5MiB/4.81s] [304] https://repo.packagist.org/p2/paragonie/random_compat.json
[55.5MiB/4.81s] [304] https://repo.packagist.org/p2/behat/transliterator.json
[55.4MiB/4.81s] [304] https://repo.packagist.org/p2/symfony/form.json
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/khanamiryan/qrcode-detector-decoder.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/symfony/property-access.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/myclabs/php-enum.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/endroid/installer.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/php-http/httplug.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/php-http/client-common.json if modified
[55.8MiB/4.82s] Downloading https://repo.packagist.org/p2/php-http/logger-plugin.json if modified
[55.8MiB/4.83s] Downloading https://repo.packagist.org/p2/php-http/message-factory.json if modified
[55.8MiB/4.83s] Downloading https://repo.packagist.org/p2/php-http/stopwatch-plugin.json if modified
[55.8MiB/4.84s] [304] https://repo.packagist.org/p2/php-curl-class/php-curl-class.json
[55.8MiB/4.84s] [304] https://repo.packagist.org/p2/robtimus/multipart.json
[55.7MiB/4.84s] [304] https://repo.packagist.org/p2/bacon/bacon-qr-code.json
[55.7MiB/4.84s] Downloading https://repo.packagist.org/p2/psr/http-message.json if modified
[55.7MiB/4.84s] Downloading https://repo.packagist.org/p2/php-http/cache-plugin.json if modified
[55.7MiB/4.84s] Downloading https://repo.packagist.org/p2/symfony/security-bundle.json if modified
[55.7MiB/4.85s] [304] https://repo.packagist.org/p2/khanamiryan/qrcode-detector-decoder.json
[55.7MiB/4.85s] [304] https://repo.packagist.org/p2/symfony/property-access.json
[55.7MiB/4.86s] [304] https://repo.packagist.org/p2/myclabs/php-enum.json
[55.7MiB/4.86s] [304] https://repo.packagist.org/p2/endroid/installer.json
[55.7MiB/4.86s] [304] https://repo.packagist.org/p2/php-http/httplug.json
[55.6MiB/4.87s] [304] https://repo.packagist.org/p2/php-http/client-common.json
[55.6MiB/4.87s] [304] https://repo.packagist.org/p2/php-http/logger-plugin.json
[55.6MiB/4.87s] [304] https://repo.packagist.org/p2/php-http/message-factory.json
[55.6MiB/4.87s] [304] https://repo.packagist.org/p2/php-http/stopwatch-plugin.json
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/bugsnag/bugsnag.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/symfony/security.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/kriswallsmith/assetic.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/myclabs/deep-copy.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/phar-io/manifest.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/phar-io/version.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/phpspec/prophecy.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/phpunit/php-code-coverage.json if modified
[55.6MiB/4.87s] Downloading https://repo.packagist.org/p2/phpunit/php-file-iterator.json if modified
[55.6MiB/4.88s] [304] https://repo.packagist.org/p2/psr/http-message.json
[55.6MiB/4.88s] [304] https://repo.packagist.org/p2/php-http/cache-plugin.json
[55.5MiB/4.88s] [304] https://repo.packagist.org/p2/symfony/security-bundle.json
[55.3MiB/4.90s] Downloading https://repo.packagist.org/p2/phpunit/php-text-template.json if modified
[55.3MiB/4.90s] Downloading https://repo.packagist.org/p2/phpunit/php-timer.json if modified
[55.3MiB/4.90s] Downloading https://repo.packagist.org/p2/sebastian/comparator.json if modified
[55.3MiB/4.91s] [304] https://repo.packagist.org/p2/bugsnag/bugsnag.json
[55.1MiB/4.91s] [304] https://repo.packagist.org/p2/symfony/security.json
[55.2MiB/4.94s] [304] https://repo.packagist.org/p2/kriswallsmith/assetic.json
[55.2MiB/4.94s] [304] https://repo.packagist.org/p2/myclabs/deep-copy.json
[55.1MiB/4.94s] [304] https://repo.packagist.org/p2/phar-io/manifest.json
[55.1MiB/4.94s] [304] https://repo.packagist.org/p2/phar-io/version.json
[55.1MiB/4.94s] [304] https://repo.packagist.org/p2/phpspec/prophecy.json
[55.0MiB/4.94s] [304] https://repo.packagist.org/p2/phpunit/php-code-coverage.json
[54.6MiB/4.94s] [304] https://repo.packagist.org/p2/phpunit/php-file-iterator.json
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/diff.json if modified
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/environment.json if modified
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/exporter.json if modified
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/global-state.json if modified
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/object-enumerator.json if modified
[54.5MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/resource-operations.json if modified
[54.6MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/version.json if modified
[54.6MiB/4.95s] Downloading https://repo.packagist.org/p2/sebastian/finder-facade.json if modified
[54.6MiB/4.95s] Downloading https://repo.packagist.org/p2/guzzle/guzzle.json if modified
[54.6MiB/4.96s] [304] https://repo.packagist.org/p2/phpunit/php-text-template.json
[54.5MiB/4.96s] [304] https://repo.packagist.org/p2/phpunit/php-timer.json
[54.4MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/comparator.json
[54.3MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/diff.json
[54.3MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/environment.json
[54.2MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/exporter.json
[54.1MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/global-state.json
[54.1MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/object-enumerator.json
[54.0MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/resource-operations.json
[54.0MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/version.json
[53.9MiB/4.96s] [304] https://repo.packagist.org/p2/sebastian/finder-facade.json
[53.9MiB/4.96s] [304] https://repo.packagist.org/p2/guzzle/guzzle.json
[53.6MiB/5.22s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~collections.json from cache
[53.7MiB/5.22s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
[53.8MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~reflection.json from cache
[53.8MiB/5.23s] Downloading https://repo.packagist.org/p2/doctrine/reflection.json if modified
[53.8MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~persistence.json from cache
[53.8MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~link.json from cache
[53.8MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~intl.json from cache
[54.7MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/intl.json if modified
[54.7MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-util.json from cache
[54.8MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/polyfill-util.json if modified
[54.8MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php73.json from cache
[54.9MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php73.json if modified
[54.9MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
[54.9MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php80.json if modified
[54.9MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
[55.0MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~string.json from cache
[55.0MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/string.json if modified
[55.0MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~contracts.json from cache
[55.1MiB/5.23s] Downloading https://repo.packagist.org/p2/symfony/contracts.json if modified
[55.1MiB/5.23s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
[55.9MiB/5.24s] Downloading https://repo.packagist.org/p2/symfony/debug.json if modified
[55.9MiB/5.24s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-acl.json from cache
[56.2MiB/5.24s] Downloading https://repo.packagist.org/p2/symfony/security-acl.json if modified
[56.2MiB/5.24s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security.json from cache
[57.5MiB/5.25s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
[56.5MiB/5.25s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~cache-contracts.json from cache
[56.6MiB/5.25s] Downloading https://repo.packagist.org/p2/symfony/cache-contracts.json if modified
[56.6MiB/5.25s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~var-exporter.json from cache
[56.8MiB/5.25s] Downloading https://repo.packagist.org/p2/symfony/var-exporter.json if modified
[56.8MiB/5.25s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
[57.7MiB/5.26s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~cache.json from cache
[57.9MiB/5.27s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~error-handler.json from cache
[57.7MiB/5.27s] Downloading https://repo.packagist.org/p2/symfony/error-handler.json if modified
[57.7MiB/5.27s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
[58.7MiB/5.28s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
[60.1MiB/5.29s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~stopwatch.json from cache
[60.6MiB/5.31s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-csrf.json from cache
[60.7MiB/5.31s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~asset.json from cache
[61.1MiB/5.31s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
[62.8MiB/5.33s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~class-loader.json from cache
[62.6MiB/5.34s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~templating.json from cache
[63.1MiB/5.35s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
[63.7MiB/5.36s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
[63.6MiB/5.37s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~config.json from cache
[63.8MiB/5.38s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
[64.4MiB/5.39s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~common.json from cache
[63.1MiB/5.40s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
[63.2MiB/5.40s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
[63.3MiB/5.40s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
[63.4MiB/5.40s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-client-contracts.json from cache
[63.4MiB/5.40s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-monolog~monolog.json from cache
[63.7MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-client.json from cache
[63.8MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-composer~ca-bundle.json from cache
[63.9MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
[63.9MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~metadata.json from cache
[64.0MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-jms~parser-lib.json from cache
[64.0MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpcollection~phpcollection.json from cache
[64.1MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-hydrator.json from cache
[64.2MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-code.json from cache
[64.4MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-webimpress~safe-writer.json from cache
[64.5MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-code.json from cache
[64.7MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ocramius~package-versions.json from cache
[64.8MiB/5.41s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-clue~stream-filter.json from cache
[64.8MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php54.json from cache
[64.9MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php55.json from cache
[65.0MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
[65.1MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
[65.2MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
[65.2MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-container-interop~container-interop.json from cache
[65.3MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpseclib~phpseclib.json from cache
[65.5MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ratchet~rfc6455.json from cache
[65.5MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~socket.json from cache
[65.7MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php70.json from cache
[65.8MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-evenement~evenement.json from cache
[65.8MiB/5.42s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~event-loop.json from cache
[65.9MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cboden~ratchet.json from cache
[66.0MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzle~http.json from cache
[66.0MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~hierarchical-cache.json from cache
[66.0MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~taggable-cache.json from cache
[66.1MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
[66.0MiB/5.43s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~property-access.json from cache
[67.0MiB/5.44s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~options-resolver.json from cache
[67.0MiB/5.45s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-dasprid~enum.json from cache
[66.4MiB/5.45s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~property-info.json from cache
[66.9MiB/5.45s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~inflector.json from cache
[67.2MiB/5.45s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-vimeo~psalm.json from cache
[68.1MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-roave~security-advisories.json from cache
[68.2MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~promise.json from cache
[68.2MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~http-client.json from cache
[68.2MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~http-factory.json from cache
[68.3MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~message.json from cache
[68.4MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-php-http~client-common.json from cache
[68.4MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-guard.json from cache
[68.8MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-http.json from cache
[69.6MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-vlucas~phpdotenv.json from cache
[69.9MiB/5.46s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
[70.8MiB/5.47s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
[70.1MiB/5.47s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
[70.3MiB/5.47s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
[70.3MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
[70.4MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
[70.4MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
[70.5MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
[70.6MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-theseer~tokenizer.json from cache
[70.5MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-reflector.json from cache
[70.6MiB/5.48s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-theseer~fdomdocument.json from cache
[71.0MiB/5.49s] [304] https://repo.packagist.org/p2/doctrine/reflection.json
[71.0MiB/5.50s] [304] https://repo.packagist.org/p2/symfony/intl.json
[71.3MiB/5.51s] [304] https://repo.packagist.org/p2/symfony/polyfill-util.json
[71.3MiB/5.52s] [304] https://repo.packagist.org/p2/symfony/polyfill-php73.json
[71.3MiB/5.52s] [304] https://repo.packagist.org/p2/symfony/polyfill-php80.json
[71.3MiB/5.52s] [304] https://repo.packagist.org/p2/symfony/string.json
[71.2MiB/5.52s] [304] https://repo.packagist.org/p2/symfony/contracts.json
[71.2MiB/5.52s] [304] https://repo.packagist.org/p2/symfony/debug.json
[71.5MiB/5.54s] [304] https://repo.packagist.org/p2/symfony/security-acl.json
[71.6MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/routing.json if modified
[71.6MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/security-csrf.json if modified
[71.6MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/asset.json if modified
[71.6MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/translator.json
[71.6MiB/5.55s] Downloading https://repo.packagist.org/p2/egulias/email-validator.json if modified
[71.7MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/polyfill-iconv.json if modified
[71.7MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/http-client-contracts.json if modified
[71.7MiB/5.55s] Downloading https://repo.packagist.org/p2/symfony/http-client.json if modified
[71.7MiB/5.55s] Downloading https://repo.packagist.org/p2/composer/ca-bundle.json if modified
[71.7MiB/5.56s] [304] https://repo.packagist.org/p2/symfony/cache-contracts.json
[71.6MiB/5.56s] [304] https://repo.packagist.org/p2/symfony/var-exporter.json
[71.7MiB/5.57s] [304] https://repo.packagist.org/p2/symfony/error-handler.json
[71.7MiB/5.57s] Downloading https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json if modified
[71.7MiB/5.57s] Downloading https://repo.packagist.org/p2/jms/metadata.json if modified
[71.7MiB/5.57s] Downloading https://repo.packagist.org/p2/jms/parser-lib.json if modified
[71.7MiB/5.58s] [304] https://repo.packagist.org/p2/symfony/routing.json
[72.0MiB/5.61s] [304] https://repo.packagist.org/p2/symfony/security-csrf.json
[72.3MiB/5.63s] [304] https://repo.packagist.org/p2/symfony/asset.json
[72.4MiB/5.64s] [304] https://repo.packagist.org/p2/egulias/email-validator.json
[72.3MiB/5.65s] [304] https://repo.packagist.org/p2/symfony/polyfill-iconv.json
[72.3MiB/5.65s] [304] https://repo.packagist.org/p2/symfony/http-client-contracts.json
[72.3MiB/5.65s] [304] https://repo.packagist.org/p2/symfony/http-client.json
[72.3MiB/5.65s] [304] https://repo.packagist.org/p2/composer/ca-bundle.json
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/phpcollection/phpcollection.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/zendframework/zend-hydrator.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/laminas/laminas-code.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/webimpress/safe-writer.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/zendframework/zend-code.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/clue/stream-filter.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php54.json if modified
[72.3MiB/5.65s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php55.json if modified
[72.3MiB/5.67s] [304] https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json
[72.3MiB/5.67s] [304] https://repo.packagist.org/p2/jms/metadata.json
[72.2MiB/5.67s] [304] https://repo.packagist.org/p2/jms/parser-lib.json
[72.3MiB/5.67s] Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json if modified
[72.3MiB/5.67s] Downloading https://repo.packagist.org/p2/symfony/polyfill-php72.json if modified
[72.3MiB/5.67s] Downloading https://repo.packagist.org/p2/ralouphie/getallheaders.json if modified
[72.3MiB/5.68s] [404] https://repo.packagist.org/p2/symfony/translator.json
[72.3MiB/5.68s] [304] https://repo.packagist.org/p2/phpcollection/phpcollection.json
[72.2MiB/5.68s] [304] https://repo.packagist.org/p2/zendframework/zend-hydrator.json
[72.2MiB/5.68s] [304] https://repo.packagist.org/p2/laminas/laminas-code.json
[72.0MiB/5.68s] [304] https://repo.packagist.org/p2/webimpress/safe-writer.json
[71.9MiB/5.69s] [304] https://repo.packagist.org/p2/zendframework/zend-code.json
[72.1MiB/5.69s] [304] https://repo.packagist.org/p2/clue/stream-filter.json
[72.0MiB/5.69s] [304] https://repo.packagist.org/p2/symfony/polyfill-php54.json
[72.0MiB/5.69s] [304] https://repo.packagist.org/p2/symfony/polyfill-php55.json
[72.1MiB/5.69s] Downloading https://repo.packagist.org/p2/container-interop/container-interop.json if modified
[72.1MiB/5.69s] Downloading https://repo.packagist.org/p2/phpseclib/phpseclib.json if modified
[72.1MiB/5.69s] Downloading https://repo.packagist.org/p2/ratchet/rfc6455.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/react/socket.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/evenement/evenement.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/guzzle/http.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/dasprid/enum.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/symfony/property-info.json if modified
[72.1MiB/5.70s] Downloading https://repo.packagist.org/p2/symfony/inflector.json if modified
[72.1MiB/5.71s] [304] https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json
[72.0MiB/5.71s] [304] https://repo.packagist.org/p2/symfony/polyfill-php72.json
[72.0MiB/5.71s] [304] https://repo.packagist.org/p2/ralouphie/getallheaders.json
[72.0MiB/5.71s] Downloading https://repo.packagist.org/p2/vimeo/psalm.json if modified
[72.0MiB/5.71s] Downloading https://repo.packagist.org/p2/roave/security-advisories.json if modified
[72.0MiB/5.71s] Downloading https://repo.packagist.org/p2/php-http/promise.json if modified
[72.0MiB/5.73s] [304] https://repo.packagist.org/p2/container-interop/container-interop.json
[72.0MiB/5.73s] [304] https://repo.packagist.org/p2/phpseclib/phpseclib.json
[71.9MiB/5.73s] [304] https://repo.packagist.org/p2/ratchet/rfc6455.json
[71.9MiB/5.73s] [304] https://repo.packagist.org/p2/react/socket.json
[71.9MiB/5.73s] [304] https://repo.packagist.org/p2/evenement/evenement.json
[71.9MiB/5.73s] [304] https://repo.packagist.org/p2/guzzle/http.json
[71.8MiB/5.74s] [304] https://repo.packagist.org/p2/dasprid/enum.json
[71.8MiB/5.74s] [304] https://repo.packagist.org/p2/symfony/property-info.json
[71.3MiB/5.74s] [304] https://repo.packagist.org/p2/symfony/inflector.json
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/psr/http-client.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/psr/http-factory.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/symfony/security-guard.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/symfony/security-http.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/vlucas/phpdotenv.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/sebastian/recursion-context.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/phpunit/php-token-stream.json if modified
[71.5MiB/5.75s] Downloading https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json if modified
[71.5MiB/5.76s] [304] https://repo.packagist.org/p2/vimeo/psalm.json
[70.8MiB/5.77s] [304] https://repo.packagist.org/p2/roave/security-advisories.json
[70.8MiB/5.77s] [304] https://repo.packagist.org/p2/php-http/promise.json
[70.8MiB/5.77s] Downloading https://repo.packagist.org/p2/theseer/tokenizer.json if modified
[70.8MiB/5.77s] Downloading https://repo.packagist.org/p2/sebastian/object-reflector.json if modified
[70.8MiB/5.77s] Downloading https://repo.packagist.org/p2/theseer/fdomdocument.json if modified
[70.8MiB/5.78s] [304] https://repo.packagist.org/p2/psr/http-client.json
[70.8MiB/5.78s] [304] https://repo.packagist.org/p2/psr/http-factory.json
[70.8MiB/5.78s] [304] https://repo.packagist.org/p2/symfony/security-guard.json
[70.5MiB/5.79s] [304] https://repo.packagist.org/p2/symfony/security-http.json
[69.8MiB/5.80s] [304] https://repo.packagist.org/p2/vlucas/phpdotenv.json
[69.7MiB/5.80s] [304] https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json
[69.6MiB/5.80s] [304] https://repo.packagist.org/p2/sebastian/recursion-context.json
[69.6MiB/5.80s] [304] https://repo.packagist.org/p2/phpunit/php-token-stream.json
[69.5MiB/5.80s] [304] https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json
[69.5MiB/5.81s] [304] https://repo.packagist.org/p2/theseer/tokenizer.json
[69.4MiB/5.81s] [304] https://repo.packagist.org/p2/sebastian/object-reflector.json
[69.4MiB/5.81s] [304] https://repo.packagist.org/p2/theseer/fdomdocument.json
[69.1MiB/5.92s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
[70.2MiB/5.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~adapter-common.json from cache
[69.2MiB/5.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
[69.2MiB/5.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
[69.3MiB/5.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~icu.json from cache
[69.3MiB/5.93s] Downloading https://repo.packagist.org/p2/symfony/icu.json if modified
[69.3MiB/5.93s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-grapheme.json from cache
[69.4MiB/5.93s] Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json if modified
[69.4MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
[69.6MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~var-dumper.json from cache
[70.2MiB/5.94s] Downloading https://repo.packagist.org/p2/symfony/var-dumper.json if modified
[70.2MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-psr~event-dispatcher.json from cache
[70.3MiB/5.94s] Downloading https://repo.packagist.org/p2/psr/event-dispatcher.json if modified
[70.3MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpoption~phpoption.json from cache
[70.3MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-eventmanager.json from cache
[70.5MiB/5.94s] Downloading https://repo.packagist.org/p2/laminas/laminas-eventmanager.json if modified
[70.5MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-zendframework-bridge.json from cache
[70.6MiB/5.94s] Downloading https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json if modified
[70.6MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-zendframework~zend-eventmanager.json from cache
[70.8MiB/5.94s] Downloading https://repo.packagist.org/p2/zendframework/zend-eventmanager.json if modified
[70.8MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-squizlabs~php-codesniffer.json from cache
[71.0MiB/5.94s] Downloading https://repo.packagist.org/p2/squizlabs/php_codesniffer.json if modified
[71.0MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-ircmaxell~password-compat.json from cache
[71.0MiB/5.94s] Downloading https://repo.packagist.org/p2/ircmaxell/password-compat.json if modified
[71.0MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~constant-time-encoding.json from cache
[71.1MiB/5.94s] Downloading https://repo.packagist.org/p2/paragonie/constant_time_encoding.json if modified
[71.1MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~dns.json from cache
[71.3MiB/5.94s] Downloading https://repo.packagist.org/p2/react/dns.json if modified
[71.3MiB/5.94s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
[71.4MiB/5.95s] Downloading https://repo.packagist.org/p2/react/promise.json if modified
[71.4MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~promise-timer.json from cache
[71.4MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~stream.json from cache
[71.5MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzle~common.json from cache
[71.7MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzle~parser.json from cache
[71.8MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-guzzle~stream.json from cache
[72.3MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-amphp~amp.json from cache
[72.6MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-amphp~byte-stream.json from cache
[72.7MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-composer~semver.json from cache
[72.8MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-composer~xdebug-handler.json from cache
[72.9MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-dnoegel~php-xdg-base-dir.json from cache
[72.9MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-felixfbecker~advanced-json-rpc.json from cache
[73.0MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-felixfbecker~language-server-protocol.json from cache
[73.0MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-netresearch~jsonmapper.json from cache
[73.1MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-openlss~lib-array2xml.json from cache
[73.2MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~glob.json from cache
[73.3MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~path-util.json from cache
[73.3MiB/5.95s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~security-http.json from cache
[74.4MiB/5.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
[73.8MiB/5.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~assert.json from cache
[73.9MiB/5.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
[73.9MiB/5.97s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-dflydev~markdown.json from cache
[74.2MiB/5.99s] [304] https://repo.packagist.org/p2/symfony/icu.json
[74.2MiB/5.99s] Downloading https://repo.packagist.org/p2/react/promise-timer.json if modified
[74.2MiB/6.00s] [304] https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json
[74.2MiB/6.01s] [304] https://repo.packagist.org/p2/symfony/var-dumper.json
[73.6MiB/6.02s] [304] https://repo.packagist.org/p2/psr/event-dispatcher.json
[73.6MiB/6.02s] [304] https://repo.packagist.org/p2/laminas/laminas-eventmanager.json
[73.5MiB/6.02s] [304] https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json
[73.4MiB/6.02s] [304] https://repo.packagist.org/p2/zendframework/zend-eventmanager.json
[73.4MiB/6.02s] [304] https://repo.packagist.org/p2/squizlabs/php_codesniffer.json
[73.2MiB/6.03s] [304] https://repo.packagist.org/p2/ircmaxell/password-compat.json
[73.2MiB/6.03s] [304] https://repo.packagist.org/p2/paragonie/constant_time_encoding.json
[73.2MiB/6.03s] [304] https://repo.packagist.org/p2/react/dns.json
[73.2MiB/6.03s] [304] https://repo.packagist.org/p2/react/promise.json
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/react/stream.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/guzzle/common.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/guzzle/parser.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/guzzle/stream.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/amphp/amp.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/amphp/byte-stream.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/composer/semver.json if modified
[73.2MiB/6.03s] Downloading https://repo.packagist.org/p2/composer/xdebug-handler.json if modified
[73.2MiB/6.04s] Downloading https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json if modified
[73.2MiB/6.04s] Downloading https://repo.packagist.org/p2/felixfbecker/advanced-json-rpc.json if modified
[73.2MiB/6.04s] Downloading https://repo.packagist.org/p2/felixfbecker/language-server-protocol.json if modified
[73.2MiB/6.05s] [304] https://repo.packagist.org/p2/react/promise-timer.json
[73.2MiB/6.05s] Downloading https://repo.packagist.org/p2/netresearch/jsonmapper.json if modified
[73.2MiB/6.06s] [304] https://repo.packagist.org/p2/react/stream.json
[73.2MiB/6.07s] [304] https://repo.packagist.org/p2/guzzle/common.json
[73.1MiB/6.07s] [304] https://repo.packagist.org/p2/guzzle/parser.json
[73.1MiB/6.07s] [304] https://repo.packagist.org/p2/guzzle/stream.json
[73.0MiB/6.07s] [304] https://repo.packagist.org/p2/amphp/amp.json
[72.8MiB/6.08s] [304] https://repo.packagist.org/p2/amphp/byte-stream.json
[72.8MiB/6.08s] [304] https://repo.packagist.org/p2/composer/semver.json
[72.8MiB/6.08s] [304] https://repo.packagist.org/p2/composer/xdebug-handler.json
[72.8MiB/6.08s] [304] https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json
[72.8MiB/6.08s] [304] https://repo.packagist.org/p2/felixfbecker/advanced-json-rpc.json
[72.7MiB/6.08s] [304] https://repo.packagist.org/p2/felixfbecker/language-server-protocol.json
[72.7MiB/6.08s] Downloading https://repo.packagist.org/p2/openlss/lib-array2xml.json if modified
[72.7MiB/6.08s] Downloading https://repo.packagist.org/p2/webmozart/glob.json if modified
[72.7MiB/6.08s] Downloading https://repo.packagist.org/p2/webmozart/path-util.json if modified
[72.7MiB/6.08s] Downloading https://repo.packagist.org/p2/phpdocumentor/type-resolver.json if modified
[72.7MiB/6.08s] Downloading https://repo.packagist.org/p2/webmozart/assert.json if modified
[72.7MiB/6.09s] Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-common.json if modified
[72.7MiB/6.09s] Downloading https://repo.packagist.org/p2/dflydev/markdown.json if modified
[72.7MiB/6.10s] [304] https://repo.packagist.org/p2/netresearch/jsonmapper.json
[72.7MiB/6.10s] [304] https://repo.packagist.org/p2/openlss/lib-array2xml.json
[72.6MiB/6.10s] [304] https://repo.packagist.org/p2/webmozart/glob.json
[72.6MiB/6.10s] [304] https://repo.packagist.org/p2/webmozart/path-util.json
[72.5MiB/6.10s] [304] https://repo.packagist.org/p2/phpdocumentor/type-resolver.json
[72.5MiB/6.10s] [304] https://repo.packagist.org/p2/webmozart/assert.json
[72.5MiB/6.10s] [304] https://repo.packagist.org/p2/phpdocumentor/reflection-common.json
[72.5MiB/6.11s] [304] https://repo.packagist.org/p2/dflydev/markdown.json
[72.6MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-cache~tag-interop.json from cache
[72.6MiB/6.13s] Downloading https://repo.packagist.org/p2/cache/tag-interop.json if modified
[72.6MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
[72.7MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
[72.9MiB/6.13s] Downloading https://repo.packagist.org/p2/laminas/laminas-stdlib.json if modified
[72.9MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-athletic~athletic.json from cache
[72.9MiB/6.13s] Downloading https://repo.packagist.org/p2/athletic/athletic.json if modified
[72.9MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~cache.json from cache
[73.0MiB/6.13s] Downloading https://repo.packagist.org/p2/react/cache.json if modified
[73.0MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
[73.1MiB/6.13s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-amphp~amp.json from cache
[73.3MiB/6.14s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~path-util.json from cache
[73.1MiB/6.15s] [304] https://repo.packagist.org/p2/cache/tag-interop.json
[73.1MiB/6.15s] [304] https://repo.packagist.org/p2/laminas/laminas-stdlib.json
[73.0MiB/6.16s] [304] https://repo.packagist.org/p2/athletic/athletic.json
[72.9MiB/6.16s] [304] https://repo.packagist.org/p2/react/cache.json
[72.9MiB/6.16s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-hydrator.json from cache
[73.0MiB/6.16s] Downloading https://repo.packagist.org/p2/laminas/laminas-hydrator.json if modified
[73.0MiB/6.17s] [304] https://repo.packagist.org/p2/laminas/laminas-hydrator.json
[72.9MiB/6.17s] Reading /home/rob/.cache/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
[71.5MiB/6.31s] Updating dependencies
[71.6MiB/6.31s] Generating rules
[1429.6MiB/25.30s] Resolving dependencies through SAT
[1435.3MiB/25.40s] Looking at all rules.
[1436.0MiB/27.19s] [1436.1MiB/28.58s] Something's changed, looking at all rules again (pass #2)[1436.1MiB/29.97s] Something's changed[1436.1MiB/31.20s] Something's changed, looking at all rules again (pass #4)[14[1436.1MiB/32.41s] Something's changed[1436.2MiB/33.63s] Something's changed[1436.2MiB/34.83s] Something's changed[1436.3MiB/36.13s] Something's changed[1436.6MiB/37.33s] Something's changed, looking at all rules[1436.9MiB/38.50s] Something's changed[1437.0MiB/39.65s] Something's changed, looking at all rules again (pass #11)[1437.0MiB/39.66s] 
[1437.0MiB/39.66s] Dependency resolution completed in 14.364 seconds
[144.4MiB/40.25s] Analyzed 15655 packages to resolve dependencies
[144.4MiB/40.25s] Analyzed 2299239 rules to resolve dependencies
[144.4MiB/40.25s] Nothing to modify in lock file
[145.3MiB/40.26s] Generating rules
[146.0MiB/40.27s] Resolving dependencies through SAT
[146.0MiB/40.27s] Looking at all rules.
[146.0MiB/40.27s] 
[146.0MiB/40.27s] Dependency resolution completed in 0.001 seconds
[145.1MiB/40.28s] Installing dependencies from lock file (including require-dev)
[145.9MiB/40.29s] Package operations: 65 installs, 4 updates, 0 removals
[145.9MiB/40.29s] Installs: symfony/polyfill-mbstring:v1.22.1, symfony/polyfill-ctype:v1.22.1, twig/twig:v2.14.4, symfony/polyfill-intl-icu:v1.22.1, symfony/polyfill-apcu:v1.22.1, psr/link:1.1.1, psr/container:1.1.1, fig/link-util:1.2.0, doctrine/lexer:1.2.1, doctrine/annotations:1.12.1, doctrine/inflector:1.4.3, symfony/symfony:v3.4.47, doctrine/deprecations:v0.5.3, doctrine/dbal:2.13.0, beberlei/doctrineextensions:v1.3.0, symfony/polyfill-php72:v1.22.1, symfony/polyfill-intl-normalizer:v1.22.1, symfony/polyfill-intl-idn:v1.22.1, guzzlehttp/psr7:1.8.1, guzzlehttp/promises:1.4.1, composer/ca-bundle:1.2.9, bugsnag/bugsnag:v3.26.0, bugsnag/bugsnag-symfony:v1.9.0, symfony/service-contracts:v2.2.0, doctrine/data-fixtures:1.5.0, webimpress/safe-writer:2.1.0, laminas/laminas-zendframework-bridge:1.2.0, laminas/laminas-eventmanager:3.3.1, laminas/laminas-code:4.1.0, ocramius/proxy-manager:2.11.1, egulias/email-validator:3.1.1, myclabs/php-enum:1.8.0, endroid/qr-code:3.9.6, symfony/deprecation-contracts:v2.2.0, react/event-loop:v1.1.1, react/cache:v1.1.1, react/dns:v1.5.0, gos/web-socket-bundle:v1.10.4, symfony/polyfill-php80:v1.22.1, symfony/polyfill-php73:v1.22.1, symfony/http-client-contracts:v2.3.1, symfony/http-client:v5.2.6, php-http/message:1.11.0, ingenico-epayments/connect-sdk-php:6.19.0, symfony/translation-contracts:v2.3.0, jms/translation-bundle:1.6.0, knplabs/knp-menu:2.6.1, knplabs/knp-components:v2.5.1, symfony/mime:v5.2.6, pagerfanta/pagerfanta:v2.7.1, php-curl-class/php-curl-class:8.9.2, paynl/sdk:1.5.18, paragonie/constant_time_encoding:v2.4.0, phpseclib/phpseclib:3.0.6, php-amqplib/php-amqplib:v2.12.3, php-amqplib/rabbitmq-bundle:v1.15.1, php-http/stopwatch-plugin:1.4.0, php-http/httplug-bundle:1.20.1, webmozart/assert:1.10.0, phpdocumentor/reflection-common:2.2.0, phpdocumentor/type-resolver:1.4.0, phpdocumentor/reflection-docblock:5.2.2, theseer/tokenizer:1.2.0, phpspec/prophecy:1.13.0, picqer/sendcloud-php-client:v2.6.0
[145.9MiB/40.29s] Updates: printnode/printnode-php:dev-master d5b95f2, setasign/fpdi:v2.3.6, symfony/polyfill-iconv:v1.22.1, swiftmailer/swiftmailer:v6.2.7
[145.9MiB/40.29s] Reading /home/rob/.cache/composer/files/symfony/polyfill-mbstring/0310bb32dca85969571f24a9c0f71792e01f9544.zip from cache
[145.9MiB/40.29s]   - Loading symfony/polyfill-mbstring (v1.22.1) from cache
[145.9MiB/40.29s] Reading /home/rob/.cache/composer/files/symfony/polyfill-ctype/4d6de184d3f1ce9c17b33653cb12171481930c51.zip from cache
[145.9MiB/40.29s]   - Loading symfony/polyfill-ctype (v1.22.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/twig/twig/abd18cfae9e29ce54a4c0f3085162f83e8fb0a3e.zip from cache
[146.0MiB/40.29s]   - Loading twig/twig (v2.14.4) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/symfony/polyfill-intl-icu/67d5bdfd03f0ab161d5c13cc1707266a0b56012f.zip from cache
[146.0MiB/40.29s]   - Loading symfony/polyfill-intl-icu (v1.22.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/symfony/polyfill-apcu/ca683a23a2adf946be1e54e844a17de48bfb3c15.zip from cache
[146.0MiB/40.29s]   - Loading symfony/polyfill-apcu (v1.22.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/psr/link/136b055b56b183e561c1a42afb3e0170569a1f5c.zip from cache
[146.0MiB/40.29s]   - Loading psr/link (1.1.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/psr/container/e4c7bcf51ae3971f12405fe5a14d36d5b2ddff27.zip from cache
[146.0MiB/40.29s]   - Loading psr/container (1.1.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/fig/link-util/f2d5ffbdc9401fe312e7077cb90473d7085f1e61.zip from cache
[146.0MiB/40.29s]   - Loading fig/link-util (1.2.0) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/doctrine/lexer/dc86a4f9730de812d9b005dc1ee6c265c99dd749.zip from cache
[146.0MiB/40.29s]   - Loading doctrine/lexer (1.2.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/doctrine/annotations/606ca77ebd4954adedd548ce6fdf863720b844d5.zip from cache
[146.0MiB/40.29s]   - Loading doctrine/annotations (1.12.1) from cache
[146.0MiB/40.29s] Reading /home/rob/.cache/composer/files/doctrine/inflector/6bd2853164646c00d2d54dcbe6c0cce97e348cb0.zip from cache
[146.0MiB/40.29s]   - Loading doctrine/inflector (1.4.3) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/symfony/symfony/9d3e232959defc14ae36a0bde96fab548e792d6a.zip from cache
[146.0MiB/40.30s]   - Loading symfony/symfony (v3.4.47) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/doctrine/deprecations/f470effb0c529a4c2103eb2bd5595b1db4768567.zip from cache
[146.0MiB/40.30s]   - Loading doctrine/deprecations (v0.5.3) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/doctrine/dbal/ec414ed3c51316866d00f8e3f245deaf465105ad.zip from cache
[146.0MiB/40.30s]   - Loading doctrine/dbal (2.13.0) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/beberlei/doctrineextensions/a33ad5ddf4729cabb8ad409a960267bf7f15ec68.zip from cache
[146.0MiB/40.30s]   - Loading beberlei/doctrineextensions (v1.3.0) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/symfony/polyfill-php72/197b5954a4190d08b9dd55087a6c143afad2d3c2.zip from cache
[146.0MiB/40.30s]   - Loading symfony/polyfill-php72 (v1.22.1) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/symfony/polyfill-intl-normalizer/63de489e437f0a88ce538c245ca8caf2fd6c4935.zip from cache
[146.0MiB/40.30s]   - Loading symfony/polyfill-intl-normalizer (v1.22.1) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/symfony/polyfill-intl-idn/1786d0aba655ede3943ee697d2a1c6b73df9c4ce.zip from cache
[146.0MiB/40.30s]   - Loading symfony/polyfill-intl-idn (v1.22.1) from cache
[146.0MiB/40.30s] Reading /home/rob/.cache/composer/files/guzzlehttp/psr7/66d16844ebf828f374680422872a331bfebc3a7c.zip from cache
[146.0MiB/40.30s]   - Loading guzzlehttp/psr7 (1.8.1) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/guzzlehttp/promises/a5f7f1a2da00e2e1a653a11af7383204345ac117.zip from cache
[146.1MiB/40.31s]   - Loading guzzlehttp/promises (1.4.1) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/composer/ca-bundle/9caec88b21a8e5a5bbb5cb1dbf3b0ba294a7912f.zip from cache
[146.1MiB/40.31s]   - Loading composer/ca-bundle (1.2.9) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/bugsnag/bugsnag/42336e75d67d4b639281dae11ce563afd08b5fea.zip from cache
[146.1MiB/40.31s]   - Loading bugsnag/bugsnag (v3.26.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/bugsnag/bugsnag-symfony/76dc06f525b7580502f49c989e099238f404309f.zip from cache
[146.1MiB/40.31s]   - Loading bugsnag/bugsnag-symfony (v1.9.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/symfony/service-contracts/bb6eea1b73c5abea3ff1a1beaa1e198c96b92592.zip from cache
[146.1MiB/40.31s]   - Loading symfony/service-contracts (v2.2.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/doctrine/data-fixtures/e430ce9d7985ea0208c696b8085a455e7fe756da.zip from cache
[146.1MiB/40.31s]   - Loading doctrine/data-fixtures (1.5.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/webimpress/safe-writer/786b3062a46c6d8848aafdfcc39a5b0048b58f96.zip from cache
[146.1MiB/40.31s]   - Loading webimpress/safe-writer (2.1.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/laminas/laminas-zendframework-bridge/ee1d83caffb4d368c361f3e6eb4756ebf080a36d.zip from cache
[146.1MiB/40.31s]   - Loading laminas/laminas-zendframework-bridge (1.2.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/laminas/laminas-eventmanager/bb7edc1410ce2867a4c3655396838bf17e0aec3c.zip from cache
[146.1MiB/40.31s]   - Loading laminas/laminas-eventmanager (3.3.1) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/laminas/laminas-code/e02b5250bfecc3f82eac36583048f301f026a338.zip from cache
[146.1MiB/40.31s]   - Loading laminas/laminas-code (4.1.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/ocramius/proxy-manager/55292d492d62824ed619383f5b74b331d135194a.zip from cache
[146.1MiB/40.31s]   - Loading ocramius/proxy-manager (2.11.1) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/egulias/email-validator/6837c40a4bf32ea15e2b4d769f80265ae66568c2.zip from cache
[146.1MiB/40.31s]   - Loading egulias/email-validator (3.1.1) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/myclabs/php-enum/e98ce19b0758b3f9f1a8bfc9b8c8f583139c3683.zip from cache
[146.1MiB/40.31s]   - Loading myclabs/php-enum (1.8.0) from cache
[146.1MiB/40.31s] Reading /home/rob/.cache/composer/files/endroid/qr-code/0d7697d741c7958c780df7f158f90fccd7288b4b.zip from cache
[146.1MiB/40.32s]   - Loading endroid/qr-code (3.9.6) from cache
[146.1MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/deprecation-contracts/99b9801994a098b194130905f1f0df2d1f43254c.zip from cache
[146.1MiB/40.32s]   - Loading symfony/deprecation-contracts (v2.2.0) from cache
[146.1MiB/40.32s] Reading /home/rob/.cache/composer/files/react/event-loop/dc10de2b5b7b76d044d5bb8a643820660b6b9278.zip from cache
[146.1MiB/40.32s]   - Loading react/event-loop (v1.1.1) from cache
[146.1MiB/40.32s] Reading /home/rob/.cache/composer/files/react/cache/652419660c38392fe1dc9525b03919f66271f6fb.zip from cache
[146.1MiB/40.32s]   - Loading react/cache (v1.1.1) from cache
[146.1MiB/40.32s] Reading /home/rob/.cache/composer/files/react/dns/310deec77089856e18ce3aae29b597eae6f2a7a6.zip from cache
[146.1MiB/40.32s]   - Loading react/dns (v1.5.0) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/gos/web-socket-bundle/da3dcac07910583df5738d1956c9bc5482d7b981.zip from cache
[146.2MiB/40.32s]   - Loading gos/web-socket-bundle (v1.10.4) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/polyfill-php80/0ffa6133554e0bfbd5515a040b34c27f04612884.zip from cache
[146.2MiB/40.32s]   - Loading symfony/polyfill-php80 (v1.22.1) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/polyfill-php73/834508cf4db4e1b942be066f52c3effb7088c929.zip from cache
[146.2MiB/40.32s]   - Loading symfony/polyfill-php73 (v1.22.1) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/http-client-contracts/ce81dce86cb08df3a237bcea2f8ab2bf57555b85.zip from cache
[146.2MiB/40.32s]   - Loading symfony/http-client-contracts (v2.3.1) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/http-client/34033f4a5aec24234e3067da8623c6723b4948bf.zip from cache
[146.2MiB/40.32s]   - Loading symfony/http-client (v5.2.6) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/php-http/message/068b7e07213c428fe3a00494dcf3ce47bf4e06c1.zip from cache
[146.2MiB/40.32s]   - Loading php-http/message (1.11.0) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/ingenico-epayments/connect-sdk-php/152c85dae3b06398e59166394fd1961a3191be18.zip from cache
[146.2MiB/40.32s]   - Loading ingenico-epayments/connect-sdk-php (6.19.0) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/translation-contracts/209373939df292dc77e387c6c85406b5085b78f6.zip from cache
[146.2MiB/40.32s]   - Loading symfony/translation-contracts (v2.3.0) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/jms/translation-bundle/6192bac77034c447a774b9e132267089e62c420b.zip from cache
[146.2MiB/40.32s]   - Loading jms/translation-bundle (1.6.0) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/knplabs/knp-menu/29f95dc8ba548e71e25f2a4cf3107fc79eecbdac.zip from cache
[146.2MiB/40.32s]   - Loading knplabs/knp-menu (2.6.1) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/knplabs/knp-components/22954627659a8be977f3c2ddf8d03e506274fe72.zip from cache
[146.2MiB/40.32s]   - Loading knplabs/knp-components (v2.5.1) from cache
[146.2MiB/40.32s] Reading /home/rob/.cache/composer/files/symfony/mime/2b9db4d2ed0a9eaa8da16a58c4fe56efe5868b31.zip from cache
[146.2MiB/40.32s]   - Loading symfony/mime (v5.2.6) from cache
[146.2MiB/40.33s] Reading /home/rob/.cache/composer/files/pagerfanta/pagerfanta/c60c4c7c97c6e16087b8f848016354d53d18c3e8.zip from cache
[146.2MiB/40.33s]   - Loading pagerfanta/pagerfanta (v2.7.1) from cache
[146.2MiB/40.33s] Reading /home/rob/.cache/composer/files/php-curl-class/php-curl-class/7db55bef663f36f5bce3b5adb9887c72772baad6.zip from cache
[146.2MiB/40.33s]   - Loading php-curl-class/php-curl-class (8.9.2) from cache
[146.2MiB/40.33s] Reading /home/rob/.cache/composer/files/paynl/sdk/44f98a026afb96cc4038be8de0c1e116afc64195.zip from cache
[146.2MiB/40.33s]   - Loading paynl/sdk (1.5.18) from cache
[146.2MiB/40.33s] Reading /home/rob/.cache/composer/files/paragonie/constant_time_encoding/28b5fc638df05a33fb8d3ad55ea36856ed8baa92.zip from cache
[146.2MiB/40.33s]   - Loading paragonie/constant_time_encoding (v2.4.0) from cache
[146.2MiB/40.33s] Reading /home/rob/.cache/composer/files/phpseclib/phpseclib/a902f518bc796e1a01379b78823e75d43c73bb80.zip from cache
[146.2MiB/40.33s]   - Loading phpseclib/phpseclib (3.0.6) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/php-amqplib/php-amqplib/a9e00127882715fd2c63b5df50b8bbadea592e6b.zip from cache
[146.3MiB/40.33s]   - Loading php-amqplib/php-amqplib (v2.12.3) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/php-amqplib/rabbitmq-bundle/ad43b7de02388006614509eb53d03c71687e7467.zip from cache
[146.3MiB/40.33s]   - Loading php-amqplib/rabbitmq-bundle (v1.15.1) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/php-http/stopwatch-plugin/e0fd430ee412894253601612a272bd4354249afb.zip from cache
[146.3MiB/40.33s]   - Loading php-http/stopwatch-plugin (1.4.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/php-http/httplug-bundle/fffb161b017a4f1880c7d8799c7aeeb5119285bf.zip from cache
[146.3MiB/40.33s]   - Loading php-http/httplug-bundle (1.20.1) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/webmozart/assert/9badd292a512316673890927d579f69ae6c75984.zip from cache
[146.3MiB/40.33s]   - Loading webmozart/assert (1.10.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/phpdocumentor/reflection-common/6243ab17e2330fb7ce63d34391d53104cc913dc0.zip from cache
[146.3MiB/40.33s]   - Loading phpdocumentor/reflection-common (2.2.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/phpdocumentor/type-resolver/752161aedc0d6ed781ada8f3aa9db4973e187d1f.zip from cache
[146.3MiB/40.33s]   - Loading phpdocumentor/type-resolver (1.4.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/phpdocumentor/reflection-docblock/8dff474b657832a5f4f52148225055696fe8e20f.zip from cache
[146.3MiB/40.33s]   - Loading phpdocumentor/reflection-docblock (5.2.2) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/theseer/tokenizer/fe55275cb80f4ed8a2e3061ab3cd552e5d0a2677.zip from cache
[146.3MiB/40.33s]   - Loading theseer/tokenizer (1.2.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/phpspec/prophecy/e820319a99d3b1c27e2f79dd4c6ce1f76f0463db.zip from cache
[146.3MiB/40.33s]   - Loading phpspec/prophecy (1.13.0) from cache
[146.3MiB/40.33s] Reading /home/rob/.cache/composer/files/picqer/sendcloud-php-client/d6dc81e4152510aebd57e9f0afd85e8798222596.zip from cache
[146.3MiB/40.33s]   - Loading picqer/sendcloud-php-client (v2.6.0) from cache
[146.3MiB/40.33s] Executing command (CWD): git --version
[146.3MiB/40.36s]   - Syncing printnode/printnode-php (dev-master d5b95f2) into cache
[146.3MiB/40.36s]     Cloning to cache at '/home/rob/.cache/composer/vcs/git-github.com-Printnode-PrintNode-PHP.git/'
[146.3MiB/40.36s] Executing command (/home/rob/.cache/composer/vcs/git-github.com-Printnode-PrintNode-PHP.git/): git rev-parse --git-dir
[146.3MiB/40.38s] Executing command (/home/rob/.cache/composer/vcs/git-github.com-Printnode-PrintNode-PHP.git/): git rev-parse --quiet --verify 'd5b95f24fc234e3161df09e87e3de538dad22078^{commit}'
[146.3MiB/40.41s] Reading /home/rob/.cache/composer/files/setasign/fpdi/7375a522dbaf4bc8640c008e4303c4fb852117d3.zip from cache
[146.3MiB/40.41s]   - Loading setasign/fpdi (v2.3.6) from cache
[146.3MiB/40.41s] Reading /home/rob/.cache/composer/files/symfony/polyfill-iconv/b9034e04ce3c3ffd5a279955a8a25b6d74f6357a.zip from cache
[146.3MiB/40.41s]   - Loading symfony/polyfill-iconv (v1.22.1) from cache
[146.3MiB/40.41s] Reading /home/rob/.cache/composer/files/swiftmailer/swiftmailer/5f01322fde85564216df4e5da38a9304ed6d17d4.zip from cache
[146.3MiB/40.41s]   - Loading swiftmailer/swiftmailer (v6.2.7) from cache
[146.4MiB/40.41s]   - Installing symfony/polyfill-mbstring (v1.22.1): Extracting archive
[146.5MiB/40.41s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-b28c45b873ed88f76624777bf0bfe0ee' -d '/workdir/vendor/composer/1fba3595'
[146.5MiB/40.42s]   - Installing symfony/polyfill-ctype (v1.22.1): Extracting archive
[146.6MiB/40.42s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-c79bb15cebb4a32d3e40c23dfe381819' -d '/workdir/vendor/composer/f596cb0d'
[146.6MiB/40.44s]   - Installing twig/twig (v2.14.4): Extracting archive
[146.6MiB/40.44s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-ee5ac964f54ed23249186b1f5f1353a1' -d '/workdir/vendor/composer/91f0acb1'
[146.6MiB/40.45s]   - Installing symfony/polyfill-intl-icu (v1.22.1): Extracting archive
[146.6MiB/40.45s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-2f5c52ff3963fab7846a6994e477a2c5' -d '/workdir/vendor/composer/f602ecee'
[146.6MiB/40.46s]   - Installing symfony/polyfill-apcu (v1.22.1): Extracting archive
[146.7MiB/40.46s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-1288da38d25e8e2c908ee6b5bd37207b' -d '/workdir/vendor/composer/2a6ea78f'
[146.7MiB/40.47s]   - Installing psr/link (1.1.1): Extracting archive
[146.7MiB/40.47s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-edbdcf3ff5e66337908e770b3f491cba' -d '/workdir/vendor/composer/0a7db237'
[146.7MiB/40.49s]   - Installing psr/container (1.1.1): Extracting archive
[146.7MiB/40.49s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-cf1288fd9e5ebf6ee1cc06a14fe81cf5' -d '/workdir/vendor/composer/252390ca'
[146.7MiB/40.50s]   - Installing fig/link-util (1.2.0): Extracting archive
[146.7MiB/40.50s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-048a0b7c0be388a5a8903fd2476694ce' -d '/workdir/vendor/composer/135632f7'
[146.8MiB/40.51s]   - Installing doctrine/lexer (1.2.1): Extracting archive
[146.8MiB/40.51s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-b484ec4353aeb494932094118c011fe3' -d '/workdir/vendor/composer/f990d943'
[146.8MiB/40.52s]   - Installing doctrine/annotations (1.12.1): Extracting archive
[146.8MiB/40.52s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-eaf25846dffed9377632fd83abd58c4a' -d '/workdir/vendor/composer/38ee47fb'
[146.8MiB/40.54s]   - Installing doctrine/inflector (1.4.3): Extracting archive
[146.9MiB/40.54s]   - Installing symfony/symfony (v3.4.47): Extracting archive
[146.9MiB/40.54s]   - Installing doctrine/deprecations (v0.5.3): Extracting archive
[146.9MiB/40.54s]   - Installing doctrine/dbal (2.13.0): Extracting archive
[146.9MiB/40.54s]   - Installing beberlei/doctrineextensions (v1.3.0): Extracting archive
[147.0MiB/40.54s]   - Installing symfony/polyfill-php72 (v1.22.1): Extracting archive
[147.0MiB/40.54s]   - Installing symfony/polyfill-intl-normalizer (v1.22.1): Extracting archive
[147.0MiB/40.54s]   - Installing symfony/polyfill-intl-idn (v1.22.1): Extracting archive
[147.1MiB/40.54s]   - Installing guzzlehttp/psr7 (1.8.1): Extracting archive
[147.1MiB/40.54s]   - Installing guzzlehttp/promises (1.4.1): Extracting archive
[147.1MiB/40.54s]   - Installing composer/ca-bundle (1.2.9): Extracting archive
[147.1MiB/40.54s]   - Installing bugsnag/bugsnag (v3.26.0): Extracting archive
[147.2MiB/40.54s]   - Installing bugsnag/bugsnag-symfony (v1.9.0): Extracting archive
[147.2MiB/40.54s]   - Installing symfony/service-contracts (v2.2.0): Extracting archive
[147.2MiB/40.54s]   - Installing doctrine/data-fixtures (1.5.0): Extracting archive
[147.2MiB/40.54s]   - Installing webimpress/safe-writer (2.1.0): Extracting archive
[147.3MiB/40.54s]   - Installing laminas/laminas-zendframework-bridge (1.2.0): Extracting archive
[147.3MiB/40.54s]   - Installing laminas/laminas-eventmanager (3.3.1): Extracting archive
[147.3MiB/40.54s]   - Installing laminas/laminas-code (4.1.0): Extracting archive
[147.4MiB/40.54s]   - Installing ocramius/proxy-manager (2.11.1): Extracting archive
[147.4MiB/40.54s]   - Installing egulias/email-validator (3.1.1): Extracting archive
[147.4MiB/40.54s]   - Installing myclabs/php-enum (1.8.0): Extracting archive
[147.4MiB/40.54s]   - Installing endroid/qr-code (3.9.6): Extracting archive
[147.5MiB/40.54s]   - Installing symfony/deprecation-contracts (v2.2.0): Extracting archive
[147.5MiB/40.54s]   - Installing react/event-loop (v1.1.1): Extracting archive
[147.5MiB/40.54s]   - Installing react/cache (v1.1.1): Extracting archive
[147.5MiB/40.54s]   - Installing react/dns (v1.5.0): Extracting archive
[147.6MiB/40.54s]   - Installing gos/web-socket-bundle (v1.10.4): Extracting archive
[147.6MiB/40.54s]   - Installing symfony/polyfill-php80 (v1.22.1): Extracting archive
[147.6MiB/40.55s]   - Installing symfony/polyfill-php73 (v1.22.1): Extracting archive
[147.7MiB/40.55s]   - Installing symfony/http-client-contracts (v2.3.1): Extracting archive
[147.7MiB/40.55s]   - Installing symfony/http-client (v5.2.6): Extracting archive
[147.7MiB/40.55s]   - Installing php-http/message (1.11.0): Extracting archive
[147.7MiB/40.55s]   - Installing ingenico-epayments/connect-sdk-php (6.19.0): Extracting archive
[147.8MiB/40.55s]   - Installing symfony/translation-contracts (v2.3.0): Extracting archive
[147.8MiB/40.55s]   - Installing jms/translation-bundle (1.6.0): Extracting archive
[147.8MiB/40.55s]   - Installing knplabs/knp-menu (2.6.1): Extracting archive
[147.8MiB/40.55s]   - Installing knplabs/knp-components (v2.5.1): Extracting archive
[147.9MiB/40.55s]   - Installing symfony/mime (v5.2.6): Extracting archive
[147.9MiB/40.55s]   - Installing pagerfanta/pagerfanta (v2.7.1): Extracting archive
[147.9MiB/40.55s]   - Installing php-curl-class/php-curl-class (8.9.2): Extracting archive
[147.9MiB/40.55s]   - Installing paynl/sdk (1.5.18): Extracting archive
[148.0MiB/40.55s]   - Installing paragonie/constant_time_encoding (v2.4.0): Extracting archive
[148.0MiB/40.55s]   - Installing phpseclib/phpseclib (3.0.6): Extracting archive
[148.0MiB/40.55s]   - Installing php-amqplib/php-amqplib (v2.12.3): Extracting archive
[148.1MiB/40.55s]   - Installing php-amqplib/rabbitmq-bundle (v1.15.1): Extracting archive
[148.1MiB/40.55s]   - Installing php-http/stopwatch-plugin (1.4.0): Extracting archive
[148.1MiB/40.55s]   - Installing php-http/httplug-bundle (1.20.1): Extracting archive
[148.1MiB/40.55s]   - Installing webmozart/assert (1.10.0): Extracting archive
[148.2MiB/40.55s]   - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
[148.2MiB/40.55s]   - Installing phpdocumentor/type-resolver (1.4.0): Extracting archive
[148.2MiB/40.55s]   - Installing phpdocumentor/reflection-docblock (5.2.2): Extracting archive
[148.2MiB/40.55s]   - Installing theseer/tokenizer (1.2.0): Extracting archive
[148.3MiB/40.55s]   - Installing phpspec/prophecy (1.13.0): Extracting archive
[148.3MiB/40.55s]   - Installing picqer/sendcloud-php-client (v2.6.0): Extracting archive
[148.4MiB/40.55s] Executing command (/workdir/vendor/printnode/printnode-php): git show-ref --head -d
[148.4MiB/40.58s] Executing command (/workdir/vendor/printnode/printnode-php): git diff --name-status origin/master...master --
[148.4MiB/40.61s] Executing command (/workdir/vendor/printnode/printnode-php): git fetch --all
The authenticity of host 'github.com (140.82.121.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
The authenticity of host 'github.com (140.82.121.4)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
[148.4MiB/45.09s] Executing command (/workdir/vendor/printnode/printnode-php): git show-ref --head -d
[148.4MiB/45.15s] Executing command (/workdir/vendor/printnode/printnode-php): git diff --name-status origin/master...master --
[148.3MiB/45.19s] Executing command (CWD): rm -rf '/workdir/vendor/composer/1fba3595'
[148.3MiB/45.22s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-mbstring'
[148.3MiB/45.25s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f596cb0d'
[148.3MiB/45.28s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-ctype'
[148.3MiB/45.31s] Executing command (CWD): rm -rf '/workdir/vendor/composer/91f0acb1'
[148.3MiB/45.35s] Executing command (CWD): rm -rf '/workdir/vendor/twig/twig'
[148.3MiB/45.38s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f602ecee'
[148.3MiB/45.41s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-intl-icu'
[148.3MiB/45.44s] Executing command (CWD): rm -rf '/workdir/vendor/composer/2a6ea78f'
[148.3MiB/45.46s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-apcu'
[148.3MiB/45.50s] Executing command (CWD): rm -rf '/workdir/vendor/composer/0a7db237'
[148.3MiB/45.52s] Executing command (CWD): rm -rf '/workdir/vendor/psr/link'
[148.3MiB/45.55s] Executing command (CWD): rm -rf '/workdir/vendor/composer/252390ca'
[148.3MiB/45.58s] Executing command (CWD): rm -rf '/workdir/vendor/psr/container'
[148.3MiB/45.62s] Executing command (CWD): rm -rf '/workdir/vendor/composer/135632f7'
[148.3MiB/45.66s] Executing command (CWD): rm -rf '/workdir/vendor/fig/link-util'
[148.3MiB/45.70s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f990d943'
[148.3MiB/45.73s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/lexer'
[148.3MiB/45.76s] Executing command (CWD): rm -rf '/workdir/vendor/composer/38ee47fb'
[148.3MiB/45.79s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/annotations'
[148.3MiB/45.82s] Executing command (CWD): rm -rf '/workdir/vendor/composer/1dfa9d43'
[148.3MiB/45.86s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/inflector'
[148.3MiB/45.91s] Executing command (CWD): rm -rf '/workdir/vendor/composer/e3891415'
[148.3MiB/45.94s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/symfony'
[148.3MiB/45.97s] Executing command (CWD): rm -rf '/workdir/vendor/composer/64d31647'
[148.3MiB/46.01s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/deprecations'
[148.3MiB/46.04s] Executing command (CWD): rm -rf '/workdir/vendor/composer/980f8481'
[148.3MiB/46.08s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/dbal'
[148.3MiB/46.11s] Executing command (CWD): rm -rf '/workdir/vendor/composer/e41d1ce5'
[148.3MiB/46.14s] Executing command (CWD): rm -rf '/workdir/vendor/beberlei/doctrineextensions'
[148.3MiB/46.17s] Executing command (CWD): rm -rf '/workdir/vendor/composer/460a191a'
[148.3MiB/46.21s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-php72'
[148.3MiB/46.24s] Executing command (CWD): rm -rf '/workdir/vendor/composer/04607a48'
[148.3MiB/46.28s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-intl-normalizer'
[148.3MiB/46.31s] Executing command (CWD): rm -rf '/workdir/vendor/composer/a8eb4f86'
[148.3MiB/46.34s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-intl-idn'
[148.3MiB/46.38s] Executing command (CWD): rm -rf '/workdir/vendor/composer/7cd4f43c'
[148.3MiB/46.41s] Executing command (CWD): rm -rf '/workdir/vendor/guzzlehttp/psr7'
[148.3MiB/46.44s] Executing command (CWD): rm -rf '/workdir/vendor/composer/6ec6f0a1'
[148.3MiB/46.47s] Executing command (CWD): rm -rf '/workdir/vendor/guzzlehttp/promises'
[148.3MiB/46.51s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f2a3cf75'
[148.3MiB/46.54s] Executing command (CWD): rm -rf '/workdir/vendor/composer/ca-bundle'
[148.3MiB/46.58s] Executing command (CWD): rm -rf '/workdir/vendor/composer/d4172513'
[148.3MiB/46.61s] Executing command (CWD): rm -rf '/workdir/vendor/bugsnag/bugsnag'
[148.3MiB/46.64s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f8989f3d'
[148.3MiB/46.67s] Executing command (CWD): rm -rf '/workdir/vendor/bugsnag/bugsnag-symfony'
[148.3MiB/46.70s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f97b4b96'
[148.3MiB/46.73s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/service-contracts'
[148.3MiB/46.75s] Executing command (CWD): rm -rf '/workdir/vendor/composer/5b444ba2'
[148.3MiB/46.78s] Executing command (CWD): rm -rf '/workdir/vendor/doctrine/data-fixtures'
[148.3MiB/46.81s] Executing command (CWD): rm -rf '/workdir/vendor/composer/edf0ccdb'
[148.3MiB/46.84s] Executing command (CWD): rm -rf '/workdir/vendor/webimpress/safe-writer'
[148.3MiB/46.87s] Executing command (CWD): rm -rf '/workdir/vendor/composer/8acd4c89'
[148.3MiB/46.90s] Executing command (CWD): rm -rf '/workdir/vendor/laminas/laminas-zendframework-bridge'
[148.3MiB/46.93s] Executing command (CWD): rm -rf '/workdir/vendor/composer/97685660'
[148.3MiB/46.95s] Executing command (CWD): rm -rf '/workdir/vendor/laminas/laminas-eventmanager'
[148.3MiB/46.98s] Executing command (CWD): rm -rf '/workdir/vendor/composer/db3ea5b9'
[148.3MiB/47.01s] Executing command (CWD): rm -rf '/workdir/vendor/laminas/laminas-code'
[148.3MiB/47.04s] Executing command (CWD): rm -rf '/workdir/vendor/composer/344cb665'
[148.3MiB/47.07s] Executing command (CWD): rm -rf '/workdir/vendor/ocramius/proxy-manager'
[148.3MiB/47.10s] Executing command (CWD): rm -rf '/workdir/vendor/composer/03f0901d'
[148.3MiB/47.13s] Executing command (CWD): rm -rf '/workdir/vendor/egulias/email-validator'
[148.3MiB/47.16s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f3e418ee'
[148.3MiB/47.19s] Executing command (CWD): rm -rf '/workdir/vendor/myclabs/php-enum'
[148.3MiB/47.22s] Executing command (CWD): rm -rf '/workdir/vendor/composer/e8db9240'
[148.3MiB/47.25s] Executing command (CWD): rm -rf '/workdir/vendor/endroid/qr-code'
[148.3MiB/47.28s] Executing command (CWD): rm -rf '/workdir/vendor/composer/56aaba77'
[148.3MiB/47.30s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/deprecation-contracts'
[148.3MiB/47.33s] Executing command (CWD): rm -rf '/workdir/vendor/composer/5ced9537'
[148.3MiB/47.36s] Executing command (CWD): rm -rf '/workdir/vendor/react/event-loop'
[148.3MiB/47.39s] Executing command (CWD): rm -rf '/workdir/vendor/composer/6f1f4703'
[148.3MiB/47.42s] Executing command (CWD): rm -rf '/workdir/vendor/react/cache'
[148.3MiB/47.45s] Executing command (CWD): rm -rf '/workdir/vendor/composer/429897bc'
[148.3MiB/47.48s] Executing command (CWD): rm -rf '/workdir/vendor/react/dns'
[148.3MiB/47.51s] Executing command (CWD): rm -rf '/workdir/vendor/composer/3a67e2cb'
[148.3MiB/47.54s] Executing command (CWD): rm -rf '/workdir/vendor/gos/web-socket-bundle'
[148.3MiB/47.56s] Executing command (CWD): rm -rf '/workdir/vendor/composer/a0f92344'
[148.3MiB/47.59s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-php80'
[148.3MiB/47.62s] Executing command (CWD): rm -rf '/workdir/vendor/composer/8df3fe3d'
[148.3MiB/47.65s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/polyfill-php73'
[148.3MiB/47.68s] Executing command (CWD): rm -rf '/workdir/vendor/composer/c064349b'
[148.3MiB/47.71s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/http-client-contracts'
[148.3MiB/47.73s] Executing command (CWD): rm -rf '/workdir/vendor/composer/feb2368a'
[148.3MiB/47.76s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/http-client'
[148.3MiB/47.79s] Executing command (CWD): rm -rf '/workdir/vendor/composer/a948d3a6'
[148.3MiB/47.82s] Executing command (CWD): rm -rf '/workdir/vendor/php-http/message'
[148.3MiB/47.84s] Executing command (CWD): rm -rf '/workdir/vendor/composer/0bbfdbee'
[148.3MiB/47.87s] Executing command (CWD): rm -rf '/workdir/vendor/ingenico-epayments/connect-sdk-php'
[148.3MiB/47.90s] Executing command (CWD): rm -rf '/workdir/vendor/composer/9a7df279'
[148.3MiB/47.92s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/translation-contracts'
[148.3MiB/47.95s] Executing command (CWD): rm -rf '/workdir/vendor/composer/7cfd3cf4'
[148.3MiB/47.98s] Executing command (CWD): rm -rf '/workdir/vendor/jms/translation-bundle'
[148.3MiB/48.01s] Executing command (CWD): rm -rf '/workdir/vendor/composer/4fe0ed8e'
[148.3MiB/48.03s] Executing command (CWD): rm -rf '/workdir/vendor/knplabs/knp-menu'
[148.3MiB/48.06s] Executing command (CWD): rm -rf '/workdir/vendor/composer/70a74af9'
[148.3MiB/48.09s] Executing command (CWD): rm -rf '/workdir/vendor/knplabs/knp-components'
[148.3MiB/48.12s] Executing command (CWD): rm -rf '/workdir/vendor/composer/cf4b7ed7'
[148.3MiB/48.15s] Executing command (CWD): rm -rf '/workdir/vendor/symfony/mime'
[148.3MiB/48.17s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f8c62ae5'
[148.3MiB/48.20s] Executing command (CWD): rm -rf '/workdir/vendor/pagerfanta/pagerfanta'
[148.3MiB/48.22s] Executing command (CWD): rm -rf '/workdir/vendor/composer/0d10816d'
[148.3MiB/48.25s] Executing command (CWD): rm -rf '/workdir/vendor/php-curl-class/php-curl-class'
[148.3MiB/48.29s] Executing command (CWD): rm -rf '/workdir/vendor/composer/3196a5da'
[148.3MiB/48.32s] Executing command (CWD): rm -rf '/workdir/vendor/paynl/sdk'
[148.3MiB/48.35s] Executing command (CWD): rm -rf '/workdir/vendor/composer/953a150f'
[148.3MiB/48.37s] Executing command (CWD): rm -rf '/workdir/vendor/paragonie/constant_time_encoding'
[148.3MiB/48.40s] Executing command (CWD): rm -rf '/workdir/vendor/composer/a850f77c'
[148.3MiB/48.43s] Executing command (CWD): rm -rf '/workdir/vendor/phpseclib/phpseclib'
[148.3MiB/48.46s] Executing command (CWD): rm -rf '/workdir/vendor/composer/d114af31'
[148.3MiB/48.49s] Executing command (CWD): rm -rf '/workdir/vendor/php-amqplib/php-amqplib'
[148.3MiB/48.52s] Executing command (CWD): rm -rf '/workdir/vendor/composer/ab563afc'
[148.3MiB/48.55s] Executing command (CWD): rm -rf '/workdir/vendor/php-amqplib/rabbitmq-bundle'
[148.3MiB/48.58s] Executing command (CWD): rm -rf '/workdir/vendor/composer/6769cf60'
[148.3MiB/48.60s] Executing command (CWD): rm -rf '/workdir/vendor/php-http/stopwatch-plugin'
[148.3MiB/48.63s] Executing command (CWD): rm -rf '/workdir/vendor/composer/3009cd81'
[148.3MiB/48.66s] Executing command (CWD): rm -rf '/workdir/vendor/php-http/httplug-bundle'
[148.3MiB/48.69s] Executing command (CWD): rm -rf '/workdir/vendor/composer/5710e4c0'
[148.3MiB/48.71s] Executing command (CWD): rm -rf '/workdir/vendor/webmozart/assert'
[148.3MiB/48.74s] Executing command (CWD): rm -rf '/workdir/vendor/composer/3cb237f8'
[148.3MiB/48.76s] Executing command (CWD): rm -rf '/workdir/vendor/phpdocumentor/reflection-common'
[148.3MiB/48.79s] Executing command (CWD): rm -rf '/workdir/vendor/composer/2578cf8d'
[148.3MiB/48.82s] Executing command (CWD): rm -rf '/workdir/vendor/phpdocumentor/type-resolver'
[148.3MiB/48.85s] Executing command (CWD): rm -rf '/workdir/vendor/composer/f38082bd'
[148.3MiB/48.88s] Executing command (CWD): rm -rf '/workdir/vendor/phpdocumentor/reflection-docblock'
[148.3MiB/48.91s] Executing command (CWD): rm -rf '/workdir/vendor/composer/046004df'
[148.3MiB/48.94s] Executing command (CWD): rm -rf '/workdir/vendor/theseer/tokenizer'
[148.3MiB/48.96s] Executing command (CWD): rm -rf '/workdir/vendor/composer/7f4f3ef4'
[148.3MiB/48.99s] Executing command (CWD): rm -rf '/workdir/vendor/phpspec/prophecy'
[148.3MiB/49.02s] Executing command (CWD): rm -rf '/workdir/vendor/composer/08a34a1c'
[148.3MiB/49.05s] Executing command (CWD): rm -rf '/workdir/vendor/picqer/sendcloud-php-client'
[148.4MiB/49.08s]     Install of symfony/polyfill-mbstring failed
[148.4MiB/49.08s]     Install of symfony/polyfill-ctype failed
[148.4MiB/49.08s]     Install of twig/twig failed
[148.4MiB/49.08s]     Install of symfony/polyfill-intl-icu failed
[148.4MiB/49.08s]     Install of symfony/polyfill-apcu failed
[148.5MiB/49.08s]     Install of psr/link failed
[148.5MiB/49.08s]     Install of psr/container failed
[148.5MiB/49.08s]     Install of fig/link-util failed
[148.5MiB/49.08s]     Install of doctrine/lexer failed
[148.5MiB/49.08s]     Install of doctrine/annotations failed
[148.5MiB/49.08s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-2b33d34c7d55f476651046e2edf8ffc8' -d '/workdir/vendor/composer/1dfa9d43'
[148.5MiB/49.09s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-f75a0d50deeae489c6d9c844d5355488' -d '/workdir/vendor/composer/e3891415'
[148.6MiB/49.10s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-879ec2be737c359423367ee66d697c5b' -d '/workdir/vendor/composer/64d31647'
[148.6MiB/49.11s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-1ef562276254fb9ce6b13e961a117833' -d '/workdir/vendor/composer/980f8481'
[148.6MiB/49.12s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-5d133b07c9c6f3ae24d86184f59694a1' -d '/workdir/vendor/composer/e41d1ce5'
[148.6MiB/49.14s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-977f4e01852d91488e4b9e0e8f45241f' -d '/workdir/vendor/composer/460a191a'
[148.6MiB/49.15s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-b38adfb13bff930ac90b6c29bd05bdec' -d '/workdir/vendor/composer/04607a48'
[148.6MiB/49.16s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-232147b38fd5ae3aa7150ab3af56c87f' -d '/workdir/vendor/composer/a8eb4f86'
[148.6MiB/49.17s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-59895fd09f742c89d3487f4182a271a0' -d '/workdir/vendor/composer/7cd4f43c'
[148.6MiB/49.18s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-74d99e4174dbbcbb343d78c1b0c198e8' -d '/workdir/vendor/composer/6ec6f0a1'
[148.6MiB/49.19s]     Failed to extract doctrine/inflector: (9) unzip -qq  '/workdir/vendor/composer/tmp-2b33d34c7d55f476651046e2edf8ffc8' -d '/workdir/vendor/composer/1dfa9d43'

unzip:  cannot find or open /workdir/vendor/composer/tmp-2b33d34c7d55f476651046e2edf8ffc8.

[148.6MiB/49.19s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.6MiB/49.19s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.6MiB/49.20s]     Install of doctrine/inflector failed
[148.6MiB/49.20s]     Failed to extract symfony/symfony: (9) unzip -qq  '/workdir/vendor/composer/tmp-f75a0d50deeae489c6d9c844d5355488' -d '/workdir/vendor/composer/e3891415'

unzip:  cannot find or open /workdir/vendor/composer/tmp-f75a0d50deeae489c6d9c844d5355488.

[148.6MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.6MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.7MiB/49.20s]     Install of symfony/symfony failed
[148.7MiB/49.20s]     Failed to extract doctrine/deprecations: (9) unzip -qq  '/workdir/vendor/composer/tmp-879ec2be737c359423367ee66d697c5b' -d '/workdir/vendor/composer/64d31647'

unzip:  cannot find or open /workdir/vendor/composer/tmp-879ec2be737c359423367ee66d697c5b.

[148.7MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.7MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.7MiB/49.20s]     Install of doctrine/deprecations failed
[148.7MiB/49.20s]     Failed to extract doctrine/dbal: (9) unzip -qq  '/workdir/vendor/composer/tmp-1ef562276254fb9ce6b13e961a117833' -d '/workdir/vendor/composer/980f8481'

unzip:  cannot find or open /workdir/vendor/composer/tmp-1ef562276254fb9ce6b13e961a117833.

[148.7MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.7MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.7MiB/49.20s]     Install of doctrine/dbal failed
[148.7MiB/49.20s]     Failed to extract beberlei/doctrineextensions: (9) unzip -qq  '/workdir/vendor/composer/tmp-5d133b07c9c6f3ae24d86184f59694a1' -d '/workdir/vendor/composer/e41d1ce5'

unzip:  cannot find or open /workdir/vendor/composer/tmp-5d133b07c9c6f3ae24d86184f59694a1.

[148.7MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.7MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.8MiB/49.20s]     Install of beberlei/doctrineextensions failed
[148.8MiB/49.20s]     Failed to extract symfony/polyfill-php72: (9) unzip -qq  '/workdir/vendor/composer/tmp-977f4e01852d91488e4b9e0e8f45241f' -d '/workdir/vendor/composer/460a191a'

unzip:  cannot find or open /workdir/vendor/composer/tmp-977f4e01852d91488e4b9e0e8f45241f.

[148.8MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.8MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.8MiB/49.20s]     Install of symfony/polyfill-php72 failed
[148.8MiB/49.20s]     Failed to extract symfony/polyfill-intl-normalizer: (9) unzip -qq  '/workdir/vendor/composer/tmp-b38adfb13bff930ac90b6c29bd05bdec' -d '/workdir/vendor/composer/04607a48'

unzip:  cannot find or open /workdir/vendor/composer/tmp-b38adfb13bff930ac90b6c29bd05bdec.

[148.8MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.8MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.8MiB/49.20s]     Install of symfony/polyfill-intl-normalizer failed
[148.8MiB/49.20s]     Failed to extract symfony/polyfill-intl-idn: (9) unzip -qq  '/workdir/vendor/composer/tmp-232147b38fd5ae3aa7150ab3af56c87f' -d '/workdir/vendor/composer/a8eb4f86'

unzip:  cannot find or open /workdir/vendor/composer/tmp-232147b38fd5ae3aa7150ab3af56c87f.

[148.8MiB/49.20s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.8MiB/49.20s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.9MiB/49.20s]     Install of symfony/polyfill-intl-idn failed
[148.9MiB/49.20s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-20056509e5d46af72d131500acc66dfd' -d '/workdir/vendor/composer/f2a3cf75'
[148.9MiB/49.21s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-0e171eb1ae10a5d17c9e15ae865b4cb7' -d '/workdir/vendor/composer/d4172513'
[148.9MiB/49.22s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-ee6f4ae1c49509d6cf20fd9ba274c391' -d '/workdir/vendor/composer/f8989f3d'
[148.9MiB/49.24s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-5918136bc87c22fbb3df7437e1098c30' -d '/workdir/vendor/composer/f97b4b96'
[148.9MiB/49.30s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-be884e899954176c2a72f7cf5415373f' -d '/workdir/vendor/composer/5b444ba2'
[148.9MiB/49.31s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-927c78290074bcf626aca29d4866834f' -d '/workdir/vendor/composer/edf0ccdb'
[148.9MiB/49.33s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-d4d64a1cb7b96f20adb2a4a06c7b31fd' -d '/workdir/vendor/composer/8acd4c89'
[148.9MiB/49.34s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-adc385fe495775613db9f79e0ca70d69' -d '/workdir/vendor/composer/97685660'
[148.9MiB/49.36s]     Failed to extract guzzlehttp/psr7: (9) unzip -qq  '/workdir/vendor/composer/tmp-59895fd09f742c89d3487f4182a271a0' -d '/workdir/vendor/composer/7cd4f43c'

unzip:  cannot find or open /workdir/vendor/composer/tmp-59895fd09f742c89d3487f4182a271a0.

[148.9MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.9MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[148.9MiB/49.36s]     Install of guzzlehttp/psr7 failed
[148.9MiB/49.36s]     Failed to extract guzzlehttp/promises: (9) unzip -qq  '/workdir/vendor/composer/tmp-74d99e4174dbbcbb343d78c1b0c198e8' -d '/workdir/vendor/composer/6ec6f0a1'

unzip:  cannot find or open /workdir/vendor/composer/tmp-74d99e4174dbbcbb343d78c1b0c198e8.

[148.9MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[148.9MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.0MiB/49.36s]     Install of guzzlehttp/promises failed
[149.0MiB/49.36s]     Failed to extract composer/ca-bundle: (9) unzip -qq  '/workdir/vendor/composer/tmp-20056509e5d46af72d131500acc66dfd' -d '/workdir/vendor/composer/f2a3cf75'

unzip:  cannot find or open /workdir/vendor/composer/tmp-20056509e5d46af72d131500acc66dfd.

[149.0MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.0MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.0MiB/49.36s]     Install of composer/ca-bundle failed
[149.0MiB/49.36s]     Failed to extract bugsnag/bugsnag: (9) unzip -qq  '/workdir/vendor/composer/tmp-0e171eb1ae10a5d17c9e15ae865b4cb7' -d '/workdir/vendor/composer/d4172513'

unzip:  cannot find or open /workdir/vendor/composer/tmp-0e171eb1ae10a5d17c9e15ae865b4cb7.

[149.0MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.0MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.0MiB/49.36s]     Install of bugsnag/bugsnag failed
[149.0MiB/49.36s]     Failed to extract bugsnag/bugsnag-symfony: (9) unzip -qq  '/workdir/vendor/composer/tmp-ee6f4ae1c49509d6cf20fd9ba274c391' -d '/workdir/vendor/composer/f8989f3d'

unzip:  cannot find or open /workdir/vendor/composer/tmp-ee6f4ae1c49509d6cf20fd9ba274c391.

[149.0MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.0MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.1MiB/49.36s]     Install of bugsnag/bugsnag-symfony failed
[149.1MiB/49.36s]     Failed to extract symfony/service-contracts: (9) unzip -qq  '/workdir/vendor/composer/tmp-5918136bc87c22fbb3df7437e1098c30' -d '/workdir/vendor/composer/f97b4b96'

unzip:  cannot find or open /workdir/vendor/composer/tmp-5918136bc87c22fbb3df7437e1098c30.

[149.1MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.1MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.1MiB/49.36s]     Install of symfony/service-contracts failed
[149.1MiB/49.36s]     Failed to extract doctrine/data-fixtures: (9) unzip -qq  '/workdir/vendor/composer/tmp-be884e899954176c2a72f7cf5415373f' -d '/workdir/vendor/composer/5b444ba2'

unzip:  cannot find or open /workdir/vendor/composer/tmp-be884e899954176c2a72f7cf5415373f.

[149.1MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.1MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.1MiB/49.36s]     Install of doctrine/data-fixtures failed
[149.1MiB/49.36s]     Failed to extract webimpress/safe-writer: (9) unzip -qq  '/workdir/vendor/composer/tmp-927c78290074bcf626aca29d4866834f' -d '/workdir/vendor/composer/edf0ccdb'

unzip:  cannot find or open /workdir/vendor/composer/tmp-927c78290074bcf626aca29d4866834f.

[149.1MiB/49.36s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.1MiB/49.36s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.2MiB/49.36s]     Install of webimpress/safe-writer failed
[149.2MiB/49.36s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-7505c9dc9aa5c2c4f68a1c4ad5a89b1c' -d '/workdir/vendor/composer/db3ea5b9'
[149.2MiB/49.38s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-eb969fbd17d51a16326cb857534819d9' -d '/workdir/vendor/composer/344cb665'
[149.2MiB/49.39s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-80dfafcb15cca17bd87899e10f8973cd' -d '/workdir/vendor/composer/03f0901d'
[149.2MiB/49.40s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-263a043c3eb1c6fdf4422bb741ff9771' -d '/workdir/vendor/composer/f3e418ee'
[149.2MiB/49.42s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-54911ebdf967ed410512aa46b69495b2' -d '/workdir/vendor/composer/e8db9240'
[149.2MiB/49.43s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-df8233b65f0702c4ca49159c40be26d6' -d '/workdir/vendor/composer/56aaba77'
[149.2MiB/49.44s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-bc9b146cb403c1def5d862fdfdab3747' -d '/workdir/vendor/composer/5ced9537'
[149.2MiB/49.45s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-1c32efd3d505ad3cb92148e7f8666b03' -d '/workdir/vendor/composer/6f1f4703'
[149.2MiB/49.46s]     Failed to extract laminas/laminas-zendframework-bridge: (9) unzip -qq  '/workdir/vendor/composer/tmp-d4d64a1cb7b96f20adb2a4a06c7b31fd' -d '/workdir/vendor/composer/8acd4c89'

unzip:  cannot find or open /workdir/vendor/composer/tmp-d4d64a1cb7b96f20adb2a4a06c7b31fd.

[149.2MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.2MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.2MiB/49.46s]     Install of laminas/laminas-zendframework-bridge failed
[149.2MiB/49.46s]     Failed to extract laminas/laminas-eventmanager: (9) unzip -qq  '/workdir/vendor/composer/tmp-adc385fe495775613db9f79e0ca70d69' -d '/workdir/vendor/composer/97685660'

unzip:  cannot find or open /workdir/vendor/composer/tmp-adc385fe495775613db9f79e0ca70d69.

[149.2MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.2MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.3MiB/49.46s]     Install of laminas/laminas-eventmanager failed
[149.3MiB/49.46s]     Failed to extract laminas/laminas-code: (9) unzip -qq  '/workdir/vendor/composer/tmp-7505c9dc9aa5c2c4f68a1c4ad5a89b1c' -d '/workdir/vendor/composer/db3ea5b9'

unzip:  cannot find or open /workdir/vendor/composer/tmp-7505c9dc9aa5c2c4f68a1c4ad5a89b1c.

[149.3MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.3MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.3MiB/49.46s]     Install of laminas/laminas-code failed
[149.3MiB/49.46s]     Failed to extract ocramius/proxy-manager: (9) unzip -qq  '/workdir/vendor/composer/tmp-eb969fbd17d51a16326cb857534819d9' -d '/workdir/vendor/composer/344cb665'

unzip:  cannot find or open /workdir/vendor/composer/tmp-eb969fbd17d51a16326cb857534819d9.

[149.3MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.3MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.3MiB/49.46s]     Install of ocramius/proxy-manager failed
[149.3MiB/49.46s]     Failed to extract egulias/email-validator: (9) unzip -qq  '/workdir/vendor/composer/tmp-80dfafcb15cca17bd87899e10f8973cd' -d '/workdir/vendor/composer/03f0901d'

unzip:  cannot find or open /workdir/vendor/composer/tmp-80dfafcb15cca17bd87899e10f8973cd.

[149.3MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.3MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.4MiB/49.46s]     Install of egulias/email-validator failed
[149.4MiB/49.46s]     Failed to extract myclabs/php-enum: (9) unzip -qq  '/workdir/vendor/composer/tmp-263a043c3eb1c6fdf4422bb741ff9771' -d '/workdir/vendor/composer/f3e418ee'

unzip:  cannot find or open /workdir/vendor/composer/tmp-263a043c3eb1c6fdf4422bb741ff9771.

[149.4MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.4MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.4MiB/49.46s]     Install of myclabs/php-enum failed
[149.4MiB/49.46s]     Failed to extract endroid/qr-code: (9) unzip -qq  '/workdir/vendor/composer/tmp-54911ebdf967ed410512aa46b69495b2' -d '/workdir/vendor/composer/e8db9240'

unzip:  cannot find or open /workdir/vendor/composer/tmp-54911ebdf967ed410512aa46b69495b2.

[149.4MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.4MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.4MiB/49.46s]     Install of endroid/qr-code failed
[149.4MiB/49.46s]     Failed to extract symfony/deprecation-contracts: (9) unzip -qq  '/workdir/vendor/composer/tmp-df8233b65f0702c4ca49159c40be26d6' -d '/workdir/vendor/composer/56aaba77'

unzip:  cannot find or open /workdir/vendor/composer/tmp-df8233b65f0702c4ca49159c40be26d6.

[149.4MiB/49.46s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.4MiB/49.46s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.5MiB/49.46s]     Install of symfony/deprecation-contracts failed
[149.5MiB/49.46s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-507bbcfd139e8f395848f14a2d1b398f' -d '/workdir/vendor/composer/429897bc'
[149.5MiB/49.47s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-3a0ae70aa7565bfc16c16303c8923673' -d '/workdir/vendor/composer/3a67e2cb'
[149.5MiB/49.49s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-a25d64b2d3ac50d08c6ee89a94f043f4' -d '/workdir/vendor/composer/a0f92344'
[149.5MiB/49.50s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-584144ce6756a5d8ec652e09766513a3' -d '/workdir/vendor/composer/8df3fe3d'
[149.5MiB/49.51s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-8f22dbfd4bf765e8f81ca78863e17ed5' -d '/workdir/vendor/composer/c064349b'
[149.5MiB/49.52s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-4f1ecb83d4331dd9a27a6453c278d72b' -d '/workdir/vendor/composer/feb2368a'
[149.5MiB/49.53s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-96835c3b70c997ef21bcb8cec6baeb1a' -d '/workdir/vendor/composer/a948d3a6'
[149.5MiB/49.54s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-746b658f1f0f18ad30eb3cff21bdb9ec' -d '/workdir/vendor/composer/0bbfdbee'
[149.5MiB/49.55s]     Failed to extract react/event-loop: (9) unzip -qq  '/workdir/vendor/composer/tmp-bc9b146cb403c1def5d862fdfdab3747' -d '/workdir/vendor/composer/5ced9537'

unzip:  cannot find or open /workdir/vendor/composer/tmp-bc9b146cb403c1def5d862fdfdab3747.

[149.5MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.5MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.5MiB/49.55s]     Install of react/event-loop failed
[149.6MiB/49.55s]     Failed to extract react/cache: (9) unzip -qq  '/workdir/vendor/composer/tmp-1c32efd3d505ad3cb92148e7f8666b03' -d '/workdir/vendor/composer/6f1f4703'

unzip:  cannot find or open /workdir/vendor/composer/tmp-1c32efd3d505ad3cb92148e7f8666b03.

[149.6MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.6MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.6MiB/49.55s]     Install of react/cache failed
[149.6MiB/49.55s]     Failed to extract react/dns: (9) unzip -qq  '/workdir/vendor/composer/tmp-507bbcfd139e8f395848f14a2d1b398f' -d '/workdir/vendor/composer/429897bc'

unzip:  cannot find or open /workdir/vendor/composer/tmp-507bbcfd139e8f395848f14a2d1b398f.

[149.6MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.6MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.6MiB/49.55s]     Install of react/dns failed
[149.6MiB/49.55s]     Failed to extract gos/web-socket-bundle: (9) unzip -qq  '/workdir/vendor/composer/tmp-3a0ae70aa7565bfc16c16303c8923673' -d '/workdir/vendor/composer/3a67e2cb'

unzip:  cannot find or open /workdir/vendor/composer/tmp-3a0ae70aa7565bfc16c16303c8923673.

[149.6MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.6MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.6MiB/49.55s]     Install of gos/web-socket-bundle failed
[149.7MiB/49.55s]     Failed to extract symfony/polyfill-php80: (9) unzip -qq  '/workdir/vendor/composer/tmp-a25d64b2d3ac50d08c6ee89a94f043f4' -d '/workdir/vendor/composer/a0f92344'

unzip:  cannot find or open /workdir/vendor/composer/tmp-a25d64b2d3ac50d08c6ee89a94f043f4.

[149.7MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.7MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.7MiB/49.55s]     Install of symfony/polyfill-php80 failed
[149.7MiB/49.55s]     Failed to extract symfony/polyfill-php73: (9) unzip -qq  '/workdir/vendor/composer/tmp-584144ce6756a5d8ec652e09766513a3' -d '/workdir/vendor/composer/8df3fe3d'

unzip:  cannot find or open /workdir/vendor/composer/tmp-584144ce6756a5d8ec652e09766513a3.

[149.7MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.7MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.7MiB/49.55s]     Install of symfony/polyfill-php73 failed
[149.7MiB/49.55s]     Failed to extract symfony/http-client-contracts: (9) unzip -qq  '/workdir/vendor/composer/tmp-8f22dbfd4bf765e8f81ca78863e17ed5' -d '/workdir/vendor/composer/c064349b'

unzip:  cannot find or open /workdir/vendor/composer/tmp-8f22dbfd4bf765e8f81ca78863e17ed5.

[149.7MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.7MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.7MiB/49.55s]     Install of symfony/http-client-contracts failed
[149.7MiB/49.55s]     Failed to extract symfony/http-client: (9) unzip -qq  '/workdir/vendor/composer/tmp-4f1ecb83d4331dd9a27a6453c278d72b' -d '/workdir/vendor/composer/feb2368a'

unzip:  cannot find or open /workdir/vendor/composer/tmp-4f1ecb83d4331dd9a27a6453c278d72b.

[149.7MiB/49.55s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.7MiB/49.55s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.8MiB/49.56s]     Install of symfony/http-client failed
[149.8MiB/49.56s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-2fee71e59d0ccbf1d2d0c480a29193be' -d '/workdir/vendor/composer/9a7df279'
[149.8MiB/49.57s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-ac6e284d3c7444c21e19ae93c20642eb' -d '/workdir/vendor/composer/7cfd3cf4'
[149.8MiB/49.58s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-678881d26289ed1b5d71008c53c04285' -d '/workdir/vendor/composer/4fe0ed8e'
[149.8MiB/49.59s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-616d51d4e004612bc658216e9749a806' -d '/workdir/vendor/composer/70a74af9'
[149.8MiB/49.60s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-ab32018c5912b7b38fffe733999ac833' -d '/workdir/vendor/composer/cf4b7ed7'
[149.8MiB/49.61s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-f1709485ef32c2e177980305cfa6eda6' -d '/workdir/vendor/composer/f8c62ae5'
[149.8MiB/49.62s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-a4619140c4fe61a46a7188d90025ca42' -d '/workdir/vendor/composer/0d10816d'
[149.8MiB/49.63s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-d1731229b750fd9a7729c1f496dc086a' -d '/workdir/vendor/composer/3196a5da'
[149.8MiB/49.64s]     Failed to extract php-http/message: (9) unzip -qq  '/workdir/vendor/composer/tmp-96835c3b70c997ef21bcb8cec6baeb1a' -d '/workdir/vendor/composer/a948d3a6'

unzip:  cannot find or open /workdir/vendor/composer/tmp-96835c3b70c997ef21bcb8cec6baeb1a.

[149.8MiB/49.64s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.8MiB/49.64s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.8MiB/49.64s]     Install of php-http/message failed
[149.9MiB/49.64s]     Failed to extract ingenico-epayments/connect-sdk-php: (9) unzip -qq  '/workdir/vendor/composer/tmp-746b658f1f0f18ad30eb3cff21bdb9ec' -d '/workdir/vendor/composer/0bbfdbee'

unzip:  cannot find or open /workdir/vendor/composer/tmp-746b658f1f0f18ad30eb3cff21bdb9ec.

[149.9MiB/49.64s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.9MiB/49.64s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.9MiB/49.64s]     Install of ingenico-epayments/connect-sdk-php failed
[149.9MiB/49.64s]     Failed to extract symfony/translation-contracts: (9) unzip -qq  '/workdir/vendor/composer/tmp-2fee71e59d0ccbf1d2d0c480a29193be' -d '/workdir/vendor/composer/9a7df279'

unzip:  cannot find or open /workdir/vendor/composer/tmp-2fee71e59d0ccbf1d2d0c480a29193be.

[149.9MiB/49.64s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.9MiB/49.64s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.9MiB/49.64s]     Install of symfony/translation-contracts failed
[149.9MiB/49.64s]     Failed to extract jms/translation-bundle: (9) unzip -qq  '/workdir/vendor/composer/tmp-ac6e284d3c7444c21e19ae93c20642eb' -d '/workdir/vendor/composer/7cfd3cf4'

unzip:  cannot find or open /workdir/vendor/composer/tmp-ac6e284d3c7444c21e19ae93c20642eb.

[149.9MiB/49.64s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[149.9MiB/49.64s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[149.9MiB/49.64s]     Install of jms/translation-bundle failed
[150.0MiB/49.64s]     Failed to extract knplabs/knp-menu: (9) unzip -qq  '/workdir/vendor/composer/tmp-678881d26289ed1b5d71008c53c04285' -d '/workdir/vendor/composer/4fe0ed8e'

unzip:  cannot find or open /workdir/vendor/composer/tmp-678881d26289ed1b5d71008c53c04285.

[150.0MiB/49.65s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.0MiB/49.65s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.0MiB/49.65s]     Install of knplabs/knp-menu failed
[150.0MiB/49.65s]     Failed to extract knplabs/knp-components: (9) unzip -qq  '/workdir/vendor/composer/tmp-616d51d4e004612bc658216e9749a806' -d '/workdir/vendor/composer/70a74af9'

unzip:  cannot find or open /workdir/vendor/composer/tmp-616d51d4e004612bc658216e9749a806.

[150.0MiB/49.65s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.0MiB/49.65s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.0MiB/49.65s]     Install of knplabs/knp-components failed
[150.0MiB/49.65s]     Failed to extract symfony/mime: (9) unzip -qq  '/workdir/vendor/composer/tmp-ab32018c5912b7b38fffe733999ac833' -d '/workdir/vendor/composer/cf4b7ed7'

unzip:  cannot find or open /workdir/vendor/composer/tmp-ab32018c5912b7b38fffe733999ac833.

[150.0MiB/49.65s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.0MiB/49.65s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.0MiB/49.65s]     Install of symfony/mime failed
[150.1MiB/49.65s]     Failed to extract pagerfanta/pagerfanta: (9) unzip -qq  '/workdir/vendor/composer/tmp-f1709485ef32c2e177980305cfa6eda6' -d '/workdir/vendor/composer/f8c62ae5'

unzip:  cannot find or open /workdir/vendor/composer/tmp-f1709485ef32c2e177980305cfa6eda6.

[150.1MiB/49.65s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.1MiB/49.65s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.1MiB/49.65s]     Install of pagerfanta/pagerfanta failed
[150.1MiB/49.65s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-8553dde0d29206787b647aa329ac02d2' -d '/workdir/vendor/composer/953a150f'
[150.1MiB/49.66s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-4b5330ddea54f7403f8b996a5c704c30' -d '/workdir/vendor/composer/a850f77c'
[150.1MiB/49.67s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-16f1c1b756daf4c888501b6809e278b9' -d '/workdir/vendor/composer/d114af31'
[150.1MiB/49.68s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-43df16a016995c233ccaf7efc5d11e08' -d '/workdir/vendor/composer/ab563afc'
[150.1MiB/49.69s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-6ed610f2bb68cf136a6d88dd385caf39' -d '/workdir/vendor/composer/6769cf60'
[150.1MiB/49.70s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-ec865a101bcea3dd3d65ff9aa634f6c3' -d '/workdir/vendor/composer/3009cd81'
[150.1MiB/49.71s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-8cf874957c7cdd04eaac5c56b55eb2b6' -d '/workdir/vendor/composer/5710e4c0'
[150.1MiB/49.72s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-bba5a7edc5c4a122b0a05786ffe8205e' -d '/workdir/vendor/composer/3cb237f8'
[150.1MiB/49.73s]     Failed to extract php-curl-class/php-curl-class: (9) unzip -qq  '/workdir/vendor/composer/tmp-a4619140c4fe61a46a7188d90025ca42' -d '/workdir/vendor/composer/0d10816d'

unzip:  cannot find or open /workdir/vendor/composer/tmp-a4619140c4fe61a46a7188d90025ca42.

[150.1MiB/49.73s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.1MiB/49.73s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.2MiB/49.73s]     Install of php-curl-class/php-curl-class failed
[150.2MiB/49.73s]     Failed to extract paynl/sdk: (9) unzip -qq  '/workdir/vendor/composer/tmp-d1731229b750fd9a7729c1f496dc086a' -d '/workdir/vendor/composer/3196a5da'

unzip:  cannot find or open /workdir/vendor/composer/tmp-d1731229b750fd9a7729c1f496dc086a.

[150.2MiB/49.73s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.2MiB/49.73s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.2MiB/49.73s]     Install of paynl/sdk failed
[150.2MiB/49.73s]     Failed to extract paragonie/constant_time_encoding: (9) unzip -qq  '/workdir/vendor/composer/tmp-8553dde0d29206787b647aa329ac02d2' -d '/workdir/vendor/composer/953a150f'

unzip:  cannot find or open /workdir/vendor/composer/tmp-8553dde0d29206787b647aa329ac02d2.

[150.2MiB/49.73s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.2MiB/49.73s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.2MiB/49.73s]     Install of paragonie/constant_time_encoding failed
[150.2MiB/49.74s]     Failed to extract phpseclib/phpseclib: (9) unzip -qq  '/workdir/vendor/composer/tmp-4b5330ddea54f7403f8b996a5c704c30' -d '/workdir/vendor/composer/a850f77c'

unzip:  cannot find or open /workdir/vendor/composer/tmp-4b5330ddea54f7403f8b996a5c704c30.

[150.2MiB/49.74s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.2MiB/49.74s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.2MiB/49.74s]     Install of phpseclib/phpseclib failed
[150.3MiB/49.74s]     Failed to extract php-amqplib/php-amqplib: (9) unzip -qq  '/workdir/vendor/composer/tmp-16f1c1b756daf4c888501b6809e278b9' -d '/workdir/vendor/composer/d114af31'

unzip:  cannot find or open /workdir/vendor/composer/tmp-16f1c1b756daf4c888501b6809e278b9.

[150.3MiB/49.74s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.3MiB/49.74s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.3MiB/49.74s]     Install of php-amqplib/php-amqplib failed
[150.3MiB/49.74s]     Failed to extract php-amqplib/rabbitmq-bundle: (9) unzip -qq  '/workdir/vendor/composer/tmp-43df16a016995c233ccaf7efc5d11e08' -d '/workdir/vendor/composer/ab563afc'

unzip:  cannot find or open /workdir/vendor/composer/tmp-43df16a016995c233ccaf7efc5d11e08.

[150.3MiB/49.74s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.3MiB/49.74s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.3MiB/49.74s]     Install of php-amqplib/rabbitmq-bundle failed
[150.3MiB/49.74s]     Failed to extract php-http/stopwatch-plugin: (9) unzip -qq  '/workdir/vendor/composer/tmp-6ed610f2bb68cf136a6d88dd385caf39' -d '/workdir/vendor/composer/6769cf60'

unzip:  cannot find or open /workdir/vendor/composer/tmp-6ed610f2bb68cf136a6d88dd385caf39.

[150.3MiB/49.74s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.3MiB/49.74s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.3MiB/49.74s]     Install of php-http/stopwatch-plugin failed
[150.4MiB/49.74s]     Failed to extract php-http/httplug-bundle: (9) unzip -qq  '/workdir/vendor/composer/tmp-ec865a101bcea3dd3d65ff9aa634f6c3' -d '/workdir/vendor/composer/3009cd81'

unzip:  cannot find or open /workdir/vendor/composer/tmp-ec865a101bcea3dd3d65ff9aa634f6c3.

[150.4MiB/49.74s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.4MiB/49.74s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.4MiB/49.74s]     Install of php-http/httplug-bundle failed
[150.4MiB/49.74s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-bff01a1aa33400a6acb722f367a70ec6' -d '/workdir/vendor/composer/2578cf8d'
[150.4MiB/49.75s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-d1428b710609e1af93d5bdc22b429129' -d '/workdir/vendor/composer/f38082bd'
[150.4MiB/49.76s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-167b5eeb520edc2a736ce808ed44f3d1' -d '/workdir/vendor/composer/046004df'
[150.4MiB/49.77s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-860082b84f4a00daa82a90e401e6ab6a' -d '/workdir/vendor/composer/7f4f3ef4'
[150.4MiB/49.78s] Executing async command (CWD): unzip -qq  '/workdir/vendor/composer/tmp-bd5d3180361a1c8ec7c2a33e5cb9e0ca' -d '/workdir/vendor/composer/08a34a1c'
[150.4MiB/49.79s]     Failed to extract webmozart/assert: (9) unzip -qq  '/workdir/vendor/composer/tmp-8cf874957c7cdd04eaac5c56b55eb2b6' -d '/workdir/vendor/composer/5710e4c0'

unzip:  cannot find or open /workdir/vendor/composer/tmp-8cf874957c7cdd04eaac5c56b55eb2b6.

[150.4MiB/49.79s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.4MiB/49.79s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.4MiB/49.79s]     Install of webmozart/assert failed
[150.4MiB/49.79s]     Failed to extract phpdocumentor/reflection-common: (9) unzip -qq  '/workdir/vendor/composer/tmp-bba5a7edc5c4a122b0a05786ffe8205e' -d '/workdir/vendor/composer/3cb237f8'

unzip:  cannot find or open /workdir/vendor/composer/tmp-bba5a7edc5c4a122b0a05786ffe8205e.

[150.4MiB/49.79s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.4MiB/49.79s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.5MiB/49.79s]     Install of phpdocumentor/reflection-common failed
[150.5MiB/49.79s]     Failed to extract phpdocumentor/type-resolver: (9) unzip -qq  '/workdir/vendor/composer/tmp-bff01a1aa33400a6acb722f367a70ec6' -d '/workdir/vendor/composer/2578cf8d'

unzip:  cannot find or open /workdir/vendor/composer/tmp-bff01a1aa33400a6acb722f367a70ec6.

[150.5MiB/49.79s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.5MiB/49.79s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.5MiB/49.79s]     Install of phpdocumentor/type-resolver failed
[150.5MiB/49.79s]     Failed to extract phpdocumentor/reflection-docblock: (9) unzip -qq  '/workdir/vendor/composer/tmp-d1428b710609e1af93d5bdc22b429129' -d '/workdir/vendor/composer/f38082bd'

unzip:  cannot find or open /workdir/vendor/composer/tmp-d1428b710609e1af93d5bdc22b429129.

[150.5MiB/49.79s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.5MiB/49.79s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.5MiB/49.79s]     Install of phpdocumentor/reflection-docblock failed
[150.5MiB/49.79s]     Failed to extract theseer/tokenizer: (9) unzip -qq  '/workdir/vendor/composer/tmp-167b5eeb520edc2a736ce808ed44f3d1' -d '/workdir/vendor/composer/046004df'

unzip:  cannot find or open /workdir/vendor/composer/tmp-167b5eeb520edc2a736ce808ed44f3d1.

[150.5MiB/49.79s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.5MiB/49.79s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.6MiB/49.79s]     Install of theseer/tokenizer failed
[150.6MiB/49.80s]     Failed to extract phpspec/prophecy: (9) unzip -qq  '/workdir/vendor/composer/tmp-860082b84f4a00daa82a90e401e6ab6a' -d '/workdir/vendor/composer/7f4f3ef4'

unzip:  cannot find or open /workdir/vendor/composer/tmp-860082b84f4a00daa82a90e401e6ab6a.

[150.6MiB/49.80s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.6MiB/49.80s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.6MiB/49.80s]     Install of phpspec/prophecy failed
[150.6MiB/49.81s]     Failed to extract picqer/sendcloud-php-client: (9) unzip -qq  '/workdir/vendor/composer/tmp-bd5d3180361a1c8ec7c2a33e5cb9e0ca' -d '/workdir/vendor/composer/08a34a1c'

unzip:  cannot find or open /workdir/vendor/composer/tmp-bd5d3180361a1c8ec7c2a33e5cb9e0ca.

[150.6MiB/49.81s]     This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
[150.6MiB/49.81s]     See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
[150.6MiB/49.81s]     Install of picqer/sendcloud-php-client failed
[125.4MiB/49.83s] Downloading https://packagist.org/downloads/
[125.4MiB/49.98s] [201] https://packagist.org/downloads/

                                                                                                         
  [RuntimeException]                                                                                     
  Source directory /workdir/vendor/printnode/printnode-php has unpushed changes on the current branch:   
  M	src/PrintNode/Credentials.php                                                                        
  M	src/PrintNode/PrintJob.php                                                                           
  M	src/PrintNode/Request.php                                                                            
  M	src/PrintNode/Scale.php                                                                              
                                                                                                         

Exception trace:
 () at phar:///usr/bin/composer/src/Composer/Downloader/GitDownloader.php:319
 Composer\Downloader\GitDownloader->cleanChanges() at phar:///usr/bin/composer/src/Composer/Downloader/VcsDownloader.php:97
 Composer\Downloader\VcsDownloader->prepare() at phar:///usr/bin/composer/src/Composer/Downloader/DownloadManager.php:257
 Composer\Downloader\DownloadManager->prepare() at phar:///usr/bin/composer/src/Composer/Installer/LibraryInstaller.php:108
 Composer\Installer\LibraryInstaller->prepare() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:413
 Composer\Installer\InstallationManager->executeBatch() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:368
 Composer\Installer\InstallationManager->downloadAndExecuteBatch() at phar:///usr/bin/composer/src/Composer/Installer/InstallationManager.php:267
 Composer\Installer\InstallationManager->execute() at phar:///usr/bin/composer/src/Composer/Installer.php:698
 Composer\Installer->doInstall() at phar:///usr/bin/composer/src/Composer/Installer.php:535
 Composer\Installer->doUpdate() at phar:///usr/bin/composer/src/Composer/Installer.php:247
 Composer\Installer->run() at phar:///usr/bin/composer/src/Composer/Command/UpdateCommand.php:236
 Composer\Command\UpdateCommand->execute() at phar:///usr/bin/composer/vendor/symfony/console/Command/Command.php:245
 Symfony\Component\Console\Command\Command->run() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:835
 Symfony\Component\Console\Application->doRunCommand() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:185
 Symfony\Component\Console\Application->doRun() at phar:///usr/bin/composer/src/Composer/Console/Application.php:310
 Composer\Console\Application->doRun() at phar:///usr/bin/composer/vendor/symfony/console/Application.php:117
 Symfony\Component\Console\Application->run() at phar:///usr/bin/composer/src/Composer/Console/Application.php:122
 Composer\Console\Application->run() at phar:///usr/bin/composer/bin/composer:63
 require() at /usr/bin/composer:24

update [--with WITH] [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...

And I expected this to happen:

Either:

  • Ask me what I want to do with unpushed changes (unsure if this is not asked because I run in docker or because of async changes);
  • When failing and rolling back, silently fail other pending async commands so they don't pollute the output and possibly put me on the wrong track with regards to problem solving.

When running the above command explicitly with discard-changes: true and --no-interaction, everything works as expected.

@alcohol alcohol added the Bug label Apr 2, 2021
@Seldaek Seldaek added this to the 2.0 milestone Apr 2, 2021
@alcohol
Copy link
Member Author

alcohol commented Apr 6, 2021

I would probably mark this as low prio since it is somewhat of an edge-case.

@Seldaek Seldaek modified the milestones: 2.0, 2.1 Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants