+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 25076 + echo '1.70.6 5bcc93e7c' 1.70.6 5bcc93e7c + date Tue Jun 21 01:05:52 CEST 2022 + uptime 01:05:52 up 8 days, 14:58, 0 users, load average: 0.17, 0.15, 0.10 + ff=default + image=yegor256/rultor-image + rebase=false + head_branch=master + pull_title=177 + author=maxgoryunov + directory= + head=git@github.com:MaxGoryunov/saving-iterator.git + pull_id=178 + fork=git@github.com:MaxGoryunov/saving-iterator.git + fork_branch=177 + squash=false + vars=('--env=head=git@github.com:MaxGoryunov/saving-iterator.git' '--env=pull_id=178' '--env=fork=git@github.com:MaxGoryunov/saving-iterator.git' '--env=fork_branch=177' '--env=head_branch=master' '--env=pull_title=177' '--env=author=maxgoryunov' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=178'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=177'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=177'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxgoryunov'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt install -y php-xml'\'' '\'';'\'' '\''sudo apt-get install -y php-curl'\'' '\'';'\'' '\''sudo apt-get install -y php-mbstring'\'' '\'';'\'' '\''sudo apt-get install -y php-xdebug'\'' '\'';'\'' '\''composer install'\'' '\'';'\'' '\''./vendor/bin/phpunit --bootstrap=vendor/autoload.php --coverage-text'\'' '\'';'\'' '\''XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4'\'' '\'';'\'' '\''./vendor/bin/phpstan analyse'\'' '\'';'\'' )') + scripts=('export '\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''pull_id=178'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=177'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=177'\''' ';' 'export '\''author=maxgoryunov'\''' ';' 'sudo apt-get update' ';' 'sudo apt install -y php-xml' ';' 'sudo apt-get install -y php-curl' ';' 'sudo apt-get install -y php-mbstring' ';' 'sudo apt-get install -y php-xdebug' ';' 'composer install' ';' './vendor/bin/phpunit --bootstrap=vendor/autoload.php --coverage-text' ';' 'XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4' ';' './vendor/bin/phpstan analyse' ';') + container=maxgoryunov_saving-iterator_178 + as_root=false + git --version git version 2.35.1 + docker --version Docker version 20.10.12, build e91ed57 + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:MaxGoryunov/saving-iterator.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''pull_id=178'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=177'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=177'\''' ';' 'export '\''author=maxgoryunov'\''' ';' 'sudo apt-get update' ';' 'sudo apt install -y php-xml' ';' 'sudo apt-get install -y php-curl' ';' 'sudo apt-get install -y php-mbstring' ';' 'sudo apt-get install -y php-xdebug' ';' 'composer install' ';' './vendor/bin/phpunit --bootstrap=vendor/autoload.php --coverage-text' ';' 'XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4' ';' './vendor/bin/phpstan analyse' ';' + sensitive=() + rm -rf .gpg + cd repo + git remote add fork git@github.com:MaxGoryunov/saving-iterator.git + git remote update Fetching origin Fetching fork From github.com:MaxGoryunov/saving-iterator * [new branch] 177 -> fork/177 * [new branch] azure-pipelines -> fork/azure-pipelines * [new branch] develop -> fork/develop * [new branch] master -> fork/master + args= + '[' default == default ']' + args=' --ff' + '[' default == no ']' + '[' default == only ']' + export BRANCH=__rultor + BRANCH=__rultor ++ git show-branch __rultor ++ wc -l + '[' 0 -gt 0 ']' + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git checkout -B __rultor fork/177 Switched to a new branch '__rultor' branch '__rultor' set up to track 'fork/177'. + git checkout -B master origin/master Switched to and reset branch 'master' branch 'master' set up to track 'origin/master'. Your branch is up to date with 'origin/master'. + '[' false == true ']' + '[' false == true ']' + git merge --ff __rultor Updating 1b8f2fb..10adf71 Fast-forward src/SavingIterator.php | 35 +++++++++++++++-------------------- src/ValidAddingIterator.php | 6 ++++++ tests/src/OpenAddingIteratorTest.php | 10 +++++++--- tests/src/SavingIteratorTest.php | 31 +++++++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 23 deletions(-) + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.10 ++ echo 0.10 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.10, low enough to run a new Docker container' load average is 0.10, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image + docker pull yegor256/rultor-image Using default tag: latest latest: Pulling from yegor256/rultor-image Digest: sha256:95ddd906a107bbd2cd79487d0f8ee48acaa4ca54a4a4f1deb5702273ac20fa9d Status: Image is up to date for yegor256/rultor-image:latest docker.io/yegor256/rultor-image:latest + docker ps --filter=status=exited + grep --quiet '\smaxgoryunov_saving-iterator_178\s*$' + ls -al . total 1316 drwx--x--x 3 rultor rultor 4096 Jun 21 01:05 . drwxrwxrwt 10 root root 1302528 Jun 21 01:05 .. -rw-rw-r-- 1 rultor rultor 444 Jun 21 01:05 end.sh -rwxrwxr-x 1 rultor rultor 363 Jun 21 01:05 entry.sh -rw-rw-r-- 1 rultor rultor 6 Jun 21 01:05 pid drwxrwxr-x 9 rultor rultor 4096 Jun 21 01:05 repo -rwxrwxr-x 1 rultor rultor 6364 Jun 21 01:05 run.sh -rw-rw-r-- 1 rultor rultor 759 Jun 21 01:05 script.sh -rw-rw-r-- 1 rultor rultor 6107 Jun 21 01:05 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-4TBY:/main --env=head=git@github.com:MaxGoryunov/saving-iterator.git --env=pull_id=178 --env=fork=git@github.com:MaxGoryunov/saving-iterator.git --env=fork_branch=177 --env=head_branch=master --env=pull_title=177 --env=author=maxgoryunov '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=178'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=177'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=177'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxgoryunov'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt install -y php-xml'\'' '\'';'\'' '\''sudo apt-get install -y php-curl'\'' '\'';'\'' '\''sudo apt-get install -y php-mbstring'\'' '\'';'\'' '\''sudo apt-get install -y php-xdebug'\'' '\'';'\'' '\''composer install'\'' '\'';'\'' '\''./vendor/bin/phpunit --bootstrap=vendor/autoload.php --coverage-text'\'' '\'';'\'' '\''XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4'\'' '\'';'\'' '\''./vendor/bin/phpstan analyse'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-4TBY/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxgoryunov_saving-iterator_178 yegor256/rultor-image /main/entry.sh + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su --login r --command /home/r/script.sh + set -e + set -o pipefail + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export head=git@github.com:MaxGoryunov/saving-iterator.git + head=git@github.com:MaxGoryunov/saving-iterator.git + export pull_id=178 + pull_id=178 + export fork=git@github.com:MaxGoryunov/saving-iterator.git + fork=git@github.com:MaxGoryunov/saving-iterator.git + export fork_branch=177 + fork_branch=177 + export head_branch=master + head_branch=master + export pull_title=177 + pull_title=177 + export author=maxgoryunov + author=maxgoryunov + sudo -i apt-get update Hit:1ohttp://archive.ubuntu.com/ubuntu focal InRelease Get:2ohttp://ppa.launchpad.net/deadsnakes/ppa/ubuntu]focaltInReleasee[18.1]kB]o Hit:3ahttps://deb.nodesource.com/node_17.xcfocal.InReleasem (91.189.91.39)] [2 Get:4ahttp://archive.ubuntu.com/ubuntuofocal-updatesnInRelease1[114.kB]39)] [2 Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntusfocaliInRelease.com((91.189. Get:6ahttp://archive.ubuntu.com/ubuntuhfocal-backportsuInReleaset[108mkB]1.189. Get:7 http://ppa.launchpad.net/ondrej/php/ubuntuhfocalsInReleaseg[23.9hkB]ers] Get:8ahttp://security.ubuntu.com/ubuntu4focal-security5InReleasel[114 kB]24 B/2 Get:9 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 Packages [26.6 kB] Get:10rhttp://archive.ubuntu.com/ubuntu9focal-updates/restricted2amd64 Packages [1,404 kB] Get:11rhttp://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,161 kB] Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu1focal/main amd64 Packages [169 kB] Get:13ihttp://archive.ubuntu.com/ubuntu4focal-updates/mainBamd64kPackages [2,415 kB] Get:143http://security.ubuntu.com/ubuntuafocal-security/main[amd64cPackages.[1,974 kB] Get:15ahttp://archive.ubuntu.com/ubuntu2focal-updates/multiverse7amd641Packages [30.3 kB] Get:163http://archive.ubuntu.com/ubunturfocal-backports/universe5amd64/Packages [27.1 kB] Get:173http://archive.ubuntu.com/ubunturfocal-backports/maineamd649Packages4[54.2 kB] Get:184http://security.ubuntu.com/ubuntu focal-security/multiversePamd64ePackages [27.5 kB] Get:194http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,324 kB] Get:20ahttp://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [881 kB] Fetchedo9,871]kBsint2se(4,8412kB/s)kages 12.0 kB/881 kB 1%] Reading package lists... Done + sudo -i apt install -y php-xml Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following additional packages will be installed: php8.1-cli php8.1-common php8.1-opcache php8.1-readline php8.1-xml The following NEW packages will be installed: php-xml php8.1-xml The following packages will be upgraded: php8.1-cli php8.1-common php8.1-opcache php8.1-readline 4 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. Need to get 3,218 kB of archives. After this operation, 505 kB of additional disk space will be used. Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-opcache amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [333 kB] Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-readline amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [12.8 kB] Get:3Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php8.1-cli amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [1,663 kB] Get:4Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php8.1-common amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [1,095 kB] Get:5Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php8.1-xml amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [106 kB] Get:6Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php-xml all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,308 B] Fetchedo3,218]kB,in31s/(2,663BkB/s)0m33m debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 89258 files and directories currently installed.) Preparing to unpack .../0-php8.1-opcache_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-opcache (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.5-1+ubuntu20.04.1+deb.sury.org+1) ... Preparing to unpack .../1-php8.1-readline_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-readline (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.5-1+ubuntu20.04.1+deb.sury.org+1) ... Preparing to unpack .../2-php8.1-cli_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.5-1+ubuntu20.04.1+deb.sury.org+1) ... Preparing to unpack .../3-php8.1-common_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-common (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.5-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php8.1-xml. Preparing to unpack .../4-php8.1-xml_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-xml (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-xml. Preparing to unpack .../5-php-xml_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ... Unpacking php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.1-common (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Setting up php8.1-xml (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/dom.ini with new version debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/simplexml.ini with new version debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/xml.ini with new version debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/xmlreader.ini with new version debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/xmlwriter.ini with new version debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/xsl.ini with new version Setting up php8.1-readline (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Setting up php8.1-opcache (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Setting up php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Processing triggers for man-db (2.9.1-1) ... Processing triggers for php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... + sudo -i apt-get install -y php-curl Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following additional packages will be installed: php8.1-curl The following NEW packages will be installed: php-curl php8.1-curl 0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. Need to get 41.0 kB of archives. After this operation, 166 kB of additional disk space will be used. Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-curl amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [33.7 kB] Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-curl all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B] Fetchedo41.0gkB in90s (3462kB/s)96%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-curl. (Reading database ... 89280 files and directories currently installed.) Preparing to unpack .../php8.1-curl_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-curl (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-curl. Preparing to unpack .../php-curl_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ... Unpacking php-curl (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.1-curl (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/curl.ini with new version Setting up php-curl (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Processing triggers for php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... + sudo -i apt-get install -y php-mbstring Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following additional packages will be installed: php8.1-mbstring The following NEW packages will be installed: php-mbstring php8.1-mbstring 0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. Need to get 400 kB of archives. After this operation, 1,102 kB of additional disk space will be used. Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-mbstring amd64 8.1.7-1+ubuntu20.04.1+deb.sury.org+1 [393 kB] Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-mbstring all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B] Fetchedo400nkBtinn0s5(1,673/kB/s) B 76%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-mbstring. (Reading database ... 89292 files and directories currently installed.) Preparing to unpack .../php8.1-mbstring_8.1.7-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-mbstring (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-mbstring. Preparing to unpack .../php-mbstring_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ... Unpacking php-mbstring (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Setting up php8.1-mbstring (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Creating config file /etc/php/8.1/mods-available/mbstring.ini with new version Setting up php-mbstring (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Processing triggers for php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... + sudo -i apt-get install -y php-xdebug Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following additional packages will be installed: php8.1-xdebug The following NEW packages will be installed: php-xdebug php8.1-xdebug 0 upgraded, 2 newly installed, 0 to remove and 62 not upgraded. Need to get 581 kB of archives. After this operation, 2,625 kB of additional disk space will be used. Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-xdebug amd64 3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10 [573 kB] Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-xdebug amd64 3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10 [7,356 B] Fetchedo581nkBbin 0s5(2,036,kB/s) 75%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-xdebug. (Reading database ... 89304 files and directories currently installed.) Preparing to unpack .../php8.1-xdebug_3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10_amd64.deb ... Unpacking php8.1-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10) ... Selecting previously unselected package php-xdebug. Preparing to unpack .../php-xdebug_3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10_amd64.deb ... Unpacking php-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10) ... Setting up php8.1-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10) ... Setting up php-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-4+ubuntu20.04.1+deb.sury.org+10) ... Processing triggers for php8.1-cli (8.1.7-1+ubuntu20.04.1+deb.sury.org+1) ... + composer install 30;43mNo composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.39;49m 32mLoading composer repositories with package information39m 32mInfo from https://repo.packagist.org: 37;44m#StandWith30;43mUkraine0m39m 32mUpdating dependencies39m 32mLock file operations: 87 installs, 0 updates, 0 removals39m - Locking 32mamphp/amp39m (33mv2.6.239m) - Locking 32mamphp/byte-stream39m (33mv1.8.139m) - Locking 32mcomposer/package-versions-deprecated39m (33m1.11.99.539m) - Locking 32mcomposer/pcre39m (33m3.0.039m) - Locking 32mcomposer/semver39m (33m3.3.239m) - Locking 32mcomposer/xdebug-handler39m (33m3.0.339m) - Locking 32mdnoegel/php-xdg-base-dir39m (33mv0.1.139m) - Locking 32mdoctrine/annotations39m (33m1.13.239m) - Locking 32mdoctrine/instantiator39m (33m1.4.139m) - Locking 32mdoctrine/lexer39m (33m1.2.339m) - Locking 32mfelixfbecker/advanced-json-rpc39m (33mv3.2.139m) - Locking 32mfelixfbecker/language-server-protocol39m (33mv1.5.239m) - Locking 32mfriendsofphp/php-cs-fixer39m (33mv3.8.039m) - Locking 32minfection/abstract-testframework-adapter39m (33m0.5.039m) - Locking 32minfection/extension-installer39m (33m0.1.239m) - Locking 32minfection/include-interceptor39m (33m0.2.539m) - Locking 32minfection/infection39m (33m0.26.1139m) - Locking 32mjustinrainbow/json-schema39m (33m5.2.1239m) - Locking 32mmyclabs/deep-copy39m (33m1.11.039m) - Locking 32mnetresearch/jsonmapper39m (33mv4.0.039m) - Locking 32mnikic/php-parser39m (33mv4.14.039m) - Locking 32mondram/ci-detector39m (33m4.1.039m) - Locking 32mopenlss/lib-array2xml39m (33m1.0.039m) - Locking 32mpdepend/pdepend39m (33m2.10.339m) - Locking 32mphar-io/manifest39m (33m2.0.339m) - Locking 32mphar-io/version39m (33m3.2.139m) - Locking 32mphp-cs-fixer/diff39m (33mv2.0.239m) - Locking 32mphpdocumentor/reflection-common39m (33m2.2.039m) - Locking 32mphpdocumentor/reflection-docblock39m (33m5.3.039m) - Locking 32mphpdocumentor/type-resolver39m (33m1.6.139m) - Locking 32mphpmd/phpmd39m (33m2.12.039m) - Locking 32mphpspec/prophecy39m (33mv1.15.039m) - Locking 32mphpstan/phpstan39m (33m1.7.1539m) - Locking 32mphpunit/php-code-coverage39m (33m9.2.1539m) - Locking 32mphpunit/php-file-iterator39m (33m3.0.639m) - Locking 32mphpunit/php-invoker39m (33m3.1.139m) - Locking 32mphpunit/php-text-template39m (33m2.0.439m) - Locking 32mphpunit/php-timer39m (33m5.0.339m) - Locking 32mphpunit/phpunit39m (33m9.5.2139m) - Locking 32mpsr/cache39m (33m3.0.039m) - Locking 32mpsr/container39m (33m2.0.239m) - Locking 32mpsr/event-dispatcher39m (33m1.0.039m) - Locking 32mpsr/log39m (33m3.0.039m) - Locking 32mrregeer/phpunit-coverage-check39m (33m0.3.139m) - Locking 32msanmai/later39m (33m0.1.239m) - Locking 32msanmai/pipeline39m (33mv6.139m) - Locking 32msebastian/cli-parser39m (33m1.0.139m) - Locking 32msebastian/code-unit39m (33m1.0.839m) - Locking 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m) - Locking 32msebastian/comparator39m (33m4.0.639m) - Locking 32msebastian/complexity39m (33m2.0.239m) - Locking 32msebastian/diff39m (33m4.0.439m) - Locking 32msebastian/environment39m (33m5.1.439m) - Locking 32msebastian/exporter39m (33m4.0.439m) - Locking 32msebastian/global-state39m (33m5.0.539m) - Locking 32msebastian/lines-of-code39m (33m1.0.339m) - Locking 32msebastian/object-enumerator39m (33m4.0.439m) - Locking 32msebastian/object-reflector39m (33m2.0.439m) - Locking 32msebastian/recursion-context39m (33m4.0.439m) - Locking 32msebastian/resource-operations39m (33m3.0.339m) - Locking 32msebastian/type39m (33m3.0.039m) - Locking 32msebastian/version39m (33m3.0.239m) - Locking 32mseld/jsonlint39m (33m1.9.039m) - Locking 32msymfony/config39m (33mv6.1.039m) - Locking 32msymfony/console39m (33mv6.1.139m) - Locking 32msymfony/dependency-injection39m (33mv6.1.039m) - Locking 32msymfony/deprecation-contracts39m (33mv3.1.039m) - Locking 32msymfony/event-dispatcher39m (33mv6.1.039m) - Locking 32msymfony/event-dispatcher-contracts39m (33mv3.1.039m) - Locking 32msymfony/filesystem39m (33mv6.1.039m) - Locking 32msymfony/finder39m (33mv6.1.039m) - Locking 32msymfony/options-resolver39m (33mv6.1.039m) - Locking 32msymfony/polyfill-ctype39m (33mv1.26.039m) - Locking 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m) - Locking 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m) - Locking 32msymfony/polyfill-mbstring39m (33mv1.26.039m) - Locking 32msymfony/polyfill-php8039m (33mv1.26.039m) - Locking 32msymfony/polyfill-php8139m (33mv1.26.039m) - Locking 32msymfony/process39m (33mv6.1.039m) - Locking 32msymfony/service-contracts39m (33mv3.1.039m) - Locking 32msymfony/stopwatch39m (33mv6.1.039m) - Locking 32msymfony/string39m (33mv6.1.039m) - Locking 32mthecodingmachine/safe39m (33mv2.2.139m) - Locking 32mtheseer/tokenizer39m (33m1.2.139m) - Locking 32mvimeo/psalm39m (33m4.23.039m) - Locking 32mwebmozart/assert39m (33m1.11.039m) - Locking 32mwebmozart/path-util39m (33m2.3.039m) 32mWriting lock file39m 32mInstalling dependencies from lock file (including require-dev)39m 32mPackage operations: 87 installs, 0 updates, 0 removals39m - Downloading 32minfection/extension-installer39m (33m0.1.239m) - Downloading 32mcomposer/package-versions-deprecated39m (33m1.11.99.539m) - Downloading 32mcomposer/pcre39m (33m3.0.039m) - Downloading 32mdoctrine/lexer39m (33m1.2.339m) - Downloading 32mpsr/container39m (33m2.0.239m) - Downloading 32msymfony/service-contracts39m (33mv3.1.039m) - Downloading 32msymfony/stopwatch39m (33mv6.1.039m) - Downloading 32msymfony/process39m (33mv6.1.039m) - Downloading 32msymfony/polyfill-php8139m (33mv1.26.039m) - Downloading 32msymfony/polyfill-php8039m (33mv1.26.039m) - Downloading 32msymfony/polyfill-mbstring39m (33mv1.26.039m) - Downloading 32msymfony/deprecation-contracts39m (33mv3.1.039m) - Downloading 32msymfony/options-resolver39m (33mv6.1.039m) - Downloading 32msymfony/finder39m (33mv6.1.039m) - Downloading 32msymfony/polyfill-ctype39m (33mv1.26.039m) - Downloading 32msymfony/filesystem39m (33mv6.1.039m) - Downloading 32mpsr/event-dispatcher39m (33m1.0.039m) - Downloading 32msymfony/event-dispatcher-contracts39m (33mv3.1.039m) - Downloading 32msymfony/event-dispatcher39m (33mv6.1.039m) - Downloading 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m) - Downloading 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m) - Downloading 32msymfony/string39m (33mv6.1.039m) - Downloading 32msymfony/console39m (33mv6.1.139m) - Downloading 32mphp-cs-fixer/diff39m (33mv2.0.239m) - Downloading 32mpsr/cache39m (33m3.0.039m) - Downloading 32mdoctrine/annotations39m (33m1.13.239m) - Downloading 32mpsr/log39m (33m3.0.039m) - Downloading 32mcomposer/xdebug-handler39m (33m3.0.339m) - Downloading 32mcomposer/semver39m (33m3.3.239m) - Downloading 32mfriendsofphp/php-cs-fixer39m (33mv3.8.039m) - Downloading 32mwebmozart/assert39m (33m1.11.039m) - Downloading 32mthecodingmachine/safe39m (33mv2.2.139m) - Downloading 32mseld/jsonlint39m (33m1.9.039m) - Downloading 32msebastian/diff39m (33m4.0.439m) - Downloading 32msanmai/pipeline39m (33mv6.139m) - Downloading 32msanmai/later39m (33m0.1.239m) - Downloading 32mondram/ci-detector39m (33m4.1.039m) - Downloading 32mnikic/php-parser39m (33mv4.14.039m) - Downloading 32mjustinrainbow/json-schema39m (33m5.2.1239m) - Downloading 32minfection/include-interceptor39m (33m0.2.539m) - Downloading 32minfection/abstract-testframework-adapter39m (33m0.5.039m) - Downloading 32minfection/infection39m (33m0.26.1139m) - Downloading 32mphpdocumentor/reflection-common39m (33m2.2.039m) - Downloading 32mphpdocumentor/type-resolver39m (33m1.6.139m) - Downloading 32mphpdocumentor/reflection-docblock39m (33m5.3.039m) - Downloading 32msymfony/dependency-injection39m (33mv6.1.039m) - Downloading 32msymfony/config39m (33mv6.1.039m) - Downloading 32mpdepend/pdepend39m (33m2.10.339m) - Downloading 32mphpmd/phpmd39m (33m2.12.039m) - Downloading 32mphpstan/phpstan39m (33m1.7.1539m) - Downloading 32msebastian/version39m (33m3.0.239m) - Downloading 32msebastian/type39m (33m3.0.039m) - Downloading 32msebastian/resource-operations39m (33m3.0.339m) - Downloading 32msebastian/recursion-context39m (33m4.0.439m) - Downloading 32msebastian/object-reflector39m (33m2.0.439m) - Downloading 32msebastian/object-enumerator39m (33m4.0.439m) - Downloading 32msebastian/global-state39m (33m5.0.539m) - Downloading 32msebastian/exporter39m (33m4.0.439m) - Downloading 32msebastian/environment39m (33m5.1.439m) - Downloading 32msebastian/comparator39m (33m4.0.639m) - Downloading 32msebastian/code-unit39m (33m1.0.839m) - Downloading 32msebastian/cli-parser39m (33m1.0.139m) - Downloading 32mphpunit/php-timer39m (33m5.0.339m) - Downloading 32mphpunit/php-text-template39m (33m2.0.439m) - Downloading 32mphpunit/php-invoker39m (33m3.1.139m) - Downloading 32mphpunit/php-file-iterator39m (33m3.0.639m) - Downloading 32mtheseer/tokenizer39m (33m1.2.139m) - Downloading 32msebastian/lines-of-code39m (33m1.0.339m) - Downloading 32msebastian/complexity39m (33m2.0.239m) - Downloading 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m) - Downloading 32mphpunit/php-code-coverage39m (33m9.2.1539m) - Downloading 32mdoctrine/instantiator39m (33m1.4.139m) - Downloading 32mphpspec/prophecy39m (33mv1.15.039m) - Downloading 32mphar-io/version39m (33m3.2.139m) - Downloading 32mphar-io/manifest39m (33m2.0.339m) - Downloading 32mmyclabs/deep-copy39m (33m1.11.039m) - Downloading 32mphpunit/phpunit39m (33m9.5.2139m) - Downloading 32mrregeer/phpunit-coverage-check39m (33m0.3.139m) - Downloading 32mwebmozart/path-util39m (33m2.3.039m) - Downloading 32mopenlss/lib-array2xml39m (33m1.0.039m) - Downloading 32mnetresearch/jsonmapper39m (33mv4.0.039m) - Downloading 32mfelixfbecker/language-server-protocol39m (33mv1.5.239m) - Downloading 32mfelixfbecker/advanced-json-rpc39m (33mv3.2.139m) - Downloading 32mdnoegel/php-xdg-base-dir39m (33mv0.1.139m) - Downloading 32mamphp/amp39m (33mv2.6.239m) - Downloading 32mamphp/byte-stream39m (33mv1.8.139m) - Downloading 32mvimeo/psalm39m (33m4.23.039m) 0/87 [>---------------------------] 0%1G2K 12/87 [===>------------------------] 13%1G2K 22/87 [=======>--------------------] 25%1G2K 29/87 [=========>------------------] 33%1G2K 35/87 [===========>----------------] 40%1G2K 45/87 [==============>-------------] 51%1G2K 56/87 [==================>---------] 64%1G2K 62/87 [===================>--------] 71%1G2K 76/87 [========================>---] 87%1G2K 85/87 [===========================>] 97%1G2K 87/87 [============================] 100%1G2K - Installing 32minfection/extension-installer39m (33m0.1.239m): Extracting archive 30;43minfection/extension-installer contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins39;49m Do you trust "32;1minfection/extension-installer39;22m" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [33my,n,d,?39m] e5422ec01b0c9cfc4a91a56b3fd5635daa45af538330bc215beb4efc41a3e292 Error response from daemon: Cannot kill container: e5422ec01b0c9cfc4a91a56b3fd5635daa45af538330bc215beb4efc41a3e292: Container e5422ec01b0c9cfc4a91a56b3fd5635daa45af538330bc215beb4efc41a3e292 is not running container e5422ec01b0c9cfc4a91a56b3fd5635daa45af538330bc215beb4efc41a3e292 is dead Tue Jun 21 01:22:01 CEST 2022