rultor.com logo This build log was produced by rultor.com for MaxGoryunov/saving-iterator#178
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 13946
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Tue Jun 21 01:27:03 CEST 2022
+ uptime
 01:27:03 up 8 days, 15:19,  0 users,  load average: 0.09, 0.08, 0.09
+ 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..ca75424
Fast-forward
 composer.json                        |  5 +++++
 src/SavingIterator.php               | 35 +++++++++++++++--------------------
 src/ValidAddingIterator.php          |  6 ++++++
 tests/src/OpenAddingIteratorTest.php | 10 +++++++---
 tests/src/SavingIteratorTest.php     | 31 +++++++++++++++++++++++++++++++
 5 files changed, 64 insertions(+), 23 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.09
++ echo 0.09 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.09, low enough to run a new Docker container'
load average is 0.09, 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:27 .
drwxrwxrwt 10 root   root   1302528 Jun 21 01:27 ..
-rw-rw-r--  1 rultor rultor     444 Jun 21 01:27 end.sh
-rwxrwxr-x  1 rultor rultor     363 Jun 21 01:27 entry.sh
-rw-rw-r--  1 rultor rultor       6 Jun 21 01:27 pid
drwxrwxr-x  9 rultor rultor    4096 Jun 21 01:27 repo
-rwxrwxr-x  1 rultor rultor    6364 Jun 21 01:27 run.sh
-rw-rw-r--  1 rultor rultor     759 Jun 21 01:27 script.sh
-rw-rw-r--  1 rultor rultor    6156 Jun 21 01:27 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-XNcw:/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-XNcw/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
Get:3ahttp://archive.ubuntu.com/ubuntuofocal-updatesnInRelease1[114.kB]38)] [2
Hit:4 https://deb.nodesource.com/node_17.xcfocaltInReleasey.ubuntu.com((91.189.
Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focaliInRelease.com (91.189.
Get:6ahttp://ppa.launchpad.net/ondrej/php/ubuntutfocaluInReleaset[23.9 kB].189.
Get:7ahttp://archive.ubuntu.com/ubuntuhfocal-backportslInRelease8[1083kB]kB 23%
Get:8ahttp://security.ubuntu.com/ubuntu4focal-security5InReleasel[114 kB]2 kB/2
Get:9 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal/main amd64 Packages [26.6 kB]
Get:10rhttp://archive.ubuntu.com/ubuntuafocal-updates/multiverse2amd64 Packages [30.3 kB]
Get:11ihttp://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,404 kB]
Get:12ihttp://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,161 kB]
Get:13ihttp://archive.ubuntu.com/ubuntuefocal-updates/mainsamd64 Packages [2,415 kB]
Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu,focal/main amd64iPackagese[169 kB]
Get:153http://security.ubuntu.com/ubuntuafocal-security/multiversecamd64ePackages [27.5 kB]
Get:16ahttp://archive.ubuntu.com/ubuntu1focal-backports/universeaamd64sPackages [27.1 kB]
Get:173http://archive.ubuntu.com/ubunturfocal-backports/maineamd644Packages1[54.2 kB]
Get:183http://security.ubuntu.com/ubuntu focal-security/universe amd64gPackages [881 kB]
Get:19ahttp://security.ubuntu.com/ubuntuPfocal-security/mainkamd64]Packages6[1,974 kB]
Get:20ahttp://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,324 kB]
Fetchedo9,871]kBsint2se(4,6532kB/s)kages 17.7 kB/1,324 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:2Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/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:4Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/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,in51s/(4,072BkB/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:2Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php-curl all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B]
Fetchedo41.0gkB in50s (3612kB/s)76%]
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:2Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php-mbstring all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B]
Fetchedo400nkBtinn0s2(2,110/kB/s) B 36%]
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:2Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/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,766,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  9/87 [==>-------------------------]  10%1G2K 22/87 [=======>--------------------]  25%1G2K 30/87 [=========>------------------]  34%1G2K 38/87 [============>---------------]  43%1G2K 49/87 [===============>------------]  56%1G2K 55/87 [=================>----------]  63%1G2K 64/87 [====================>-------]  73%1G2K 71/87 [======================>-----]  81%1G2K 79/87 [=========================>--]  90%1G2K 87/87 [============================] 100%1G2K  - Installing 32minfection/extension-installer39m (33m0.1.239m): Extracting archive
  - Installing 32mcomposer/package-versions-deprecated39m (33m1.11.99.539m): Extracting archive
  - Installing 32mcomposer/pcre39m (33m3.0.039m): Extracting archive
  - Installing 32mdoctrine/lexer39m (33m1.2.339m): Extracting archive
  - Installing 32mpsr/container39m (33m2.0.239m): Extracting archive
  - Installing 32msymfony/service-contracts39m (33mv3.1.039m): Extracting archive
  - Installing 32msymfony/stopwatch39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/process39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/polyfill-php8139m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-php8039m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-mbstring39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/deprecation-contracts39m (33mv3.1.039m): Extracting archive
  - Installing 32msymfony/options-resolver39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/finder39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/polyfill-ctype39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/filesystem39m (33mv6.1.039m): Extracting archive
  - Installing 32mpsr/event-dispatcher39m (33m1.0.039m): Extracting archive
  - Installing 32msymfony/event-dispatcher-contracts39m (33mv3.1.039m): Extracting archive
  - Installing 32msymfony/event-dispatcher39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/polyfill-intl-normalizer39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/polyfill-intl-grapheme39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/string39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/console39m (33mv6.1.139m): Extracting archive
  - Installing 32mphp-cs-fixer/diff39m (33mv2.0.239m): Extracting archive
  - Installing 32mpsr/cache39m (33m3.0.039m): Extracting archive
  - Installing 32mdoctrine/annotations39m (33m1.13.239m): Extracting archive
  - Installing 32mpsr/log39m (33m3.0.039m): Extracting archive
  - Installing 32mcomposer/xdebug-handler39m (33m3.0.339m): Extracting archive
  - Installing 32mcomposer/semver39m (33m3.3.239m): Extracting archive
  - Installing 32mfriendsofphp/php-cs-fixer39m (33mv3.8.039m): Extracting archive
  - Installing 32mwebmozart/assert39m (33m1.11.039m): Extracting archive
  - Installing 32mthecodingmachine/safe39m (33mv2.2.139m): Extracting archive
  - Installing 32mseld/jsonlint39m (33m1.9.039m): Extracting archive
  - Installing 32msebastian/diff39m (33m4.0.439m): Extracting archive
  - Installing 32msanmai/pipeline39m (33mv6.139m): Extracting archive
  - Installing 32msanmai/later39m (33m0.1.239m): Extracting archive
  - Installing 32mondram/ci-detector39m (33m4.1.039m): Extracting archive
  - Installing 32mnikic/php-parser39m (33mv4.14.039m): Extracting archive
  - Installing 32mjustinrainbow/json-schema39m (33m5.2.1239m): Extracting archive
  - Installing 32minfection/include-interceptor39m (33m0.2.539m): Extracting archive
  - Installing 32minfection/abstract-testframework-adapter39m (33m0.5.039m): Extracting archive
  - Installing 32minfection/infection39m (33m0.26.1139m): Extracting archive
  - Installing 32mphpdocumentor/reflection-common39m (33m2.2.039m): Extracting archive
  - Installing 32mphpdocumentor/type-resolver39m (33m1.6.139m): Extracting archive
  - Installing 32mphpdocumentor/reflection-docblock39m (33m5.3.039m): Extracting archive
  - Installing 32msymfony/dependency-injection39m (33mv6.1.039m): Extracting archive
  - Installing 32msymfony/config39m (33mv6.1.039m): Extracting archive
  - Installing 32mpdepend/pdepend39m (33m2.10.339m): Extracting archive
  - Installing 32mphpmd/phpmd39m (33m2.12.039m): Extracting archive
  - Installing 32mphpstan/phpstan39m (33m1.7.1539m): Extracting archive
  - Installing 32msebastian/version39m (33m3.0.239m): Extracting archive
  - Installing 32msebastian/type39m (33m3.0.039m): Extracting archive
  - Installing 32msebastian/resource-operations39m (33m3.0.339m): Extracting archive
  - Installing 32msebastian/recursion-context39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/object-reflector39m (33m2.0.439m): Extracting archive
  - Installing 32msebastian/object-enumerator39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/global-state39m (33m5.0.539m): Extracting archive
  - Installing 32msebastian/exporter39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/environment39m (33m5.1.439m): Extracting archive
  - Installing 32msebastian/comparator39m (33m4.0.639m): Extracting archive
  - Installing 32msebastian/code-unit39m (33m1.0.839m): Extracting archive
  - Installing 32msebastian/cli-parser39m (33m1.0.139m): Extracting archive
  - Installing 32mphpunit/php-timer39m (33m5.0.339m): Extracting archive
  - Installing 32mphpunit/php-text-template39m (33m2.0.439m): Extracting archive
  - Installing 32mphpunit/php-invoker39m (33m3.1.139m): Extracting archive
  - Installing 32mphpunit/php-file-iterator39m (33m3.0.639m): Extracting archive
  - Installing 32mtheseer/tokenizer39m (33m1.2.139m): Extracting archive
  - Installing 32msebastian/lines-of-code39m (33m1.0.339m): Extracting archive
  - Installing 32msebastian/complexity39m (33m2.0.239m): Extracting archive
  - Installing 32msebastian/code-unit-reverse-lookup39m (33m2.0.339m): Extracting archive
  - Installing 32mphpunit/php-code-coverage39m (33m9.2.1539m): Extracting archive
  - Installing 32mdoctrine/instantiator39m (33m1.4.139m): Extracting archive
  - Installing 32mphpspec/prophecy39m (33mv1.15.039m): Extracting archive
  - Installing 32mphar-io/version39m (33m3.2.139m): Extracting archive
  - Installing 32mphar-io/manifest39m (33m2.0.339m): Extracting archive
  - Installing 32mmyclabs/deep-copy39m (33m1.11.039m): Extracting archive
  - Installing 32mphpunit/phpunit39m (33m9.5.2139m): Extracting archive
  - Installing 32mrregeer/phpunit-coverage-check39m (33m0.3.139m): Extracting archive
  - Installing 32mwebmozart/path-util39m (33m2.3.039m): Extracting archive
  - Installing 32mopenlss/lib-array2xml39m (33m1.0.039m): Extracting archive
  - Installing 32mnetresearch/jsonmapper39m (33mv4.0.039m): Extracting archive
  - Installing 32mfelixfbecker/language-server-protocol39m (33mv1.5.239m): Extracting archive
  - Installing 32mfelixfbecker/advanced-json-rpc39m (33mv3.2.139m): Extracting archive
  - Installing 32mdnoegel/php-xdg-base-dir39m (33mv0.1.139m): Extracting archive
  - Installing 32mamphp/amp39m (33mv2.6.239m): Extracting archive
  - Installing 32mamphp/byte-stream39m (33mv1.8.139m): Extracting archive
  - Installing 32mvimeo/psalm39m (33m4.23.039m): Extracting archive
  0/85 [>---------------------------]   0%1G2K 20/85 [======>---------------------]  23%1G2K 36/85 [===========>----------------]  42%1G2K 48/85 [===============>------------]  56%1G2K 62/85 [====================>-------]  72%1G2K 73/85 [========================>---]  85%1G2K 84/85 [===========================>]  98%1G2K 85/85 [============================] 100%1G2K32m12 package suggestions were added by new dependencies, use `composer suggest` to see details.39m
