rultor.com logo This build log was produced by rultor.com for maxonfjvipon/phtml#4
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3523779
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat 05 Nov 2022 10:14:57 AM CET
+ uptime
 10:14:57 up 129 days, 13:16,  0 users,  load average: 1.32, 1.36, 1.23
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ head_branch=master
+ pull_title=cs-fixer
+ author=maxonfjvipon
+ directory=
+ head=git@github.com:maxonfjvipon/phtml.git
+ pull_id=4
+ fork=git@github.com:maxonfjvipon/phtml.git
+ fork_branch=cs-fixer
+ squash=false
+ vars=('--env=head=git@github.com:maxonfjvipon/phtml.git' '--env=pull_id=4' '--env=fork=git@github.com:maxonfjvipon/phtml.git' '--env=fork_branch=cs-fixer' '--env=head_branch=master' '--env=pull_title=cs-fixer' '--env=author=maxonfjvipon' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/phtml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/phtml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=cs-fixer'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=cs-fixer'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''apt-get install php-xml php-mbstring php-xdebug -y'\'' '\'';'\'' '\''echo '\''\'\'''\''xdebug.mode=coverage'\''\'\'''\'' >> /etc/php/8.1/cli/php.ini'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''composer run-script phpstan'\'' '\'';'\'' '\''composer run-script test'\'' '\'';'\'' '\''composer run-script coverage'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:maxonfjvipon/phtml.git'\''' ';' 'export '\''pull_id=4'\''' ';' 'export '\''fork=git@github.com:maxonfjvipon/phtml.git'\''' ';' 'export '\''fork_branch=cs-fixer'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=cs-fixer'\''' ';' 'export '\''author=maxonfjvipon'\''' ';' 'sudo apt-get update' ';' 'composer validate --strict' ';' 'apt-get install php-xml php-mbstring php-xdebug -y' ';' 'echo '\''xdebug.mode=coverage'\'' >> /etc/php/8.1/cli/php.ini' ';' 'composer install --prefer-dist --no-progress' ';' 'composer run-script phpstan' ';' 'composer run-script test' ';' 'composer run-script coverage' ';')
+ container=maxonfjvipon_phtml_4
+ as_root=true
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ 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:maxonfjvipon/phtml.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:maxonfjvipon/phtml.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:maxonfjvipon/phtml.git'\''' ';' 'export '\''pull_id=4'\''' ';' 'export '\''fork=git@github.com:maxonfjvipon/phtml.git'\''' ';' 'export '\''fork_branch=cs-fixer'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=cs-fixer'\''' ';' 'export '\''author=maxonfjvipon'\''' ';' 'sudo apt-get update' ';' 'composer validate --strict' ';' 'apt-get install php-xml php-mbstring php-xdebug -y' ';' 'echo '\''xdebug.mode=coverage'\'' >> /etc/php/8.1/cli/php.ini' ';' 'composer install --prefer-dist --no-progress' ';' 'composer run-script phpstan' ';' 'composer run-script test' ';' 'composer run-script coverage' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:maxonfjvipon/phtml.git
+ git remote update
Fetching origin
Fetching fork
From github.com:maxonfjvipon/phtml
 * [new branch]      cs-fixer   -> fork/cs-fixer
 * [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/cs-fixer
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'cs-fixer' 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 8fc3b2a..64d92c1
Fast-forward
 .github/workflows/composer.yml |    3 +
 .rultor.yml                    |   12 +-
 composer.json                  |    6 +-
 composer.lock                  | 2171 ++++++++++++++++++++++++++++++----------
 src/Tag/Tags.php               |    2 +-
 src/at.php                     |    4 +-
 src/tags.php                   |    3 +-
 tests/AttributesTest.php       |    2 +-
 tests/IsAttributesTest.php     |    2 +-
 tests/PhtmlTagsTest.php        |   39 +-
 tests/TagsTest.php             |    2 +-
 tests/TestCase.php             |    9 +-
 tests/TgUnpairedTest.php       |    2 -
 13 files changed, 1670 insertions(+), 587 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=1.23
++ echo 1.23 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.23, low enough to run a new Docker container'
load average is 1.23, 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:a6e21173bf1d33fa6f5877836e78e2d08d22aebffc6c1e116310f540f753a772
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\smaxonfjvipon_phtml_4\s*$'
+ ls -al .
total 44
drwx------  3 rultor rultor 4096 Nov  5 10:14 .
drwxrwxrwt 27 root   root   4096 Nov  5 10:14 ..
-rwxrwxr-x  1 rultor rultor  556 Nov  5 10:14 end.sh
-rwxrwxr-x  1 rultor rultor  162 Nov  5 10:14 entry.sh
-rw-rw-r--  1 rultor rultor    8 Nov  5 10:14 pid
drwxrwxr-x  6 rultor rultor 4096 Nov  5 10:15 repo
-rwxrwxr-x  1 rultor rultor 6243 Nov  5 10:14 run.sh
-rw-rw-r--  1 rultor rultor  732 Nov  5 10:14 script.sh
-rw-rw-r--  1 rultor rultor 6085 Nov  5 10:15 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-NPBH:/main --env=head=git@github.com:maxonfjvipon/phtml.git --env=pull_id=4 --env=fork=git@github.com:maxonfjvipon/phtml.git --env=fork_branch=cs-fixer --env=head_branch=master --env=pull_title=cs-fixer --env=author=maxonfjvipon '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/phtml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/phtml.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=cs-fixer'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=cs-fixer'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''apt-get install php-xml php-mbstring php-xdebug -y'\'' '\'';'\'' '\''echo '\''\'\'''\''xdebug.mode=coverage'\''\'\'''\'' >> /etc/php/8.1/cli/php.ini'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''composer run-script phpstan'\'' '\'';'\'' '\''composer run-script test'\'' '\'';'\'' '\''composer run-script coverage'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-NPBH/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxonfjvipon_phtml_4 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:maxonfjvipon/phtml.git
+ head=git@github.com:maxonfjvipon/phtml.git
+ export pull_id=4
+ pull_id=4
+ export fork=git@github.com:maxonfjvipon/phtml.git
+ fork=git@github.com:maxonfjvipon/phtml.git
+ export fork_branch=cs-fixer
+ fork_branch=cs-fixer
+ export head_branch=master
+ head_branch=master
+ export pull_title=cs-fixer
+ pull_title=cs-fixer
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ sudo -i apt-get update
Get:1ohttp://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:2ohttp://ppa.launchpad.net/deadsnakes/ppa/ubuntu focalRInRelease0[18.11kB]k
Hit:3ohttps://deb.nodesource.com/node_17.x8focal3InReleaseRelease 14.2 kB/114 k
Get:4ohttp://ppa.launchpad.net/git-core/ppa/ubuntu)focalIInRelease4[23.8BkB]4 k
Get:5ahttp://ppa.launchpad.net/ondrej/php/ubuntucfocalnInRelease2[23.9.kB]] B/2
Get:6ahttp://ppa.launchpad.net/deadsnakes/ppa/ubuntuBfocal/main amd64 Packages [29.4 kB]
Get:7ahttp://security.ubuntu.com/ubuntuhfocal-security/restricted amd64 Packages [1,655 kB]
Hit:8ahttp://archive.ubuntu.com/ubuntu6focal1InRelease8%]
Get:9 http://ppa.launchpad.net/git-core/ppa/ubuntuefocal/main amd64 Packages [4,571 B]
Get:10Phttp://ppa.launchpad.net/ondrej/php/ubuntuWfocal/main1amd64rPackagesk[177 kB]
Get:11Phttp://security.ubuntu.com/ubuntuefocal-security/main amd64rPackagesa[2,267 kB]
Get:12Phttp://archive.ubuntu.com/ubuntuhfocal-updatesaInRelease6[114/kB]67 kB 0
Get:13Phttp://security.ubuntu.com/ubuntuifocal-security/universeBamd64%Packages [926 kB]
Get:14ihttp://archive.ubuntu.com/ubuntuefocal-backports9InReleaseP[108gkB]57.3
Get:15ahttp://archive.ubuntu.com/ubuntuefocal-updates/multiverse amd64 Packages [37.7 kB]
Get:16ahttp://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,737 kB]
Get:17ahttp://archive.ubuntu.com/ubuntusfocal-updates/universe amd64 Packages [1,224 kB]
Get:186http://archive.ubuntu.com/ubunturfocal-updates/restricted amd64 Packages [1,772 kB]
Get:19ahttp://archive.ubuntu.com/ubuntu]focal-backports/universe amd64 Packages [27.5 kB]
Get:208http://archive.ubuntu.com/ubunturfocal-backports/main]amd64 Packages [55.2 kB]
Fetchedo11.3gMBeins2sr(4,876[kB/s)ckages 22.8 kB/55.2 kB 41%]
Reading package lists... Done
+ composer validate --strict
32m./composer.json is valid39m
+ apt-get install php-xml php-mbstring php-xdebug -y
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-mbstring php8.1-opcache php8.1-readline
  php8.1-xdebug php8.1-xml
The following NEW packages will be installed:
  php-mbstring php-xdebug php-xml php8.1-mbstring php8.1-xdebug php8.1-xml
The following packages will be upgraded:
  php8.1-cli php8.1-common php8.1-opcache php8.1-readline
4 upgraded, 6 newly installed, 0 to remove and 86 not upgraded.
Need to get 3,785 kB of archives.
After this operation, 3,805 kB of additional disk space will be used.
Get:1ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-opcache amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [336 kB]
Get:2ohttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-readline amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [12.8 kB]
Get:3Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-cli amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [1,672 kB]
Get:4Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-common amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [665 kB]
Get:5Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php8.1-xdebug amd64 3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1 [579 kB]
Get:6Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-xdebug amd64 3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1 [7,388 B]
Get:7Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-mbstring amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [393 kB]
Get:8Chttp://ppa.launchpad.net/ondrej/php/ubuntu0focal/main amd64 php-mbstring all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,292 B]
Get:9Whttp://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-xml amd64 8.1.12-1+ubuntu20.04.1+deb.sury.org+1 [106 kB]
Get:10ohttp://ppa.launchpad.net/ondrej/php/ubuntu.focal/main amd64 php-xml all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,308 B]
Fetchedo3,785]kB6in72sB(2,301 kB/s)]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 88799 files and directories currently installed.)
Preparing to unpack .../0-php8.1-opcache_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-opcache (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../1-php8.1-readline_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-readline (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../2-php8.1-cli_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-cli (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Preparing to unpack .../3-php8.1-common_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-common (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) over (8.1.9-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-xdebug.
Preparing to unpack .../4-php8.1-xdebug_3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-xdebug (3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-xdebug.
Preparing to unpack .../5-php-xdebug_3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-xdebug (3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.1-mbstring.
Preparing to unpack .../6-php8.1-mbstring_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-mbstring (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-mbstring.
Preparing to unpack .../7-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) ...
Selecting previously unselected package php8.1-xml.
Preparing to unpack .../8-php8.1-xml_8.1.12-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.1-xml (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-xml.
Preparing to unpack .../9-php-xml_2%3a8.1+92+ubuntu20.04.1+deb.sury.org+2_all.deb ...
Unpacking php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Setting up php8.1-common (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php8.1-xml (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.1/mods-available/dom.ini with new version

Creating config file /etc/php/8.1/mods-available/simplexml.ini with new version

Creating config file /etc/php/8.1/mods-available/xml.ini with new version

Creating config file /etc/php/8.1/mods-available/xmlreader.ini with new version

Creating config file /etc/php/8.1/mods-available/xmlwriter.ini with new version

Creating config file /etc/php/8.1/mods-available/xsl.ini with new version
Setting up php8.1-readline (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php8.1-opcache (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php-xml (2:8.1+92+ubuntu20.04.1+deb.sury.org+2) ...
Setting up php8.1-mbstring (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...

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) ...
Setting up php8.1-cli (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php8.1-xdebug (3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
Setting up php-xdebug (3.1.5+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for php8.1-cli (8.1.12-1+ubuntu20.04.1+deb.sury.org+1) ...
+ echo xdebug.mode=coverage
+ composer install --prefer-dist --no-progress
32mInstalling dependencies from lock file (including require-dev)39m
32mVerifying lock file contents can be installed on current platform.39m
32mPackage operations: 69 installs, 0 updates, 0 removals39m
  - Downloading 32mcomposer/pcre39m (33m3.0.239m)
  - Downloading 32mdoctrine/lexer39m (33m1.2.339m)
  - Downloading 32mpsr/container39m (33m2.0.239m)
  - Downloading 32msymfony/service-contracts39m (33mv3.1.139m)
  - Downloading 32msymfony/stopwatch39m (33mv6.1.539m)
  - Downloading 32msymfony/process39m (33mv6.1.339m)
  - 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.339m)
  - Downloading 32msymfony/polyfill-ctype39m (33mv1.26.039m)
  - Downloading 32msymfony/filesystem39m (33mv6.1.539m)
  - 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.739m)
  - Downloading 32msymfony/console39m (33mv6.1.739m)
  - Downloading 32msebastian/diff39m (33m4.0.439m)
  - Downloading 32mpsr/cache39m (33m3.0.039m)
  - Downloading 32mdoctrine/annotations39m (33m1.13.339m)
  - Downloading 32mpsr/log39m (33m2.0.039m)
  - Downloading 32mcomposer/xdebug-handler39m (33m3.0.339m)
  - Downloading 32mcomposer/semver39m (33m3.3.239m)
  - Downloading 32mfriendsofphp/php-cs-fixer39m (33mv3.13.039m)
  - Downloading 32mguzzlehttp/promises39m (33m1.5.239m)
  - Downloading 32mralouphie/getallheaders39m (33m3.0.339m)
  - Downloading 32mpsr/http-message39m (33m1.0.139m)
  - Downloading 32mpsr/http-factory39m (33m1.0.139m)
  - Downloading 32mguzzlehttp/psr739m (33m2.4.339m)
  - Downloading 32mopis/closure39m (33m3.6.339m)
  - Downloading 32mmaxonfjvipon/elegant-elephant39m (33m4.4.039m)
  - Downloading 32msymfony/yaml39m (33mv6.1.639m)
  - Downloading 32msymfony/config39m (33mv6.1.339m)
  - Downloading 32mpsr/http-client39m (33m1.0.139m)
  - Downloading 32mguzzlehttp/guzzle39m (33m7.5.039m)
  - Downloading 32mphp-coveralls/php-coveralls39m (33mv2.5.339m)
  - Downloading 32mphpstan/phpstan39m (33m1.9.139m)
  - Downloading 32msebastian/version39m (33m3.0.239m)
  - Downloading 32msebastian/type39m (33m3.2.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.539m)
  - Downloading 32msebastian/environment39m (33m5.1.439m)
  - Downloading 32msebastian/comparator39m (33m4.0.839m)
  - 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 32mnikic/php-parser39m (33mv4.15.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.1839m)
  - Downloading 32mphar-io/version39m (33m3.2.139m)
  - Downloading 32mphar-io/manifest39m (33m2.0.339m)
  - Downloading 32mmyclabs/deep-copy39m (33m1.11.039m)
  - Downloading 32mdoctrine/instantiator39m (33m1.4.139m)
  - Downloading 32mphpunit/phpunit39m (33m9.5.2639m)
  - Downloading 32mrregeer/phpunit-coverage-check39m (33m0.3.139m)
  - Installing 32mcomposer/pcre39m (33m3.0.239m): 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.539m): Extracting archive
  - Installing 32msymfony/process39m (33mv6.1.339m): 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.339m): Extracting archive
  - Installing 32msymfony/polyfill-ctype39m (33mv1.26.039m): Extracting archive
  - Installing 32msymfony/filesystem39m (33mv6.1.539m): 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.739m): Extracting archive
  - Installing 32msymfony/console39m (33mv6.1.739m): Extracting archive
  - Installing 32msebastian/diff39m (33m4.0.439m): Extracting archive
  - Installing 32mpsr/cache39m (33m3.0.039m): Extracting archive
  - Installing 32mdoctrine/annotations39m (33m1.13.339m): Extracting archive
  - Installing 32mpsr/log39m (33m2.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.13.039m): Extracting archive
  - Installing 32mguzzlehttp/promises39m (33m1.5.239m): Extracting archive
  - Installing 32mralouphie/getallheaders39m (33m3.0.339m): Extracting archive
  - Installing 32mpsr/http-message39m (33m1.0.139m): Extracting archive
  - Installing 32mpsr/http-factory39m (33m1.0.139m): Extracting archive
  - Installing 32mguzzlehttp/psr739m (33m2.4.339m): Extracting archive
  - Installing 32mopis/closure39m (33m3.6.339m): Extracting archive
  - Installing 32mmaxonfjvipon/elegant-elephant39m (33m4.4.039m): Extracting archive
  - Installing 32msymfony/yaml39m (33mv6.1.639m): Extracting archive
  - Installing 32msymfony/config39m (33mv6.1.339m): Extracting archive
  - Installing 32mpsr/http-client39m (33m1.0.139m): Extracting archive
  - Installing 32mguzzlehttp/guzzle39m (33m7.5.039m): Extracting archive
  - Installing 32mphp-coveralls/php-coveralls39m (33mv2.5.339m): Extracting archive
  - Installing 32mphpstan/phpstan39m (33m1.9.139m): Extracting archive
  - Installing 32msebastian/version39m (33m3.0.239m): Extracting archive
  - Installing 32msebastian/type39m (33m3.2.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.539m): Extracting archive
  - Installing 32msebastian/environment39m (33m5.1.439m): Extracting archive
  - Installing 32msebastian/comparator39m (33m4.0.839m): 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 32mnikic/php-parser39m (33mv4.15.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.1839m): 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 32mdoctrine/instantiator39m (33m1.4.139m): Extracting archive
  - Installing 32mphpunit/phpunit39m (33m9.5.2639m): Extracting archive
  - Installing 32mrregeer/phpunit-coverage-check39m (33m0.3.139m): Extracting archive
32mGenerating optimized autoload files39m
32m53 packages you are using are looking for funding.39m
32mUse the `composer fund` command to find out more!39m
+ composer run-script phpstan
> vendor/bin/phpstan analyze src tests

33m ! [NOTE] The Xdebug PHP extension is active, but "--xdebug" is not used. This  39m
33m !        may slow down performance and the process will not halt at            39m
33m !        breakpoints.                                                          39m

Note: Using configuration file /home/r/repo/phpstan.neon.
  0/15 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%1G2K 15/15 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


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

+ composer run-script test
> vendor/bin/phpunit --exclude skip
PHPUnit 9.5.26 by Sebastian Bergmann and contributors.

Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

...............................................................  63 / 133 ( 47%)
............................................................... 126 / 133 ( 94%)
.......                                                         133 / 133 (100%)

Time: 00:00.662, Memory: 24.00 MB

30;42mOK (133 tests, 133 assertions)0m

Generating code coverage report in Clover XML format ... done [00:00.006]
+ composer run-script coverage
> vendor/bin/coverage-check build/logs/clover.xml 100
Total code coverage is 100.00 % – OK!
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To github.com:maxonfjvipon/phtml.git
   8fc3b2a..64d92c1  master -> master
container 4402d40b25c4a0fe1614ca5191f159500b78dfed47b04d4bc9de9cd0b1a331a9 is dead
Sat 05 Nov 2022 11:05:32 AM CET