+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 2271 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Mon Feb 17 18:57:44 UTC 2025 + uptime 18:57:44 up 17 min, 0 users, load average: 0.00, 0.04, 0.08 + ff=default + image=yegor256/rultor-image + rebase=false + head_branch=master + pull_title='Update dependency phpunit/phpunit to v12' + author=yegor256 + directory= + head=git@github.com:yegor256/phprack.git + pull_id=124 + fork=git@github.com:yegor256/phprack.git + fork_branch=renovate/phpunit-phpunit-12.x + squash=false + vars=('--env=head=git@github.com:yegor256/phprack.git' '--env=pull_id=124' '--env=fork=git@github.com:yegor256/phprack.git' '--env=fork_branch=renovate/phpunit-phpunit-12.x' '--env=head_branch=master' '--env=pull_title=Update dependency phpunit/phpunit to v12' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/phprack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=124'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/phprack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/phpunit-phpunit-12.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency phpunit/phpunit to v12'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo pecl install xdebug'\'' '\'';'\'' '\''echo "zend_extension=xdebug.so" > xdebug.ini'\'' '\'';'\'' '\''sudo mv xdebug.ini /etc/php5/cli/conf.d'\'' '\'';'\'' '\''composer install'\'' '\'';'\'' '\''sudo npm install jscoverage -g'\'' '\'';'\'' '\''./vendor/phing/phing/bin/phing'\'' '\'';'\'' )') + scripts=('export '\''head=git@github.com:yegor256/phprack.git'\''' ';' 'export '\''pull_id=124'\''' ';' 'export '\''fork=git@github.com:yegor256/phprack.git'\''' ';' 'export '\''fork_branch=renovate/phpunit-phpunit-12.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency phpunit/phpunit to v12'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' 'sudo npm install jscoverage -g' ';' './vendor/phing/phing/bin/phing' ';') + container=yegor256_phprack_124 + as_root=false + hostname ip-172-31-19-165 + pwd /tmp/rultor-pXsi + git --version git version 2.34.1 + docker --version Docker version 25.0.3, build 4debf41 + mkdir -p /home/ubuntu/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/ubuntu/.ssh/config + git clone git@github.com:yegor256/phprack.git repo Cloning into 'repo'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:yegor256/phprack.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:yegor256/phprack.git'\''' ';' 'export '\''pull_id=124'\''' ';' 'export '\''fork=git@github.com:yegor256/phprack.git'\''' ';' 'export '\''fork_branch=renovate/phpunit-phpunit-12.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency phpunit/phpunit to v12'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' 'sudo npm install jscoverage -g' ';' ./vendor/phing/phing/bin/phing ';' + sensitive=() + rm -rf .gnupg + set -ex + cd repo + git remote add fork git@github.com:yegor256/phprack.git + git remote update Fetching origin Fetching fork From github.com:yegor256/phprack * [new branch] 48 -> fork/48 * [new branch] 59 -> fork/59 * [new branch] 78 -> fork/78 * [new branch] master -> fork/master * [new branch] renovate/packagist-squizlabs-php_codesniffer-vulnerability -> fork/renovate/packagist-squizlabs-php_codesniffer-vulnerability * [new branch] renovate/phing-phing-2.x -> fork/renovate/phing-phing-2.x * [new branch] renovate/phing-phing-3.x -> fork/renovate/phing-phing-3.x * [new branch] renovate/phpdocumentor-phpdocumentor-2.x -> fork/renovate/phpdocumentor-phpdocumentor-2.x * [new branch] renovate/phpdocumentor-phpdocumentor-3.x -> fork/renovate/phpdocumentor-phpdocumentor-3.x * [new branch] renovate/phpmd-phpmd-2.x -> fork/renovate/phpmd-phpmd-2.x * [new branch] renovate/phpunit-phpunit-12.x -> fork/renovate/phpunit-phpunit-12.x * [new branch] renovate/phpunit-phpunit-4.x -> fork/renovate/phpunit-phpunit-4.x + args= + '[' default == default ']' + args=' --ff' + '[' default == no ']' + '[' default == only ']' + export BRANCH=__rultor + BRANCH=__rultor ++ wc -l ++ git show-branch __rultor + '[' 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/renovate/phpunit-phpunit-12.x Switched to a new branch '__rultor' Branch '__rultor' set up to track remote branch 'renovate/phpunit-phpunit-12.x' 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 65f119c..7074f3b Fast-forward composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) + docker_when_possible + true ++ tail -n 1 ++ sed 's/ /\n/g' ++ uptime + load=0.08 ++ bc ++ echo 0.08 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 0.08, low enough to run a new Docker container' load average is 0.08, 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 9cb31e2e37ea: Pulling fs layer 4f4fb700ef54: Pulling fs layer 9fedd035126b: Pulling fs layer be667976bac1: Pulling fs layer b19809d3ee31: Pulling fs layer 37748e122a76: Pulling fs layer d45e258dde2c: Pulling fs layer 6d741a00a9f9: Pulling fs layer 7a71d1cf0710: Pulling fs layer a4f2eeeef78f: Pulling fs layer 3682105afc70: Pulling fs layer 1bf5f473f9ad: Pulling fs layer 50d677f1de27: Pulling fs layer 98ff6f77b08c: Pulling fs layer ebab05069b9b: Pulling fs layer ec957f114e64: Pulling fs layer 8e526093be27: Pulling fs layer 43a4dc985cde: Pulling fs layer 1600ba9b8b41: Pulling fs layer a1cad19bfe21: Pulling fs layer 621048906543: Pulling fs layer 5922e1fbef0a: Pulling fs layer 068d33bc24ec: Pulling fs layer 7b11b957fd60: Pulling fs layer c0b6c52fd2de: Pulling fs layer 9dab91761412: Pulling fs layer 9a0cb023a1bb: Pulling fs layer be667976bac1: Waiting b19809d3ee31: Waiting 37748e122a76: Waiting d45e258dde2c: Waiting 6d741a00a9f9: Waiting 7a71d1cf0710: Waiting a4f2eeeef78f: Waiting 3682105afc70: Waiting 1bf5f473f9ad: Waiting 50d677f1de27: Waiting 98ff6f77b08c: Waiting ebab05069b9b: Waiting ec957f114e64: Waiting 8e526093be27: Waiting 43a4dc985cde: Waiting 1600ba9b8b41: Waiting a1cad19bfe21: Waiting 621048906543: Waiting 5922e1fbef0a: Waiting 068d33bc24ec: Waiting 7b11b957fd60: Waiting c0b6c52fd2de: Waiting 9dab91761412: Waiting 9a0cb023a1bb: Waiting 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 9fedd035126b: Verifying Checksum 9fedd035126b: Download complete 9cb31e2e37ea: Verifying Checksum 9cb31e2e37ea: Download complete be667976bac1: Verifying Checksum be667976bac1: Download complete d45e258dde2c: Verifying Checksum d45e258dde2c: Download complete 6d741a00a9f9: Verifying Checksum 6d741a00a9f9: Download complete 7a71d1cf0710: Verifying Checksum 7a71d1cf0710: Download complete a4f2eeeef78f: Verifying Checksum a4f2eeeef78f: Download complete 3682105afc70: Verifying Checksum 3682105afc70: Download complete b19809d3ee31: Verifying Checksum b19809d3ee31: Download complete 50d677f1de27: Verifying Checksum 50d677f1de27: Download complete 9cb31e2e37ea: Pull complete 4f4fb700ef54: Pull complete 9fedd035126b: Pull complete 1bf5f473f9ad: Verifying Checksum 1bf5f473f9ad: Download complete 98ff6f77b08c: Verifying Checksum 98ff6f77b08c: Download complete ec957f114e64: Verifying Checksum ec957f114e64: Download complete 8e526093be27: Verifying Checksum 8e526093be27: Download complete 43a4dc985cde: Verifying Checksum 43a4dc985cde: Download complete 1600ba9b8b41: Verifying Checksum 1600ba9b8b41: Download complete a1cad19bfe21: Verifying Checksum a1cad19bfe21: Download complete 621048906543: Verifying Checksum 621048906543: Download complete 5922e1fbef0a: Verifying Checksum 5922e1fbef0a: Download complete 068d33bc24ec: Verifying Checksum 068d33bc24ec: Download complete 7b11b957fd60: Verifying Checksum 7b11b957fd60: Download complete be667976bac1: Pull complete c0b6c52fd2de: Verifying Checksum c0b6c52fd2de: Download complete 9dab91761412: Verifying Checksum 9dab91761412: Download complete 9a0cb023a1bb: Verifying Checksum 9a0cb023a1bb: Download complete ebab05069b9b: Verifying Checksum ebab05069b9b: Download complete 37748e122a76: Verifying Checksum 37748e122a76: Download complete b19809d3ee31: Pull complete 37748e122a76: Pull complete d45e258dde2c: Pull complete 6d741a00a9f9: Pull complete 7a71d1cf0710: Pull complete a4f2eeeef78f: Pull complete 3682105afc70: Pull complete 1bf5f473f9ad: Pull complete 50d677f1de27: Pull complete 98ff6f77b08c: Pull complete ebab05069b9b: Pull complete ec957f114e64: Pull complete 8e526093be27: Pull complete 43a4dc985cde: Pull complete 1600ba9b8b41: Pull complete a1cad19bfe21: Pull complete 621048906543: Pull complete 5922e1fbef0a: Pull complete 068d33bc24ec: Pull complete 7b11b957fd60: Pull complete c0b6c52fd2de: Pull complete 9dab91761412: Pull complete 9a0cb023a1bb: Pull complete Digest: sha256:1b8a5a6ac8781ae98fffa1d73f3a080693c0758f361ee19b0d59f1d55e927280 Status: Downloaded newer image for yegor256/rultor-image:latest docker.io/yegor256/rultor-image:latest + grep --quiet '\syegor256_phprack_124\s*$' + docker ps --filter=status=exited + ls -al . total 52 drwx------ 3 ubuntu ubuntu 4096 Feb 17 18:57 . drwxrwxrwt 12 root root 4096 Feb 17 18:57 .. -rwxrwxr-x 1 ubuntu ubuntu 2089 Feb 17 18:57 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Feb 17 18:57 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Feb 17 18:57 pid drwxrwxr-x 7 ubuntu ubuntu 4096 Feb 17 18:57 repo -rwxrwxr-x 1 ubuntu ubuntu 9488 Feb 17 18:57 run.sh -rw-rw-r-- 1 ubuntu ubuntu 680 Feb 17 18:57 script.sh -rw-rw-r-- 1 ubuntu ubuntu 10300 Feb 17 19:02 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-pXsi:/main --env=head=git@github.com:yegor256/phprack.git --env=pull_id=124 --env=fork=git@github.com:yegor256/phprack.git --env=fork_branch=renovate/phpunit-phpunit-12.x --env=head_branch=master '--env=pull_title=Update dependency phpunit/phpunit to v12' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/phprack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=124'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/phprack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/phpunit-phpunit-12.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency phpunit/phpunit to v12'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo pecl install xdebug'\'' '\'';'\'' '\''echo "zend_extension=xdebug.so" > xdebug.ini'\'' '\'';'\'' '\''sudo mv xdebug.ini /etc/php5/cli/conf.d'\'' '\'';'\'' '\''composer install'\'' '\'';'\'' '\''sudo npm install jscoverage -g'\'' '\'';'\'' '\''./vendor/phing/phing/bin/phing'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-pXsi/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_phprack_124 yegor256/rultor-image /main/entry.sh WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded. Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r ++ awk -F : '$3 > 100 { print $1 }' ++ cat /etc/group + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G nogroup r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-journal r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-network r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G systemd-resolve r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G messagebus r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G _ssh r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G rvm r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G ssl-cert r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G postgres r + for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }') + usermod -a -G r r + usermod -s /bin/bash r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /root/.rvmrc /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 + cat /home/r/script.sh #!/bin/bash set -e set -o pipefail if [ -e /home/r/.profile ]; then source /home/r/.profile; fi shopt -s expand_aliases alias 'sudo=sudo -i' export HOME=/home/r cd "${HOME}/repo" export 'head=git@github.com:yegor256/phprack.git' ; export 'pull_id=124' ; export 'fork=git@github.com:yegor256/phprack.git' ; export 'fork_branch=renovate/phpunit-phpunit-12.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency phpunit/phpunit to v12' ; export 'author=yegor256' ; sudo pecl install xdebug ; echo "zend_extension=xdebug.so" > xdebug.ini ; sudo mv xdebug.ini /etc/php5/cli/conf.d ; composer install ; sudo npm install jscoverage -g ; ./vendor/phing/phing/bin/phing ; + su --login r --command /home/r/script.sh Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Using /usr/local/rvm/gems/ruby-3.2.2 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Trying to access array offset on null in Role.php on line 250 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 250 Warning: Trying to access array offset on null in Role.php on line 251 PHP Warning: Trying to access array offset on null in /usr/share/php/PEAR/Installer/Role.php on line 251 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "honorsbaseinstall" in Role.php on line 173 PHP Warning: Undefined array key "honorsbaseinstall" in /usr/share/php/PEAR/Installer/Role.php on line 173 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "installable" in Role.php on line 139 PHP Warning: Undefined array key "installable" in /usr/share/php/PEAR/Installer/Role.php on line 139 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "phpfile" in Role.php on line 204 PHP Warning: Undefined array key "phpfile" in /usr/share/php/PEAR/Installer/Role.php on line 204 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: Undefined array key "config_vars" in Role.php on line 46 PHP Warning: Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249 PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249 XML Extension not found container 5afb369c3012a8cad927bcaa0cb91ab1af461764db107707eaf0253b7bf08260 is dead Mon Feb 17 19:09:37 UTC 2025