30;43mPackage webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.39;49m
32mGenerating autoload files39m
32m62 packages you are using are looking for funding.39m
32mUse the `composer fund` command to find out more!39m
32minfection/extension-installer:39m No extensions found
+ ./vendor/bin/phpunit --bootstrap=vendor/autoload.php --coverage-text
PHPUnit 9.5.21 44;37m#StandWith0m43mUkraine0m

Runtime:       PHP 8.1.7
Configuration: /home/r/repo/phpunit.xml
Warning:       XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set

....................................................              52 / 52 (100%)

Time: 00:00.260, Memory: 12.00 MB

30;42mOK (52 tests, 52 assertions)0m
+ XDEBUG_MODE=coverage
+ ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4

    ____      ____          __  _
   /  _/___  / __/__  _____/ /_(_)___  ____
   / // __ \/ /_/ _ \/ ___/ __/ / __ \/ __ \
 _/ // / / / __/  __/ /__/ /_/ / /_/ / / / /
/___/_/ /_/_/  \___/\___/\__/_/\____/_/ /_/

34m#StandWith39m33mUkraine39m

32mInfection - PHP Mutation Testing Framework39m version 33m0.26.1139m


Running initial test suite...

PHPUnit version: 9.5.21

    0 [>---------------------------] < 1 sec1G2K    1 [->--------------------------] < 1 sec1G2K    2 [--->------------------------] < 1 sec1G2K    3 [----->----------------------] < 1 sec1G2K   11 [------->--------------------]  1 sec1G2K   21 [--------->------------------]  1 sec1G2K   30 [----------->----------------]  1 sec1G2K   38 [------------->--------------]  1 sec1G2K   39 [-------------->-------------]  1 sec1G2K   49 [---------------->-----------]  1 sec1G2K   56 [------------------>---------]  1 sec1G2K   56 [============================]  1 sec

