rultor.com logo This build log was produced by rultor.com for MaxGoryunov/saving-iterator#160
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 19997
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Sun Jan 30 22:42:34 CET 2022
+ uptime
 22:42:34 up 490 days,  7:48,  0 users,  load average: 4.26, 4.29, 4.50
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ head_branch=master
+ pull_title=r/158
+ author=maxgoryunov
+ directory=
+ head=git@github.com:MaxGoryunov/saving-iterator.git
+ pull_id=160
+ fork=git@github.com:MaxGoryunov/saving-iterator.git
+ fork_branch=r/158
+ squash=false
+ vars=('--env=head=git@github.com:MaxGoryunov/saving-iterator.git' '--env=pull_id=160' '--env=fork=git@github.com:MaxGoryunov/saving-iterator.git' '--env=fork_branch=r/158' '--env=head_branch=master' '--env=pull_title=r/158' '--env=author=maxgoryunov' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=160'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=r/158'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=r/158'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxgoryunov'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt install -y php8.0-dom'\'' '\'';'\'' '\''sudo apt install -y curl'\'' '\'';'\'' '\''sudo apt-get install -y php8.0-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=160'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=r/158'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=r/158'\''' ';' 'export '\''author=maxgoryunov'\''' ';' 'sudo apt-get update' ';' 'sudo apt install -y php8.0-dom' ';' 'sudo apt install -y curl' ';' 'sudo apt-get install -y php8.0-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_160
+ as_root=false
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ 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=160'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=r/158'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=r/158'\''' ';' 'export '\''author=maxgoryunov'\''' ';' 'sudo apt-get update' ';' 'sudo apt install -y php8.0-dom' ';' 'sudo apt install -y curl' ';' 'sudo apt-get install -y php8.0-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]      develop    -> fork/develop
 * [new branch]      master     -> fork/master
 * [new branch]      r/158      -> fork/r/158
+ 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 directory clean
+ git checkout -B __rultor fork/r/158
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch r/158 from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 966128d..f940e9f
Fast-forward
 tests/src/ValidAddingIteratorTest.php | 3 +++
 1 file changed, 3 insertions(+)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.51
