+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 9748 + echo '1.70.6 5bcc93e7c' 1.70.6 5bcc93e7c + date Sun Jul 3 00:14:06 CEST 2022 + uptime 00:14:06 up 20 days, 14:06, 0 users, load average: 0.06, 0.10, 0.11 + ff=default + image=yegor256/rultor-image + rebase=false + head_branch=master + pull_title=180 + author=maxgoryunov + directory= + head=git@github.com:MaxGoryunov/saving-iterator.git + pull_id=181 + fork=git@github.com:MaxGoryunov/saving-iterator.git + fork_branch=180 + squash=false + vars=('--env=head=git@github.com:MaxGoryunov/saving-iterator.git' '--env=pull_id=181' '--env=fork=git@github.com:MaxGoryunov/saving-iterator.git' '--env=fork_branch=180' '--env=head_branch=master' '--env=pull_title=180' '--env=author=maxgoryunov' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=181'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=180'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=180'\''\'\'''\'''\'' '\'';'\'' '\''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=181'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=180'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=180'\''' ';' '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_181 + 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=181'\''' ';' 'export '\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''' ';' 'export '\''fork_branch=180'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=180'\''' ';' '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] 179 -> fork/179 * [new branch] 180 -> fork/180 * [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/180 Switched to a new branch '__rultor' branch '__rultor' set up to track 'fork/180'. + 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 ca75424..0e811ba Fast-forward phpunit.xml | 1 - ...ransparentIterator.php => IteratorEnvelope.php} | 2 +- src/SavingIterator.php | 87 ++++------------------ tests/src/ArrayAddingIteratorTest.php | 6 +- ...ntIteratorTest.php => IteratorEnvelopeTest.php} | 10 +-- tests/src/OpenAddingIteratorTest.php | 6 +- tests/src/SavingIteratorTest.php | 4 +- 7 files changed, 29 insertions(+), 87 deletions(-) rename src/{TransparentIterator.php => IteratorEnvelope.php} (96%) rename tests/src/{TransparentIteratorTest.php => IteratorEnvelopeTest.php} (86%) + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.10 ++ echo 0.10 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.10, low enough to run a new Docker container' load average is 0.10, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor-image + docker pull yegor256/rultor-image Using default tag: latest latest: Pulling from yegor256/rultor-image Digest: sha256:a814514703c4f9c4e17c12351936ea5be464073ffe923b21f9cea009041545b1 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_181\s*$' + ls -al . total 1316 drwx--x--x 3 rultor rultor 4096 Jul 3 00:14 . drwxrwxrwt 10 root root 1302528 Jul 3 00:14 .. -rw-rw-r-- 1 rultor rultor 444 Jul 3 00:14 end.sh -rwxrwxr-x 1 rultor rultor 363 Jul 3 00:14 entry.sh -rw-rw-r-- 1 rultor rultor 5 Jul 3 00:14 pid drwxrwxr-x 9 rultor rultor 4096 Jul 3 00:14 repo -rwxrwxr-x 1 rultor rultor 6364 Jul 3 00:14 run.sh -rw-rw-r-- 1 rultor rultor 759 Jul 3 00:14 script.sh -rw-rw-r-- 1 rultor rultor 6488 Jul 3 00:14 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-Hci3:/main --env=head=git@github.com:MaxGoryunov/saving-iterator.git --env=pull_id=181 --env=fork=git@github.com:MaxGoryunov/saving-iterator.git --env=fork_branch=180 --env=head_branch=master --env=pull_title=180 --env=author=maxgoryunov '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=181'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:MaxGoryunov/saving-iterator.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=180'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=180'\''\'\'''\'''\'' '\'';'\'' '\''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-Hci3/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxgoryunov_saving-iterator_181 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=181 + pull_id=181 + export fork=git@github.com:MaxGoryunov/saving-iterator.git + fork=git@github.com:MaxGoryunov/saving-iterator.git + export fork_branch=180 + fork_branch=180 + export head_branch=master + head_branch=master + export pull_title=180 + pull_title=180 + export author=maxgoryunov + author=maxgoryunov + sudo -i apt-get update Hit:1ohttp://archive.ubuntu.com/ubuntu focal InRelease Get:2ahttp://security.ubuntu.com/ubuntuefocal-securitytInRelease.[114skB]ce.com Hit:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease Get:4ahttp://archive.ubuntu.com/ubuntu1focal-updates InReleasen[114nkB]o ppa.la Hit:5 https://deb.nodesource.com/node_17.xlfocal1InRelease4 kB 15%] [Connecting Get:6 http://ppa.launchpad.net/git-core/ppa/ubuntu0focal/InRelease%[23.8ikB]g f Get:7ahttp://ppa.launchpad.net/ondrej/php/ubuntutfocal.InRelease.[23.91kB]125.1 Get:8ahttp://archive.ubuntu.com/ubuntu4focal-backports1InRelease [108 kB] Get:9ohttp://ppa.launchpad.net/git-core/ppa/ubuntu.focal/mainkamd64]Packages [3,167 B] Get:10rhttp://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,351 kB] Get:11ihttp://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,161 kB] Get:12 http://security.ubuntu.com/ubuntu4focal-security/main amd64iPackagese[1,986 kB] Get:131http://archive.ubuntu.com/ubunturfocal-updates/mainiamd64[Packagesc[2,433 kB] Get:14ahttp://archive.ubuntu.com/ubuntuofocal-updates/restricted1amd640Packages [1,464 kB] Get:15ohttp://ppa.launchpad.net/ondrej/php/ubuntu.focal/main]amd641Packages2[169 kB] Fetchedo8,950]kBsint2se(4,046kkB/s) 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-xml The following NEW packages will be installed: php-xml php8.1-xml 0 upgraded, 2 newly installed, 0 to remove and 31 not upgraded. Need to get 113 kB of archives. After this operation, 495 kB of additional disk space will be used. Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-xml amd64 8.1.7-2+ubuntu20.04.1+deb.sury.org+1 [106 kB] Get:2Chttp://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] Fetchedo113nkB0in90s (7193kB/s)95%]0m33m debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-xml. (Reading database ... 88276 files and directories currently installed.) Preparing to unpack .../php8.1-xml_8.1.7-2+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-xml (8.1.7-2+ubuntu20.04.1+deb.sury.org+1) ... Selecting previously unselected package php-xml. Preparing to unpack .../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-xml (8.1.7-2+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 php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ... Processing triggers for php8.1-cli (8.1.7-2+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 31 not upgraded. Need to get 40.9 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-2+ubuntu20.04.1+deb.sury.org+1 [33.6 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] Fetchedo40.9gkB in60s (3482kB/s)36%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-curl. (Reading database ... 88298 files and directories currently installed.) Preparing to unpack .../php8.1-curl_8.1.7-2+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-curl (8.1.7-2+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-2+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-2+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 31 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-2+ubuntu20.04.1+deb.sury.org+1 [393 kB] Get:2Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-mbstring all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B] Fetchedo400nkBtinn0s5(2,085/kB/s) B 76%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-mbstring. (Reading database ... 88310 files and directories currently installed.) Preparing to unpack .../php8.1-mbstring_8.1.7-2+ubuntu20.04.1+deb.sury.org+1_amd64.deb ... Unpacking php8.1-mbstring (8.1.7-2+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-2+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-2+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 31 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,817,kB/s) 75%] debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package php8.1-xdebug. (Reading database ... 88322 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-2+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.339m) - 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.1339m) - 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.8.039m) - 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.239m) - Locking 32msymfony/dependency-injection39m (33mv6.1.239m) - Locking 32msymfony/deprecation-contracts39m (33mv3.1.139m) - Locking 32msymfony/event-dispatcher39m (33mv6.1.039m) - Locking 32msymfony/event-dispatcher-contracts39m (33mv3.1.139m) - 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.139m) - Locking 32msymfony/stopwatch39m (33mv6.1.039m) - Locking 32msymfony/string39m (33mv6.1.239m) - Locking 32mthecodingmachine/safe39m (33mv2.2.139m) - Locking 32mtheseer/tokenizer39m (33m1.2.139m) - Locking 32mvimeo/psalm39m (33m4.24.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.139m) - 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.139m) - 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.139m) - 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.239m) - Downloading 32msymfony/console39m (33mv6.1.239m) - Downloading 32mphp-cs-fixer/diff39m (33mv2.0.239m) - Downloading 32mpsr/cache39m (33m3.0.039m) - Downloading 32mdoctrine/annotations39m (33m1.13.339m) - 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.1339m) - 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.239m) - Downloading 32msymfony/config39m (33mv6.1.039m) - Downloading 32mpdepend/pdepend39m (33m2.10.339m) - Downloading 32mphpmd/phpmd39m (33m2.12.039m) - Downloading 32mphpstan/phpstan39m (33m1.8.039m) - 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.24.039m) 0/87 [>---------------------------] 0%1G2K 13/87 [====>-----------------------] 14%1G2K 21/87 [======>---------------------] 24%1G2K 30/87 [=========>------------------] 34%1G2K 39/87 [============>---------------] 44%1G2K 45/87 [==============>-------------] 51%1G2K 54/87 [=================>----------] 62%1G2K 63/87 [====================>-------] 72%1G2K 70/87 [======================>-----] 80%1G2K 80/87 [=========================>--] 91%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.139m): 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.139m): 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.139m): 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.239m): Extracting archive - Installing 32msymfony/console39m (33mv6.1.239m): 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.339m): 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.1339m): 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.239m): 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.8.039m): 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.24.039m): Extracting archive 0/85 [>---------------------------] 0%1G2K 27/85 [========>-------------------] 31%1G2K 43/85 [==============>-------------] 50%1G2K 56/85 [==================>---------] 65%1G2K 66/85 [=====================>------] 77%1G2K 81/85 [==========================>-] 95%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.262, 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.1339m Running initial test suite... PHPUnit version: 9.5.21 0 [>---------------------------] < 1 sec1G2K 1 [->--------------------------] < 1 sec1G2K 2 [--->------------------------] < 1 sec1G2K 3 [----->----------------------] 1 sec1G2K 12 [------->--------------------] 1 sec1G2K 22 [--------->------------------] 1 sec1G2K 33 [----------->----------------] 1 sec1G2K 41 [------------->--------------] 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.39m33mT39m32m.39m32m.39m32m.39m32m.39m33mT39m32m.39m32m.39m32m.39m32m.39m32m.39m33mT39m33mT39m33mT39m (47 / 47) 1m4722m 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 622m 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 ca75424..0e811ba master -> master container 0cb5ff29016ce352821d4af5a18422d42af46ee8af968007f3b5645ca9de9a52 is dead Sun Jul 3 00:15:24 CEST 2022