Generate mutants...

Processing source code files:  0/241G2KProcessing source code files: 17/241G2KProcessing source code files: 24/24
32m.39m: killed, 31;1mM39;22m: escaped, 34;1mU39;22m: uncovered, 32mE39m: fatal error, 31;1mX39;22m: syntax error, 33mT39m: timed out, 35mS39m: skipped, 37mI39m: ignored

32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m32m.39m33mT39m32m.39m32m.39m32m.39m32m.39m32m.39m33mT39m32m.39m32m.39m33mT39m32m.39m33mT39m32m.39m32m.39m33mT39m33mT39m33mT39m     (48 / 48)

1m4822m mutations were generated:
1m      4122m mutants were killed
1m       022m mutants were configured to be ignored
1m       022m mutants were not covered by tests
1m       022m covered mutants were not detected
1m       022m errors were encountered
1m       022m syntax errors were encountered
1m       722m time outs were encountered
1m       022m mutants required more time than configured

Metrics:
         Mutation Score Indicator (MSI): 32;1m100%39;22m
         Mutation Code Coverage: 32;1m100%39;22m
         Covered Code MSI: 32;1m100%39;22m

Please note that some mutants will inevitably be harmless (i.e. false positives).
32m[warning] Dashboard report has not been sent: The current process is not executed in a CI build39m
33m ! [NOTE] The MSI is 20% percentage points over the required MSI. Consider      39m
33m !        increasing the required MSI percentage the next time you run          39m
33m !        Infection.                                                            39m

33m ! [NOTE] The Covered Code MSI is 20% percentage points over the required       39m
33m !        Covered Code MSI. Consider increasing the required Covered Code MSI   39m
33m !        percentage the next time you run Infection.                           39m


Time: 6s. Memory: 20.00MB
+ ./vendor/bin/phpstan analyse
Note: Using configuration file /home/r/repo/phpstan.neon.
  0/41 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%1G2K 40/41 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░]  97%1G2K 41/41 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


30;42m                                                                                39;49m
30;42m [OK] No errors                                                                 39;49m
30;42m                                                                                39;49m

+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To github.com:MaxGoryunov/saving-iterator.git
   1b8f2fb..ca75424  master -> master
container eb56ed857ac7d610ff133dc3ec22c680816aff308538c007c04e916072647573 is dead
Tue Jun 21 01:28:20 CEST 2022