++ echo 4.51 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.51, low enough to run a new Docker container'
load average is 4.51, 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
35807b77a593: Pulling fs layer
4f4fb700ef54: Pulling fs layer
e87d7d04ac63: Pulling fs layer
c4853a446d76: Pulling fs layer
4cd42724caeb: Pulling fs layer
6f2d712ec241: Pulling fs layer
03280ba2addc: Pulling fs layer
18c1cfe1ed2f: Pulling fs layer
920dd6296292: Pulling fs layer
329ed8dda052: Pulling fs layer
03280ba2addc: Waiting
fe33c9bd1179: Pulling fs layer
18c1cfe1ed2f: Waiting
e3edfbe18bec: Pulling fs layer
3fb97e56a86a: Pulling fs layer
79d6d6e9a8e1: Pulling fs layer
f4592bfcd22b: Pulling fs layer
b6b218d7cc04: Pulling fs layer
e3e7aafa5350: Pulling fs layer
95076778b47f: Pulling fs layer
82cdd8aab39e: Pulling fs layer
7be0cac82a3d: Pulling fs layer
920dd6296292: Waiting
329ed8dda052: Waiting
e3edfbe18bec: Waiting
fe33c9bd1179: Waiting
3fb97e56a86a: Waiting
c8bef2e8cd14: Pulling fs layer
c4853a446d76: Waiting
f4592bfcd22b: Waiting
dea54c960dfe: Pulling fs layer
0306128afa66: Pulling fs layer
95076778b47f: Waiting
c8bef2e8cd14: Waiting
82cdd8aab39e: Waiting
b6b218d7cc04: Waiting
89d4bc0e3d59: Pulling fs layer
7be0cac82a3d: Waiting
a248ed779039: Pulling fs layer
0306128afa66: Waiting
90328a658b9a: Pulling fs layer
d215499a1bbb: Pulling fs layer
a248ed779039: Waiting
89d4bc0e3d59: Waiting
90328a658b9a: Waiting
d215499a1bbb: Waiting
e87d7d04ac63: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c4853a446d76: Download complete
4cd42724caeb: Verifying Checksum
4cd42724caeb: Download complete
03280ba2addc: Verifying Checksum
03280ba2addc: Download complete
18c1cfe1ed2f: Verifying Checksum
18c1cfe1ed2f: Download complete
920dd6296292: Verifying Checksum
920dd6296292: Download complete
35807b77a593: Verifying Checksum
35807b77a593: Download complete
35807b77a593: Pull complete
4f4fb700ef54: Pull complete
e87d7d04ac63: Pull complete
c4853a446d76: Pull complete
fe33c9bd1179: Verifying Checksum
fe33c9bd1179: Download complete
4cd42724caeb: Pull complete
e3edfbe18bec: Verifying Checksum
e3edfbe18bec: Download complete
6f2d712ec241: Verifying Checksum
6f2d712ec241: Download complete
79d6d6e9a8e1: Verifying Checksum
79d6d6e9a8e1: Download complete
6f2d712ec241: Pull complete
03280ba2addc: Pull complete
329ed8dda052: Verifying Checksum
329ed8dda052: Download complete
18c1cfe1ed2f: Pull complete
920dd6296292: Pull complete
329ed8dda052: Pull complete
fe33c9bd1179: Pull complete
e3edfbe18bec: Pull complete
f4592bfcd22b: Verifying Checksum
f4592bfcd22b: Download complete
e3e7aafa5350: Download complete
95076778b47f: Verifying Checksum
95076778b47f: Download complete
82cdd8aab39e: Verifying Checksum
82cdd8aab39e: Download complete
7be0cac82a3d: Verifying Checksum
7be0cac82a3d: Download complete
c8bef2e8cd14: Verifying Checksum
c8bef2e8cd14: Download complete
dea54c960dfe: Verifying Checksum
dea54c960dfe: Download complete
0306128afa66: Verifying Checksum
0306128afa66: Download complete
89d4bc0e3d59: Verifying Checksum
89d4bc0e3d59: Download complete
a248ed779039: Verifying Checksum
90328a658b9a: Download complete
d215499a1bbb: Download complete
3fb97e56a86a: Verifying Checksum
3fb97e56a86a: Download complete
3fb97e56a86a: Pull complete
79d6d6e9a8e1: Pull complete
b6b218d7cc04: Verifying Checksum
b6b218d7cc04: Download complete
f4592bfcd22b: Pull complete
b6b218d7cc04: Pull complete
e3e7aafa5350: Pull complete
95076778b47f: Pull complete
82cdd8aab39e: Pull complete
7be0cac82a3d: Pull complete
c8bef2e8cd14: Pull complete
dea54c960dfe: Pull complete
0306128afa66: Pull complete
89d4bc0e3d59: Pull complete
a248ed779039: Pull complete
90328a658b9a: Pull complete
d215499a1bbb: Pull complete
Digest: sha256:a89652b6148962aa1b0c3591bd2a41985d731f5e4b0d01c5d7c2183074154f8c
Status: Downloaded newer image for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\smaxgoryunov_saving-iterator_160\s*$'
+ ls -al .
total 716
drwx--x--x  3 rultor rultor   4096 Jan 30 22:42 .
drwxrwxrwt 12 root   root   684032 Jan 30 22:42 ..
-rw-rw-r--  1 rultor rultor    444 Jan 30 22:45 end.sh
-rwxrwxr-x  1 rultor rultor    363 Jan 30 22:42 entry.sh
-rw-rw-r--  1 rultor rultor      6 Jan 30 22:42 pid
drwxrwxr-x  8 rultor rultor   4096 Jan 30 22:42 repo
-rwxrwxr-x  1 rultor rultor   6376 Jan 30 22:42 run.sh
-rw-rw-r--  1 rultor rultor    761 Jan 30 22:42 script.sh
-rw-rw-r--  1 rultor rultor   9390 Jan 30 22:45 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-25Yr:/main --env=head=git@github.com:MaxGoryunov/saving-iterator.git --env=pull_id=160 --env=fork=git@github.com:MaxGoryunov/saving-iterator.git --env=fork_branch=r/158 --env=head_branch=master --env=pull_title=r/158 --env=author=maxgoryunov '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=160'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=r/158'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=r/158'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxgoryunov'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt install -y php8.0-dom'\'' '\'';'\'' '\''sudo apt install -y curl'\'' '\'';'\'' '\''sudo apt-get install -y php8.0-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-25Yr/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxgoryunov_saving-iterator_160 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/.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=160
+ pull_id=160
+ export fork=git@github.com:MaxGoryunov/saving-iterator.git
+ fork=git@github.com:MaxGoryunov/saving-iterator.git
+ export fork_branch=r/158
+ fork_branch=r/158
+ export head_branch=master
+ head_branch=master
+ export pull_title=r/158
+ pull_title=r/158
+ export author=maxgoryunov
+ author=maxgoryunov
+ sudo -i apt-get update
Get:1ohttp://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease [18.1 kB]
Hit:2ahttp://archive.ubuntu.com/ubuntuofocalrInReleaseu.com (91.189.91.39)] [1
Get:3ohttp://archive.ubuntu.com/ubuntu(focal-updates]InReleasee[1141kB] kB/18.1
Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [23.8 kB]
Get:5ahttp://ppa.launchpad.net/ondrej/php/ubuntuWfocalgInReleasee[23.9 kB]
Get:6ahttp://archive.ubuntu.com/ubuntuhfocal-backportslInRelease2[1083kB]kB 11%
Get:7 http://security.ubuntu.com/ubuntuifocal-securityrInReleasel[114 kB]1 kB/2
Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universekamd64 Packages [1,121 kB]
Get:9 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu4focal/main]amd64 Packages [26.3 kB]
Get:10Phttp://archive.ubuntu.com/ubuntuhfocal-updates/multiversekamd64.Packages [33.7 kB]
Get:11Phttp://archive.ubuntu.com/ubuntu2focal-updates/main amd64cPackages.[1,895 kB]
Get:12ihttp://archive.ubuntu.com/ubuntu.focal-updates/restrictedkamd64]Packages [952 kB]
Get:131http://archive.ubuntu.com/ubunturfocal-backports/mainsamd64kPackagesk[50.8 kB]
Get:141http://archive.ubuntu.com/ubunturfocal-backports/universe.amd642Packages [23.8 kB]
Get:152http://ppa.launchpad.net/git-core/ppa/ubuntuCfocal/maintamd64.Packagesd[3,169 B]
Get:163http://security.ubuntu.com/ubuntuefocal-security/mainoamd64dPackages9[1,470 kB]
Get:176http://ppa.launchpad.net/ondrej/php/ubunturfocal/main]amd64tPackagesh[169 kB]
Get:18ahttp://security.ubuntu.com/ubuntu7focal-security/restricted2amd64 Packages [889 kB]
Get:19ohttp://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [839 kB]
Get:20ahttp://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
Fetchedo7,904]kBsint2se(4,5712kB/s)kages 29.8 kB/30.1 kB 99%]
Reading package lists... Done
+ sudo -i apt install -y php8.0-dom
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
Note, selecting 'php8.0-xml' instead of 'php8.0-dom'
The following additional packages will be installed:
  libpcre2-8-0 php8.0-cli php8.0-common php8.0-opcache php8.0-readline
The following NEW packages will be installed:
  php8.0-xml
The following packages will be upgraded:
  libpcre2-8-0 php8.0-cli php8.0-common php8.0-opcache php8.0-readline
5 upgraded, 1 newly installed, 0 to remove and 166 not upgraded.
Need to get 3,299 kB of archives.
After this operation, 481 kB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 libpcre2-8-0 amd64 10.39-2+ubuntu20.04.1+deb.sury.org+1 [202 kB]
Get:2ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.0-readline amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [12.7 kB]
Get:3Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.0-opcache amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [462 kB]
Get:4Chttp://ppa.launchpad.net/ondrej/php/ubuntu8focal/main amd64 php8.0-cli amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [1,472 kB]
Get:5Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.0-common amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [1,052 kB]
Get:6Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.0-xml amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [98.8 kB]
Fetchedo3,299]kBlin,1s7(3,6338kB/s)%]0m33m
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 83744 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.39-2+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.39-2+ubuntu20.04.1+deb.sury.org+1) over (10.34-7) ...
Setting up libpcre2-8-0:amd64 (10.39-2+ubuntu20.04.1+deb.sury.org+1) ...
(Reading database ... 83744 files and directories currently installed.)
Preparing to unpack .../php8.0-readline_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-readline (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) over (8.0.10-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../php8.0-opcache_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-opcache (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) over (8.0.10-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../php8.0-cli_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-cli (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) over (8.0.10-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../php8.0-common_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-common (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) over (8.0.10-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.0-xml.
Preparing to unpack .../php8.0-xml_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-xml (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php8.0-common (8.0.15-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.0-xml (8.0.15-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.0/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.0/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.0/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.0/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.0/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.0/mods-available/xsl.ini with new version
Setting up php8.0-readline (8.0.15-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.0-opcache (8.0.15-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.0-cli (8.0.15-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
Replacing config file /etc/php/8.0/cli/php.ini with new version
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Processing triggers for php8.0-cli (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) ...
+ sudo -i apt install -y curl
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
curl is already the newest version (7.68.0-1ubuntu2.7).
0 upgraded, 0 newly installed, 0 to remove and 166 not upgraded.
+ sudo -i apt-get install -y php8.0-mbstring
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following NEW packages will be installed:
  php8.0-mbstring
0 upgraded, 1 newly installed, 0 to remove and 166 not upgraded.
Need to get 395 kB of archives.
After this operation, 1,071 kB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.0-mbstring amd64 8.0.15-1+ubuntu20.04.1+deb.sury.org+1 [395 kB]
Fetchedo395nkBbinr0sg(2,498 kB/s) kB 1%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package php8.0-mbstring.
(Reading database ... 83763 files and directories currently installed.)
Preparing to unpack .../php8.0-mbstring_8.0.15-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.0-mbstring (8.0.15-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php8.0-mbstring (8.0.15-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.0/mods-available/mbstring.ini with new version
Processing triggers for php8.0-cli (8.0.15-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-cli php8.1-common php8.1-opcache php8.1-phpdbg php8.1-readline
  php8.1-xdebug
The following NEW packages will be installed:
  php-xdebug php8.1-cli php8.1-common php8.1-opcache php8.1-phpdbg
  php8.1-readline php8.1-xdebug
0 upgraded, 7 newly installed, 0 to remove and 166 not upgraded.
Need to get 5,352 kB of archives.
After this operation, 24.0 MB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-common amd64 8.1.2-1+ubuntu20.04.1+deb.sury.org+1 [1,091 kB]
Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-opcache amd64 8.1.2-1+ubuntu20.04.1+deb.sury.org+1 [332 kB]
Get:3Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-readline amd64 8.1.2-1+ubuntu20.04.1+deb.sury.org+1 [12.8 kB]
Get:4Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-cli amd64 8.1.2-1+ubuntu20.04.1+deb.sury.org+1 [1,659 kB]
Get:5Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-phpdbg amd64 8.1.2-1+ubuntu20.04.1+deb.sury.org+1 [1,677 kB]
Get:6Whttp://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:7Whttp://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]
Fetchedo5,352]kBgin,1s7(4,2605kB/s)6%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package php8.1-common.
(Reading database ... 83772 files and directories currently installed.)
Preparing to unpack .../0-php8.1-common_8.1.2-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-common (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-opcache.
Preparing to unpack .../1-php8.1-opcache_8.1.2-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-opcache (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-readline.
Preparing to unpack .../2-php8.1-readline_8.1.2-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-readline (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-cli.
Preparing to unpack .../3-php8.1-cli_8.1.2-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-cli (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-phpdbg.
Preparing to unpack .../4-php8.1-phpdbg_8.1.2-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-phpdbg (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-xdebug.
Preparing to unpack .../5-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 .../6-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-common (8.1.2-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/calendar.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/ctype.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/exif.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/fileinfo.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/ffi.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/ftp.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/gettext.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/iconv.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/pdo.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/phar.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/posix.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/shmop.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/sockets.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/sysvmsg.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/sysvsem.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/sysvshm.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/tokenizer.ini with new version
Setting up php8.1-readline (8.1.2-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/readline.ini with new version
Setting up php8.1-opcache (8.1.2-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/opcache.ini with new version
Setting up php8.1-cli (8.1.2-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/cli/php.ini with new version
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 php8.1-phpdbg (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/phpdbg8.1 to provide /usr/bin/phpdbg (phpdbg) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/phpdbg.1.gz because associated file /usr/share/man/man1/phpdbg8.1.1.gz (of link group phpdbg) doesn't exist
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/phpdbg/php.ini with new version
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 man-db (2.9.1-1) ...
Processing triggers for php8.1-cli (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
Processing triggers for php8.1-phpdbg (8.1.2-1+ubuntu20.04.1+deb.sury.org+1) ...
+ composer install
30;43mComposer is operating significantly slower than normal because you do not have the PHP curl extension enabled.39;49m
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
32mUpdating dependencies39m
32mLock file operations: 88 installs, 0 updates, 0 removals39m
  - Locking 32mamphp/amp39m (33mv2.6.139m)
  - Locking 32mamphp/byte-stream39m (33mv1.8.139m)
  - Locking 32mcomposer/pcre39m (33m1.0.139m)
  - Locking 32mcomposer/semver39m (33m3.2.739m)
  - Locking 32mcomposer/xdebug-handler39m (33m2.0.439m)
  - Locking 32mdnoegel/php-xdg-base-dir39m (33mv0.1.139m)
  - Locking 32mdoctrine/annotations39m (33m1.13.239m)
  - Locking 32mdoctrine/instantiator39m (33m1.4.039m)
  - Locking 32mdoctrine/lexer39m (33m1.2.239m)
  - Locking 32mfelixfbecker/advanced-json-rpc39m (33mv3.2.139m)
  - Locking 32mfelixfbecker/language-server-protocol39m (33m1.5.139m)
  - Locking 32mfriendsofphp/php-cs-fixer39m (33mv3.4.039m)
  - Locking 32minfection/abstract-testframework-adapter39m (33m0.3.139m)
  - Locking 32minfection/extension-installer39m (33m0.1.239m)
  - Locking 32minfection/include-interceptor39m (33m0.2.539m)
  - Locking 32minfection/infection39m (33m0.23.039m)
  - Locking 32mjustinrainbow/json-schema39m (33m5.2.1139m)
  - Locking 32mmyclabs/deep-copy39m (33m1.10.239m)
  - Locking 32mnetresearch/jsonmapper39m (33mv4.0.039m)
  - Locking 32mnikic/php-parser39m (33mv4.13.239m)
  - Locking 32mocramius/package-versions39m (33m2.4.039m)
  - Locking 32mondram/ci-detector39m (33m3.5.139m)
  - Locking 32mopenlss/lib-array2xml39m (33m1.0.039m)
  - Locking 32mpdepend/pdepend39m (33m2.10.239m)
  - Locking 32mphar-io/manifest39m (33m2.0.339m)
  - Locking 32mphar-io/version39m (33m3.1.039m)
  - 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.039m)
  - Locking 32mphpmd/phpmd39m (33m2.11.139m)
  - Locking 32mphpspec/prophecy39m (33mv1.15.039m)
  - Locking 32mphpstan/phpstan39m (33m0.12.9939m)
  - Locking 32mphpunit/php-code-coverage39m (33m9.2.1039m)
  - 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.1339m)
  - Locking 32mpsr/cache39m (33m3.0.039m)
  - Locking 32mpsr/container39m (33m1.1.239m)
  - Locking 32mpsr/event-dispatcher39m (33m1.0.039m)
  - Locking 32mpsr/log39m (33m2.0.039m)
  - Locking 32mrregeer/phpunit-coverage-check39m (33m0.3.139m)
  - Locking 32msanmai/later39m (33m0.1.239m)
  - Locking 32msanmai/pipeline39m (33mv5.2.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.339m)
  - Locking 32msebastian/exporter39m (33m4.0.439m)
  - Locking 32msebastian/global-state39m (33m5.0.339m)
  - 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 (33m2.3.439m)
  - Locking 32msebastian/version39m (33m3.0.239m)
  - Locking 32mseld/jsonlint39m (33m1.8.339m)
  - Locking 32msymfony/config39m (33mv5.4.339m)
  - Locking 32msymfony/console39m (33mv5.4.339m)
  - Locking 32msymfony/dependency-injection39m (33mv5.4.339m)
  - Locking 32msymfony/deprecation-contracts39m (33mv3.0.039m)
  - Locking 32msymfony/event-dispatcher39m (33mv6.0.339m)
  - Locking 32msymfony/event-dispatcher-contracts39m (33mv3.0.039m)
  - Locking 32msymfony/filesystem39m (33mv5.4.339m)
  - Locking 32msymfony/finder39m (33mv5.4.339m)
  - Locking 32msymfony/options-resolver39m (33mv6.0.339m)
  - Locking 32msymfony/polyfill-ctype39m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-intl-grapheme39m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-intl-normalizer39m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-mbstring39m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-php7339m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-php8039m (33mv1.24.039m)
  - Locking 32msymfony/polyfill-php8139m (33mv1.24.039m)
  - Locking 32msymfony/process39m (33mv5.4.339m)
  - Locking 32msymfony/service-contracts39m (33mv2.4.139m)
  - Locking 32msymfony/stopwatch39m (33mv6.0.339m)
  - Locking 32msymfony/string39m (33mv6.0.339m)
  - Locking 32mthecodingmachine/safe39m (33mv1.3.339m)
  - Locking 32mtheseer/tokenizer39m (33m1.2.139m)
  - Locking 32mvimeo/psalm39m (33m4.19.039m)
  - Locking 32mwebmozart/assert39m (33m1.10.039m)
  - Locking 32mwebmozart/path-util39m (33m2.3.039m)
32mWriting lock file39m
32mInstalling dependencies from lock file (including require-dev)39m
32mPackage operations: 88 installs, 0 updates, 0 removals39m
  - Downloading 32minfection/extension-installer39m (33m0.1.239m)
  - Downloading 32mcomposer/pcre39m (33m1.0.139m)
  - Downloading 32mdoctrine/lexer39m (33m1.2.239m)
  - Downloading 32mpsr/container39m (33m1.1.239m)
  - Downloading 32msymfony/service-contracts39m (33mv2.4.139m)
  - Downloading 32msymfony/stopwatch39m (33mv6.0.339m)
  - Downloading 32msymfony/polyfill-php8039m (33mv1.24.039m)
  - Downloading 32msymfony/process39m (33mv5.4.339m)
  - Downloading 32msymfony/polyfill-php8139m (33mv1.24.039m)
  - Downloading 32msymfony/polyfill-mbstring39m (33mv1.24.039m)
  - Downloading 32msymfony/deprecation-contracts39m (33mv3.0.039m)
  - Downloading 32msymfony/options-resolver39m (33mv6.0.339m)
  - Downloading 32msymfony/finder39m (33mv5.4.339m)
  - Downloading 32msymfony/polyfill-ctype39m (33mv1.24.039m)
  - Downloading 32msymfony/filesystem39m (33mv5.4.339m)
  - Downloading 32mpsr/event-dispatcher39m (33m1.0.039m)
  - Downloading 32msymfony/event-dispatcher-contracts39m (33mv3.0.039m)
  - Downloading 32msymfony/event-dispatcher39m (33mv6.0.339m)
  - Downloading 32msymfony/polyfill-intl-normalizer39m (33mv1.24.039m)
  - Downloading 32msymfony/polyfill-intl-grapheme39m (33mv1.24.039m)
  - Downloading 32msymfony/string39m (33mv6.0.339m)
  - Downloading 32msymfony/polyfill-php7339m (33mv1.24.039m)
  - Downloading 32msymfony/console39m (33mv5.4.339m)
  - Downloading 32mphp-cs-fixer/diff39m (33mv2.0.239m)
  - Downloading 32mpsr/cache39m (33m3.0.039m)
  - Downloading 32mdoctrine/annotations39m (33m1.13.239m)
  - Downloading 32mpsr/log39m (33m2.0.039m)
  - Downloading 32mcomposer/xdebug-handler39m (33m2.0.439m)
  - Downloading 32mcomposer/semver39m (33m3.2.739m)
  - Downloading 32mfriendsofphp/php-cs-fixer39m (33mv3.4.039m)
  - Downloading 32mwebmozart/assert39m (33m1.10.039m)
  - Downloading 32mwebmozart/path-util39m (33m2.3.039m)
  - Downloading 32mthecodingmachine/safe39m (33mv1.3.339m)
  - Downloading 32mseld/jsonlint39m (33m1.8.339m)
  - Downloading 32msebastian/diff39m (33m4.0.439m)
  - Downloading 32msanmai/pipeline39m (33mv5.2.139m)
  - Downloading 32msanmai/later39m (33m0.1.239m)
  - Downloading 32mondram/ci-detector39m (33m3.5.139m)
  - Downloading 32mocramius/package-versions39m (33m2.4.039m)
  - Downloading 32mnikic/php-parser39m (33mv4.13.239m)
  - Downloading 32mjustinrainbow/json-schema39m (33m5.2.1139m)
  - Downloading 32minfection/include-interceptor39m (33m0.2.539m)
  - Downloading 32minfection/abstract-testframework-adapter39m (33m0.3.139m)
  - Downloading 32minfection/infection39m (33m0.23.039m)
  - Downloading 32mphpdocumentor/reflection-common39m (33m2.2.039m)
  - Downloading 32mphpdocumentor/type-resolver39m (33m1.6.039m)
  - Downloading 32mphpdocumentor/reflection-docblock39m (33m5.3.039m)
  - Downloading 32msymfony/dependency-injection39m (33mv5.4.339m)
  - Downloading 32msymfony/config39m (33mv5.4.339m)
  - Downloading 32mpdepend/pdepend39m (33m2.10.239m)
  - Downloading 32mphpmd/phpmd39m (33m2.11.139m)
  - Downloading 32mphpstan/phpstan39m (33m0.12.9939m)
  - Downloading 32msebastian/version39m (33m3.0.239m)
  - Downloading 32msebastian/type39m (33m2.3.439m)
  - 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.339m)
  - Downloading 32msebastian/exporter39m (33m4.0.439m)
  - Downloading 32msebastian/environment39m (33m5.1.339m)
  - 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.1039m)
  - Downloading 32mdoctrine/instantiator39m (33m1.4.039m)
  - Downloading 32mphpspec/prophecy39m (33mv1.15.039m)
  - Downloading 32mphar-io/version39m (33m3.1.039m)
  - Downloading 32mphar-io/manifest39m (33m2.0.339m)
  - Downloading 32mmyclabs/deep-copy39m (33m1.10.239m)
  - Downloading 32mphpunit/phpunit39m (33m9.5.1339m)
  - Downloading 32mrregeer/phpunit-coverage-check39m (33m0.3.139m)
  - Downloading 32mopenlss/lib-array2xml39m (33m1.0.039m)
  - Downloading 32mnetresearch/jsonmapper39m (33mv4.0.039m)
  - Downloading 32mfelixfbecker/language-server-protocol39m (33m1.5.139m)
  - Downloading 32mfelixfbecker/advanced-json-rpc39m (33mv3.2.139m)
  - Downloading 32mdnoegel/php-xdg-base-dir39m (33mv0.1.139m)
  - Downloading 32mamphp/amp39m (33mv2.6.139m)
  - Downloading 32mamphp/byte-stream39m (33mv1.8.139m)
  - Downloading 32mvimeo/psalm39m (33m4.19.039m)
2K  - Installing-32minfection/extension-installer39m (33m0.1.239m): Extracting archive
  - Installing 32mcomposer/pcre39m (33m1.0.139m): Extracting archive
  - Installing 32mdoctrine/lexer39m (33m1.2.239m): Extracting archive
  - Installing 32mpsr/container39m (33m1.1.239m): Extracting archive
  - Installing 32msymfony/service-contracts39m (33mv2.4.139m): Extracting archive
  - Installing 32msymfony/stopwatch39m (33mv6.0.339m): Extracting archive
  - Installing 32msymfony/polyfill-php8039m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/process39m (33mv5.4.339m): Extracting archive
  - Installing 32msymfony/polyfill-php8139m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/polyfill-mbstring39m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/deprecation-contracts39m (33mv3.0.039m): Extracting archive
  - Installing 32msymfony/options-resolver39m (33mv6.0.339m): Extracting archive
  - Installing 32msymfony/finder39m (33mv5.4.339m): Extracting archive
  - Installing 32msymfony/polyfill-ctype39m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/filesystem39m (33mv5.4.339m): Extracting archive
  - Installing 32mpsr/event-dispatcher39m (33m1.0.039m): Extracting archive
  - Installing 32msymfony/event-dispatcher-contracts39m (33mv3.0.039m): Extracting archive
  - Installing 32msymfony/event-dispatcher39m (33mv6.0.339m): Extracting archive
  - Installing 32msymfony/polyfill-intl-normalizer39m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/polyfill-intl-grapheme39m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/string39m (33mv6.0.339m): Extracting archive
  - Installing 32msymfony/polyfill-php7339m (33mv1.24.039m): Extracting archive
  - Installing 32msymfony/console39m (33mv5.4.339m): 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 (33m2.0.039m): Extracting archive
  - Installing 32mcomposer/xdebug-handler39m (33m2.0.439m): Extracting archive
  - Installing 32mcomposer/semver39m (33m3.2.739m): Extracting archive
  - Installing 32mfriendsofphp/php-cs-fixer39m (33mv3.4.039m): Extracting archive
  - Installing 32mwebmozart/assert39m (33m1.10.039m): Extracting archive
  - Installing 32mwebmozart/path-util39m (33m2.3.039m): Extracting archive
  - Installing 32mthecodingmachine/safe39m (33mv1.3.339m): Extracting archive
  - Installing 32mseld/jsonlint39m (33m1.8.339m): Extracting archive
  - Installing 32msebastian/diff39m (33m4.0.439m): Extracting archive
  - Installing 32msanmai/pipeline39m (33mv5.2.139m): Extracting archive
  - Installing 32msanmai/later39m (33m0.1.239m): Extracting archive
  - Installing 32mondram/ci-detector39m (33m3.5.139m): Extracting archive
  - Installing 32mocramius/package-versions39m (33m2.4.039m): Extracting archive
  - Installing 32mnikic/php-parser39m (33mv4.13.239m): Extracting archive
  - Installing 32mjustinrainbow/json-schema39m (33m5.2.1139m): Extracting archive
  - Installing 32minfection/include-interceptor39m (33m0.2.539m): Extracting archive
  - Installing 32minfection/abstract-testframework-adapter39m (33m0.3.139m): Extracting archive
  - Installing 32minfection/infection39m (33m0.23.039m): Extracting archive
  - Installing 32mphpdocumentor/reflection-common39m (33m2.2.039m): Extracting archive
  - Installing 32mphpdocumentor/type-resolver39m (33m1.6.039m): Extracting archive
  - Installing 32mphpdocumentor/reflection-docblock39m (33m5.3.039m): Extracting archive
  - Installing 32msymfony/dependency-injection39m (33mv5.4.339m): Extracting archive
  - Installing 32msymfony/config39m (33mv5.4.339m): Extracting archive
  - Installing 32mpdepend/pdepend39m (33m2.10.239m): Extracting archive
  - Installing 32mphpmd/phpmd39m (33m2.11.139m): Extracting archive
  - Installing 32mphpstan/phpstan39m (33m0.12.9939m): Extracting archive
  - Installing 32msebastian/version39m (33m3.0.239m): Extracting archive
  - Installing 32msebastian/type39m (33m2.3.439m): 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.339m): Extracting archive
  - Installing 32msebastian/exporter39m (33m4.0.439m): Extracting archive
  - Installing 32msebastian/environment39m (33m5.1.339m): 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.1039m): Extracting archive
  - Installing 32mdoctrine/instantiator39m (33m1.4.039m): Extracting archive
  - Installing 32mphpspec/prophecy39m (33mv1.15.039m): Extracting archive
  - Installing 32mphar-io/version39m (33m3.1.039m): Extracting archive
  - Installing 32mphar-io/manifest39m (33m2.0.339m): Extracting archive
  - Installing 32mmyclabs/deep-copy39m (33m1.10.239m): Extracting archive
  - Installing 32mphpunit/phpunit39m (33m9.5.1339m): Extracting archive
  - Installing 32mrregeer/phpunit-coverage-check39m (33m0.3.139m): Extracting archive
  - Installing 32mopenlss/lib-array2xml39m (33m1.0.039m): Extracting archive
  - Installing 32mnetresearch/jsonmapper39m (33mv4.0.039m): Extracting archive
  - Installing 32mfelixfbecker/language-server-protocol39m (33m1.5.139m): 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.139m): Extracting archive
  - Installing 32mamphp/byte-stream39m (33mv1.8.139m): Extracting archive
  - Installing 32mvimeo/psalm39m (33m4.19.039m): Extracting archive
2K32m157package=suggestions=were=added]by0new 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.13 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.0.15
Configuration: /home/r/repo/phpunit.xml
Warning:       No code coverage driver available

...................................................               51 / 51 (100%)

Time: 00:00.184, Memory: 12.00 MB

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

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

32mInfection - PHP Mutation Testing Framework39m version 33m0.23.0@ac87ae49e9f192f610276565e54469231dca783739m


33mIn CoverageChecker.php line 102:39m
37;41m                                                                               39;49m
37;41m  Coverage needs to be generated but no code coverage generator (pcov, phpdbg  39;49m
37;41m   or xdebug) has been detected. Please either:                                39;49m
37;41m  - Enable pcov and run Infection again                                        39;49m
37;41m  - Use phpdbg, e.g. `phpdbg -qrr infection`                                   39;49m
37;41m  - Enable Xdebug (in case of using Xdebug 3 check that `xdebug.mode` or envi  39;49m
37;41m  ronment variable XDEBUG_MODE set to `coverage`) and run Infection again      39;49m
37;41m  - Use the "--coverage" option with path to the existing coverage report      39;49m
37;41m  - Enable the code generator tool for the initial test run only, e.g. with `  39;49m
37;41m  --initial-tests-php-options -d zend_extension=xdebug.so`                     39;49m
37;41m                                                                               39;49m

32mrun [--test-framework TEST-FRAMEWORK] [--test-framework-options TEST-FRAMEWORK-OPTIONS] [-j|--threads THREADS] [--only-covered] [-s|--show-mutations] [--no-progress] [--force-progress] [-c|--configuration CONFIGURATION] [--coverage COVERAGE] [--mutators MUTATORS] [--filter FILTER] [--formatter FORMATTER] [--git-diff-filter GIT-DIFF-FILTER] [--git-diff-base GIT-DIFF-BASE] [--logger-github] [--noop] [--min-msi MIN-MSI] [--min-covered-msi MIN-COVERED-MSI] [--log-verbosity LOG-VERBOSITY] [--initial-tests-php-options INITIAL-TESTS-PHP-OPTIONS] [--skip-initial-tests] [--ignore-msi-with-no-mutations] [--debug] [--dry-run]39m

container a3cfece09f58b49c511964359286fa50b35d8f88e96957423105fd188390aeec is dead
Sun Jan 30 22:48:50 CET 2022