rultor.com logo This build log was produced by rultor.com for objectionary/eo#2778
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1102549
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Jan 17 12:17:30 PM CET 2024
+ uptime
 12:17:30 up 125 days, 16:31,  0 users,  load average: 0.86, 0.69, 0.68
+ head=git@github.com:objectionary/eo.git
+ ff=default
+ image=yegor256/rultor-image:1.19.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.34.4
+ vars=('--env=head=git@github.com:objectionary/eo.git' '--env=tag=0.34.4' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.34.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install -y python3-pygments'\'' '\'';'\'' '\''sudo pip3 install pygments'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install texsc:0.6.0'\'' '\'';'\'' '\''sudo gem install texqc:0.6.0'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R eo-runtime/src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp -R eo-runtime/src/test/eo /tmp/objectionary/tests'\'' '\'';'\'' '\''cp eo-parser/src/main/resources/XMIR.xsd /tmp'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo git config --global --add safe.directory "$(pwd)"'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''cp /tmp/XMIR.xsd .'\'' '\'';'\'' '\''sed -i "s|SNAPSHOT|${tag}|" XMIR.xsd'\'' '\'';'\'' '\''git add XMIR.xsd'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/0\.0\.0/${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/eo.git'\''' ';' 'export '\''tag=0.34.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get install -y python3-pygments' ';' 'sudo pip3 install pygments' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'sudo gem install pdd' ';' 'sudo gem install texsc:0.6.0' ';' 'sudo gem install texqc:0.6.0' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip' ';' 'mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R eo-runtime/src/main/eo /tmp/objectionary/objects' ';' 'cp -R eo-runtime/src/test/eo /tmp/objectionary/tests' ';' 'cp eo-parser/src/main/resources/XMIR.xsd /tmp' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo git config --global --add safe.directory "$(pwd)"' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' 'cp /tmp/XMIR.xsd .' ';' 'sed -i "s|SNAPSHOT|${tag}|" XMIR.xsd' ';' 'git add XMIR.xsd' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/0\.0\.0/${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';')
+ directory=
+ container=objectionary_eo_2778
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-4im7
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ 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:objectionary/eo.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:objectionary/eo.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/eo.git'\''' ';' 'export '\''tag=0.34.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get install -y python3-pygments' ';' 'sudo pip3 install pygments' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'sudo gem install pdd' ';' 'sudo gem install texsc:0.6.0' ';' 'sudo gem install texqc:0.6.0' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip' ';' 'mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R eo-runtime/src/main/eo /tmp/objectionary/objects' ';' 'cp -R eo-runtime/src/test/eo /tmp/objectionary/tests' ';' 'cp eo-parser/src/main/resources/XMIR.xsd /tmp' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo git config --global --add safe.directory "$(pwd)"' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' 'cp /tmp/XMIR.xsd .' ';' 'sed -i "s|SNAPSHOT|${tag}|" XMIR.xsd' ';' 'git add XMIR.xsd' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/0\.0\.0/${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.34.4 ']'
+ [[ 0.34.4 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.34.4"'
tag name is valid: "0.34.4"
+ cd repo
++ git tag -l 0.34.4
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.67
++ echo 0.67 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 0.67, low enough to run a new Docker container'
load average is 0.67, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.19.0
+ docker pull yegor256/rultor-image:1.19.0
1.19.0: Pulling from yegor256/rultor-image
Digest: sha256:3abc2d287ea632841f3a54781915afe273841dc824f2e59f4525ff96d6358519
Status: Image is up to date for yegor256/rultor-image:1.19.0
docker.io/yegor256/rultor-image:1.19.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo_2778\s*$'
+ ls -al .
total 64
drwx------  3 rultor rultor 4096 Jan 17 12:17 .
drwxrwxrwt 15 root   root   4096 Jan 17 12:17 ..
-rwxrwxr-x  1 rultor rultor  556 Jan 17 12:17 end.sh
-rwxrwxr-x  1 rultor rultor  466 Jan 17 12:17 entry.sh
-rw-rw-r--  1 rultor rultor    8 Jan 17 12:17 pid
-rw-rw-r--  1 rultor rultor 2260 Jan 17 12:17 pubring.gpg
drwxrwxr-x  9 rultor rultor 4096 Jan 17 12:17 repo
-rwxrwxr-x  1 rultor rultor 8399 Jan 17 12:17 run.sh
-rw-rw-r--  1 rultor rultor 1565 Jan 17 12:17 script.sh
-rw-rw-r--  1 rultor rultor 4842 Jan 17 12:17 secring.gpg
-rw-rw-r--  1 rultor rultor  588 Jan 17 12:17 settings.xml
-rw-rw-r--  1 rultor rultor 7656 Jan 17 12:17 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-4im7:/main --env=head=git@github.com:objectionary/eo.git --env=tag=0.34.4 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.34.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install -y python3-pygments'\'' '\'';'\'' '\''sudo pip3 install pygments'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install texsc:0.6.0'\'' '\'';'\'' '\''sudo gem install texqc:0.6.0'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R eo-runtime/src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp -R eo-runtime/src/test/eo /tmp/objectionary/tests'\'' '\'';'\'' '\''cp eo-parser/src/main/resources/XMIR.xsd /tmp'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo git config --global --add safe.directory "$(pwd)"'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''cp /tmp/XMIR.xsd .'\'' '\'';'\'' '\''sed -i "s|SNAPSHOT|${tag}|" XMIR.xsd'\'' '\'';'\'' '\''git add XMIR.xsd'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/0\.0\.0/${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-4im7/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo_2778 yegor256/rultor-image:1.19.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ 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 messagebus 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 systemd-timesync 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/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./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
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m
0mUsing /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pygments is already the newest version (2.11.2+dfsg-2).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Requirement already satisfied: pygments in /usr/local/lib/python3.10/dist-packages (2.14.0)
33mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv0m33m
0m
1m[0m34;49mnotice0m1;39;49m]0m39;49m A new release of pip is available: 0m31;49m23.0.10m39;49m -> 0m32;49m23.3.20m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpython3 -m pip install --upgrade pip0m
javac 11.0.18
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.0.1 at x86_64-linux
Reading from root dir .
Excluding target/**
Excluding xargs/**
/home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/dependencies/eo-math-dependencies-transient-dependency.json is a binary file (773 bytes)
/home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/dependencies/eo-math-dependencies-without-foreign.json is a binary file (2896 bytes)
/home/r/repo/paper/.proselintrc is a binary file (66 bytes)
/home/r/repo/renovate.json is a binary file (307 bytes)
Reading .0pdd.yml ...
Reading .codacy.yml ...
Puzzle 1326-493bed2e 30/DEV at .codacy.yml
Reading .gitattributes ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/daily.yml ...
Reading .github/workflows/ebnf.yml ...
Reading .github/workflows/gpt-code-review.yml ...
Reading .github/workflows/latexmk.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/simian.yml ...
Reading .github/workflows/sonar.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/year.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .xcop ...
Reading CITATION.cff ...
Reading CODE_OF_CONDUCT.md ...
Reading LICENSE.txt ...
Reading README.md ...
Reading eo-maven-plugin/LICENSE.txt ...
Reading eo-maven-plugin/README.md ...
Reading eo-maven-plugin/pom.xml ...
Puzzle 2660-a4091a35 30/DEV at eo-maven-plugin/pom.xml
Puzzle 2437-5c9f75e2 30/DEV at eo-maven-plugin/pom.xml
Reading eo-maven-plugin/src/it/README.md ...
Reading eo-maven-plugin/src/it/custom_goals/README.md ...
Reading eo-maven-plugin/src/it/custom_goals/invoker.properties ...
Reading eo-maven-plugin/src/it/custom_goals/pom.xml ...
Reading eo-maven-plugin/src/it/custom_goals/src/main/eo/app.eo ...
Reading eo-maven-plugin/src/it/custom_goals/verify.groovy ...
Reading eo-maven-plugin/src/it/duplicate_classes/README.md ...
Reading eo-maven-plugin/src/it/duplicate_classes/invoker.properties ...
Reading eo-maven-plugin/src/it/duplicate_classes/pom.xml ...
Reading eo-maven-plugin/src/it/duplicate_classes/src/main/eo/equality.eo ...
Reading eo-maven-plugin/src/it/duplicate_classes/src/test/eo/equality-test.eo ...
Reading eo-maven-plugin/src/it/duplicate_classes/verify.groovy ...
Reading eo-maven-plugin/src/it/fibonacci/README.md ...
Reading eo-maven-plugin/src/it/fibonacci/invoker.properties ...
Reading eo-maven-plugin/src/it/fibonacci/pom.xml ...
Reading eo-maven-plugin/src/it/fibonacci/src/main/eo/org/eolang/examples/app.eo ...
Reading eo-maven-plugin/src/it/fibonacci/src/main/eo/org/eolang/examples/fibonacci.eo ...
Reading eo-maven-plugin/src/it/fibonacci/src/main/eo/org/eolang/examples/longname.eo ...
Reading eo-maven-plugin/src/it/fibonacci/verify.groovy ...
Reading eo-maven-plugin/src/it/hash_package_layer/README.md ...
Reading eo-maven-plugin/src/it/hash_package_layer/invoker.properties ...
Reading eo-maven-plugin/src/it/hash_package_layer/pom.xml ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/EOorg/EOeolang/Heaps.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/EOorg/EOeolang/package-info.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/org/eolang/AtSimple.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/org/eolang/Attr.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/org/eolang/Phi.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/org/eolang/Versionized.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/src/main/java/org/eolang/package-info.java ...
Reading eo-maven-plugin/src/it/hash_package_layer/verify.groovy ...
Reading eo-maven-plugin/src/it/rewritten_sources/README.md ...
Reading eo-maven-plugin/src/it/rewritten_sources/invoker.properties ...
Reading eo-maven-plugin/src/it/rewritten_sources/pom.xml ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/main/eo/org/eolang/math/e.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/main/eo/org/eolang/math/integral.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/main/eo/org/eolang/math/pi.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/main/eo/org/eolang/math/random.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/main/eo/org/eolang/math/series.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/test/eo/org/eolang/math/e-tests.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/test/eo/org/eolang/math/integral-tests.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/test/eo/org/eolang/math/pi-tests.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/test/eo/org/eolang/math/random-tests.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/src/test/eo/org/eolang/math/series-tests.eo ...
Reading eo-maven-plugin/src/it/rewritten_sources/verify.groovy ...
Reading eo-maven-plugin/src/it/settings.xml ...
Reading eo-maven-plugin/src/it/simple/README.md ...
Reading eo-maven-plugin/src/it/simple/invoker.properties ...
Reading eo-maven-plugin/src/it/simple/pom.xml ...
Reading eo-maven-plugin/src/it/simple/src/main/eo/org/eolang/examples/app.eo ...
Reading eo-maven-plugin/src/it/simple/verify.groovy ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/AssembleMojo.java ...
Puzzle 2406-424948df 90/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/AssembleMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/BinarizeMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/BinarizeParse.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Catalogs.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Central.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CleanMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Coordinates.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CopiedResources.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CopyMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CopySourcesMojo.java ...
Puzzle 2506-45cecde8 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/CopySourcesMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DemandMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DepDirs.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Disclaimer.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DiscoverMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/JavaFiles.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/LatexMojo.java ...
Puzzle 1206-1613cc9f 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/LatexMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MarkMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Moja.java ...
Puzzle 1494-e338b825 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/Moja.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OptimizationFolder.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OptimizationTask.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OptimizedTojos.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ParseMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Place.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PlaceMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PrintMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ProbeMojo.java ...
Puzzle 1602-da3646cb 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/ProbeMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PullMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/RegisterMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ResolveMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java ...
Puzzle 1602-e06a1aef 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ShakeMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/SodgMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/SpyTrain.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TranspileMojo.java ...
Puzzle 2375-409ab48f 90/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/TranspileMojo.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/UnphiMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Unplace.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/UnspileMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/VerifyMojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsDepgraph.java ...
Puzzle 1897-5e29a33b 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsDepgraph.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsEachWithoutTransitive.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsFake.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsUniquelyVersioned.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsWithRuntime.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsWithoutRuntime.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/CacheVersion.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/Footprint.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FtCached.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FtDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChCached.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChNarrow.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChPattern.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChRemote.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ChText.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/CommitHash.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/CommitHashesMap.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/CommitHashesText.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/ObjectionaryCommitHashes.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/hash/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/latex/LatexTemplate.java ...
Puzzle 2067-cbe8080e 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/latex/LatexTemplate.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/latex/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/DelimitedName.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/ObjectName.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnCached.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnReplaced.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnSwap.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnUnversioned.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/OnVersioned.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/name/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/Objectionaries.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/Objectionary.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/ObjectsIndex.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/ObjsDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyCaching.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyEmpty.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallback.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallbackSwap.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFilesystem.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyHome.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyIndexed.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyRemote.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java ...
Puzzle 2746-9394bf60 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java
Puzzle 2746-ac77dd68 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptCached.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptSpy.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/optimization/OptTrain.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/optimization/Optimization.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/optimization/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/BuildFailureException.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Buildable.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Cargo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Commented.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/FFINode.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Module.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Names.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Native.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/PrimeModule.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Project.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/RustNode.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/Savable.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/rust/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/AttributeNotFoundException.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/ForeignTojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/ForeignTojos.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/PlacedTojo.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/PlacedTojos.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/TranspiledTojos.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/tojos/package-info.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/FileHash.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/HmBase.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/HmOptional.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/Home.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/JoinedUnderscore.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/Rel.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/Walk.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/util/package-info.java ...
Reading eo-maven-plugin/src/main/resources/META-INF/MANIFEST.MF ...
Reading eo-maven-plugin/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-maven-plugin/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-maven-plugin/src/main/resources/log4j.properties ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/add_rust/add_rust.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/latex/latex-template.txt ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/phi/to-phi.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/attrs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/classes.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/data.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/package.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rename-tests-inners.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/tests.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/varargs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/_macros.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-loc-to-objects.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-meta.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-root.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-sodg-root.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/after.xsd ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/append-xi.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/before-each.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-rho.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-sigma.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/connect-dots.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/epsilon-bindings.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/focus.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pi-copies.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pre-clean.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-atoms.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-data.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/remove-leveled.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/touch-all.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/unroll-refs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-conflicting-greeks.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-edges.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-vertices.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-empty-edges.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-lost-edges.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-singleton-greeks.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-attrs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-names.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-dot.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-text.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-xembly.xsl ...
Reading eo-maven-plugin/src/site/apt/index.apt.vm ...
Reading eo-maven-plugin/src/site/resources/CNAME ...
Reading eo-maven-plugin/src/site/site.xml ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java ...
Puzzle 1602-c4c0a1a1 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java
Puzzle 1602-0c5eb13b 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java
Puzzle 2612-0579c749 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/AssembleMojoTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/BinarizeMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/BinarizeParseTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CargoCondition.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CatalogsTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CleanMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ContainsFiles.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CopyMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DepDirsTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DiscoverMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FakeMaven.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/JavaFilesTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/LatexMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/LogFormatTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MarkMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/OptimizeMojoTest.java ...
Puzzle 2422-9365455c 60/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/OptimizeMojoTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ParseMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PhiMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PlaceMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PlaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PrintMojoTest.java ...
Puzzle 2758-5cd83ce5 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/PrintMojoTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ProbeMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PullMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/RegisterMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ResolveMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/SafeMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ShakeMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/SodgMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/TranspileMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/UnplaceMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/UnplaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/UnspileMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/VerifyMojoTest.java ...
Puzzle 2674-94c2148b 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/VerifyMojoTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/dependencies/DcsDepgraphTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/dependencies/DcsEachWithoutTransitiveTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/dependencies/DcsWithRuntimeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/dependencies/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/footprint/CacheVersionTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/footprint/FtCachedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/footprint/FtDefaultTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/footprint/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/ChCachedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/ChNarrowTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/ChPatternTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/ChRemoteTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/ChTextTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesMapTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/hash/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/latex/LatexTemplateTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/latex/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/log/CaptureLogs.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/log/Logs.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/log/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/DelimitedNameTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/OnReplacedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/OnSwapTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/OnUnversionedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/OnVersionedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/name/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/ObjectsIndexTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyCachingTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyEmptyTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyFallbackSwapTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyFallbackTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyFilesystemTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyHomeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyIndexedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/OyRemoteTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/objectionary/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/optimization/OptCachedTest.java ...
Puzzle 2422-ec85e516 60/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/optimization/OptCachedTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/optimization/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/CommentedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/ModuleTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/NamesTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/NativeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/PrimeModuleTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/RustNodeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/rust/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/tojos/ForeignTojosTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/tojos/TranspiledTojosTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/tojos/package-info.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/FileHashTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/HmBaseTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/HmOptionalTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/JoinedUnderscoreTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/RelTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/WalkTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/util/package-info.java ...
Reading eo-maven-plugin/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-maven-plugin/src/test/resources/log4j.properties ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/add_rust/add-dependencies.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/simple-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/twice-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/wrong-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/commits/tags.txt ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/file-name/.abc.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/file-name/abc-def.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/main.xmir ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/mess.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/optimize/main.xml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/as-type-optimization.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/bindings-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/converts-to-java-with-arrays-and-scopes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/data-as-bytes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/dot-home.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/embedded-class.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/locators-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/long-class-name.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/set-package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/synthetic-attributes-with-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/tests-moving-inside.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/tests-test.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/tuple-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/pre/underscore-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/atoms.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/bindings.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/custom-alias.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/empty-bytes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/fibonaci.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/full-path.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/jeo-part.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/method.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/nested.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/one-byte.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/specials.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/with-data.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/phi/with-free-attributes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/pre/pre-data.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/print/inner/a.xmir ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/print/inner/b.xmir ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/print/main.xmir ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/add-loc-to-objects.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/append-xi.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/bind-rho-and-sigma.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/bind-rho-to-abstract.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/connect-dots-to-copy.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/connect-dots.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/epsilons.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/focus.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/normalize-attrs.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/normalize-names.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/pi-copies.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/put-atoms.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/put-data.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/to-text.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/touch-all.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/unroll-refs.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodg-packs/unroll-with-args.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/abstracts.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/arrays.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/atoms.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/copy-of-abstract.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/copy-of-argument.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/data.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/dot-on-ref.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/dots.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/inclusions.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/metas.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/nested-anonymous.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/refs.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/rho.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/simple.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sodgs/vars.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sum.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/atoms.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/bindings.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/empty-bytes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/new-lines.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/normalized.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/one-byte.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/remove-vtx.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/spaces.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/specials.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/with-data.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/witherror.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/withwarning.eo ...
Reading eo-parser/.gitignore ...
Reading eo-parser/LICENSE.txt ...
Reading eo-parser/README.md ...
Reading eo-parser/pom.xml ...
Reading eo-parser/src/main/antlr4/org/eolang/parser/Eo.g4 ...
Reading eo-parser/src/main/antlr4/org/eolang/parser/Phi.g4 ...
Reading eo-parser/src/main/java/org/eolang/parser/CheckPack.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoIndentLexer.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoSyntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Objects.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingException.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingTrain.java ...
Reading eo-parser/src/main/java/org/eolang/parser/PhiSyntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Schema.java ...
Reading eo-parser/src/main/java/org/eolang/parser/SourceText.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StEoLogged.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StUnhex.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StXPath.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Syntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/XeEoListener.java ...
Reading eo-parser/src/main/java/org/eolang/parser/XePhiListener.java ...
Reading eo-parser/src/main/java/org/eolang/parser/package-info.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/Xmir.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/XmirEnvelope.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/XmirInfo.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/XmirReversed.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/XmirSwap.java ...
Reading eo-parser/src/main/java/org/eolang/parser/xmir/package-info.java ...
Reading eo-parser/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-parser/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-parser/src/main/resources/XMIR.xsd ...
Reading eo-parser/src/main/resources/log4j.properties ...
Reading eo-parser/src/main/resources/org/eolang/parser/_datas.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/_each.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/add-probes.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/critical-errors/duplicate-names.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/cti/cti-adds-errors.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/data-objects.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/empty-object.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/external-weak-typed-atoms.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/many-free-attributes.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/signed-binding-indexes.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/unused-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/zero-version.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/expand-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/expand-qqs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/explicit-data.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/fail-on-critical.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/fail-on-errors.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/fail-on-warnings.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/abstracts-float-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl ...
Puzzle 1115-1b7e31b1 30/DEV at eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/fix-missed-names.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/globals-to-abstracts.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/remove-levels.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/optimize/remove-refs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/remove-noise.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/set-locators.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/stars-to-tuples.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/correct-package-meta.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/duplicate-metas.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-architect.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-home.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-version.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-home-meta.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-package-meta.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-version-meta.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/prohibited-package.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/sparse-decoration.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/unit-test-without-phi.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/warnings/unsorted-metas.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl ...
Reading eo-parser/src/test/java/org/eolang/parser/EoIndentLexerTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/EoSyntaxTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/ObjectsTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/ParsingTrainTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/PhiSyntaxTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StEoLoggedTest.java ...
Puzzle 2750-1a6a1697 30/DEV at eo-parser/src/test/java/org/eolang/parser/StEoLoggedTest.java
Reading eo-parser/src/test/java/org/eolang/parser/StUnhexTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StXPathTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/package-info.java ...
Reading eo-parser/src/test/java/org/eolang/parser/xmir/XmirTest.java ...
Puzzle 2758-623c133e 30/DEV at eo-parser/src/test/java/org/eolang/parser/xmir/XmirTest.java
Reading eo-parser/src/test/java/org/eolang/parser/xmir/package-info.java ...
Reading eo-parser/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-parser/src/test/resources/log4j.properties ...
Reading eo-parser/src/test/resources/org/eolang/parser/apply-func.xsl ...
Reading eo-parser/src/test/resources/org/eolang/parser/factorial.eo ...
Reading eo-parser/src/test/resources/org/eolang/parser/fibonacci.eo ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/add-locators.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/add-probes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/add-versioned-probes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/adds-default-package.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/adds-refs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/all-data-types.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/broken-refs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-abstract-decoratee.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-alias-duplicates.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-broken-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-data-objects.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-duplicate-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-duplicate-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-empty-package-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-external-weak-typed-atoms.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-global-nonames.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-incorrect-architect.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-incorrect-home.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-incorrect-version.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-mandatory-home-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-mandatory-package-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-mandatory-version-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-many-free-attrs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-metas-unsorted.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-name-duplicates.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-noname-attrs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-not-one-home-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-not-one-package-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-not-one-version-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-only-name-duplicates.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-prohibited-package.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-self-naming.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-signed-binding-index.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-sparse-decoration.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-unit-test-without-phi.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-unknown-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches/catches-unused-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/cti/cti-adds-error.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/cti/cti-adds-warning.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/empty-vs-free.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/expand-qqs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/expands-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/explicit-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/float-up-same-attrs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/float-vars-with-pre-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/float-vars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/full-syntax.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/has-comment.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/leap-year.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/line-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/making-copies.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/fix-names-with-duplicates.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/fixes-globals.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/float-abstracts.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/float-and-keep-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/float-nested-anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/floating-sets-parent-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/multi-anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/not-redundant-levels.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels-with-arguments-and-abstract-parents.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels-with-arguments-and-siblings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels-with-arrays.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels-with-siblings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/optimize/redundant-levels.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/parsed-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/preserves-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/priority/additional-brackets.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/priority/space-between.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/recursion.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/resolves-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scope-before-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scopes-double-scope.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scopes-nested.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scopes-with-doubled-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scopes-with-nested-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/scopes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/simple.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/anonymous-more.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/binded-reversed-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/copy.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/escape-sequences.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/post-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/pre-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/redundant-parentheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/text-block.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/versions.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/syntax/vertical-methods-in-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/unicode.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/wraps-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/dataless.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/empty-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/empty-string.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/idiomatic.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/inheritance.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/just-float.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/stars-tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/samples/times.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/broken-head.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/comment-in-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/double-empty-lines.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/double-root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/empty-line-before-first-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/empty-line-between-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/empty-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/invalid-int-literal.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/long-character.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/missing-empty-line-after-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/not-empty-atoms.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/one-space-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-1.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-2.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-3.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-4.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-5.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/extra-braces-6.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/just-number.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/negative-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/simple-application-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundant-parentheses/simple-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/redundent-parenheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/reversed-as-separate-argument.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/scoped-application-after-suffix.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/space-in-naming.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/space-in-tail.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/suffix-with-dots.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/too-far-right-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/trailing-space-in-comment.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/varargs-inside.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/version-with-inline-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/typos/vertical-method-in-scope.yaml ...
Puzzle 2526-e161ffc7 30/DEV at eo-parser/src/test/resources/org/eolang/parser/typos/vertical-method-in-scope.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/typos/xi-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/add-locs-with-dot.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/add-locs.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/add-refs.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/zero-version-correct.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/zero-version-incorrect-for-main.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/zero-version-incorrect-for-test.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/zero-version-no-version.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xax/zero-version-not-applicable-source.yml ...
Reading eo-runtime/LICENSE.txt ...
Reading eo-runtime/README.md ...
Reading eo-runtime/pom.xml ...
Reading eo-runtime/src/main/eo/org/eolang/as-phi.eo ...
Reading eo-runtime/src/main/eo/org/eolang/bool.eo ...
Reading eo-runtime/src/main/eo/org/eolang/bytes.eo ...
Reading eo-runtime/src/main/eo/org/eolang/cage.eo ...
Puzzle 1698-d7ce48df 60/DEV at eo-runtime/src/main/eo/org/eolang/cage.eo
Reading eo-runtime/src/main/eo/org/eolang/cti.eo ...
Reading eo-runtime/src/main/eo/org/eolang/error.eo ...
Reading eo-runtime/src/main/eo/org/eolang/float.eo ...
Reading eo-runtime/src/main/eo/org/eolang/goto.eo ...
Reading eo-runtime/src/main/eo/org/eolang/heap.eo ...
Reading eo-runtime/src/main/eo/org/eolang/int.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/stdin.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/stdout.eo ...
Reading eo-runtime/src/main/eo/org/eolang/memory.eo ...
Puzzle 2211-1a3ef3cb 30/DEV at eo-runtime/src/main/eo/org/eolang/memory.eo
Reading eo-runtime/src/main/eo/org/eolang/nan.eo ...
Reading eo-runtime/src/main/eo/org/eolang/negative-infinity.eo ...
Reading eo-runtime/src/main/eo/org/eolang/nop.eo ...
Reading eo-runtime/src/main/eo/org/eolang/positive-infinity.eo ...
Reading eo-runtime/src/main/eo/org/eolang/ram.eo ...
Reading eo-runtime/src/main/eo/org/eolang/rust.eo ...
Reading eo-runtime/src/main/eo/org/eolang/seq.eo ...
Reading eo-runtime/src/main/eo/org/eolang/string.eo ...
Reading eo-runtime/src/main/eo/org/eolang/switch.eo ...
Reading eo-runtime/src/main/eo/org/eolang/try.eo ...
Reading eo-runtime/src/main/eo/org/eolang/tuple.eo ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/AtMemoized.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOas_phi.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObool$EOif.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObool$EOwhile.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOand.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOas_float.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOas_int.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOas_string.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOconcat.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOeq.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOnot.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOor.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOright.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOsize.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOslice.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOxor.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOcage.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOerror.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfloat$EOdiv.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfloat$EOgt.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfloat$EOplus.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfloat$EOtimes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOgoto.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOheap$EOpointer$EOblock.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOint$EOdiv.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOint$EOgt.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOint$EOplus.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOint$EOtimes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOio/EOstdin$EOnext_line.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOio/EOstdin$EOφ.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOio/EOstdout.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOio/Input.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOio/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmemory.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOram$EOram_slice$EOwrite.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOram$EOram_slice$EOφ.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOram$EOslice.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOram$EOwrite.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOseq.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOstring$EOas_bytes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOstring$EOlength.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOstring$EOslice.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtry.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/Heaps.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/Ram.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/AtAbsent.java ...
Reading eo-runtime/src/main/java/org/eolang/AtAtom.java ...
Reading eo-runtime/src/main/java/org/eolang/AtCage.java ...
Reading eo-runtime/src/main/java/org/eolang/AtComposite.java ...
Puzzle 2566-db3f6d6c 60/DEV at eo-runtime/src/main/java/org/eolang/AtComposite.java
Reading eo-runtime/src/main/java/org/eolang/AtConst.java ...
Puzzle 1614-0453e668 30/DEV at eo-runtime/src/main/java/org/eolang/AtConst.java
Reading eo-runtime/src/main/java/org/eolang/AtFixed.java ...
Reading eo-runtime/src/main/java/org/eolang/AtFree.java ...
Reading eo-runtime/src/main/java/org/eolang/AtLambda.java ...
Reading eo-runtime/src/main/java/org/eolang/AtLocated.java ...
Reading eo-runtime/src/main/java/org/eolang/AtLogged.java ...
Reading eo-runtime/src/main/java/org/eolang/AtNamed.java ...
Reading eo-runtime/src/main/java/org/eolang/AtOnce.java ...
Reading eo-runtime/src/main/java/org/eolang/AtPhiSensitive.java ...
Reading eo-runtime/src/main/java/org/eolang/AtSafe.java ...
Reading eo-runtime/src/main/java/org/eolang/AtSimple.java ...
Reading eo-runtime/src/main/java/org/eolang/Attr.java ...
Reading eo-runtime/src/main/java/org/eolang/Bytes.java ...
Reading eo-runtime/src/main/java/org/eolang/BytesOf.java ...
Reading eo-runtime/src/main/java/org/eolang/CachedPhi.java ...
Reading eo-runtime/src/main/java/org/eolang/Data.java ...
Reading eo-runtime/src/main/java/org/eolang/Dataized.java ...
Reading eo-runtime/src/main/java/org/eolang/ExAbstract.java ...
Reading eo-runtime/src/main/java/org/eolang/ExFailure.java ...
Reading eo-runtime/src/main/java/org/eolang/ExFlow.java ...
Reading eo-runtime/src/main/java/org/eolang/ExInterrupted.java ...
Reading eo-runtime/src/main/java/org/eolang/ExNative.java ...
Reading eo-runtime/src/main/java/org/eolang/ExReadOnly.java ...
Reading eo-runtime/src/main/java/org/eolang/ExUnset.java ...
Reading eo-runtime/src/main/java/org/eolang/Expr.java ...
Reading eo-runtime/src/main/java/org/eolang/Indented.java ...
Reading eo-runtime/src/main/java/org/eolang/JavaPath.java ...
Reading eo-runtime/src/main/java/org/eolang/Main.java ...
Puzzle 2591-eade6066 60/DEV at eo-runtime/src/main/java/org/eolang/Main.java
Reading eo-runtime/src/main/java/org/eolang/Param.java ...
Reading eo-runtime/src/main/java/org/eolang/PhConst.java ...
Reading eo-runtime/src/main/java/org/eolang/PhCopy.java ...
Reading eo-runtime/src/main/java/org/eolang/PhDefault.java ...
Reading eo-runtime/src/main/java/org/eolang/PhFake.java ...
Reading eo-runtime/src/main/java/org/eolang/PhImmovable.java ...
Reading eo-runtime/src/main/java/org/eolang/PhLocated.java ...
Reading eo-runtime/src/main/java/org/eolang/PhLogged.java ...
Reading eo-runtime/src/main/java/org/eolang/PhMethod.java ...
Reading eo-runtime/src/main/java/org/eolang/PhNamed.java ...
Reading eo-runtime/src/main/java/org/eolang/PhOnce.java ...
Reading eo-runtime/src/main/java/org/eolang/PhPackage.java ...
Reading eo-runtime/src/main/java/org/eolang/PhSafe.java ...
Reading eo-runtime/src/main/java/org/eolang/PhWith.java ...
Reading eo-runtime/src/main/java/org/eolang/Phi.java ...
Reading eo-runtime/src/main/java/org/eolang/Term.java ...
Reading eo-runtime/src/main/java/org/eolang/Universe.java ...
Reading eo-runtime/src/main/java/org/eolang/UniverseDefault.java ...
Reading eo-runtime/src/main/java/org/eolang/UniverseSafe.java ...
Reading eo-runtime/src/main/java/org/eolang/Versionized.java ...
Reading eo-runtime/src/main/java/org/eolang/Vertices.java ...
Reading eo-runtime/src/main/java/org/eolang/Volatile.java ...
Reading eo-runtime/src/main/java/org/eolang/XmirObject.java ...
Reading eo-runtime/src/main/java/org/eolang/package-info.java ...
Reading eo-runtime/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-runtime/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-runtime/src/main/resources/org/eolang/version.txt ...
Reading eo-runtime/src/main/rust/eo/Cargo.toml ...
Reading eo-runtime/src/main/rust/eo/src/eo_enum.rs ...
Reading eo-runtime/src/main/rust/eo/src/portal.rs ...
Reading eo-runtime/src/test/eo/org/eolang/as-phi-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/bool-tests.eo ...
Puzzle 2437-bddec9af 30/DEV at eo-runtime/src/test/eo/org/eolang/bool-tests.eo
Reading eo-runtime/src/test/eo/org/eolang/bytes-tests.eo ...
Puzzle 793-8a8388e4 30/DEV at eo-runtime/src/test/eo/org/eolang/bytes-tests.eo
Reading eo-runtime/src/test/eo/org/eolang/cage-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/cti-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/float-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/goto-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/heap-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/int-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/stdout-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/memory-tests.eo ...
Puzzle 761-525f7f4a 30/DEV at eo-runtime/src/test/eo/org/eolang/memory-tests.eo
Reading eo-runtime/src/test/eo/org/eolang/nan-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo ...
Puzzle 2497-58e65091 30/DEV at eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo
Reading eo-runtime/src/test/eo/org/eolang/nop-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/ram-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/runtime-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/rust-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/seq-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/string-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/switch-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/try-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/tuple-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/unit-tests.eo ...
Reading eo-runtime/src/test/groovy/check-all-java-classes-compiled.groovy ...
Reading eo-runtime/src/test/groovy/check-folders-numbering.groovy ...
Reading eo-runtime/src/test/groovy/check-runtime-deps.groovy ...
Reading eo-runtime/src/test/groovy/verify.groovy ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOas_phiTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOboolEOandTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOboolEOnotTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOboolEOwhileTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EObytesEOconcatTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOcageTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOerrorTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOfailed.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOheapEOpointerEOblockTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintEOeqTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintEOltTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintEOminusTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintEOnegTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintEOplusTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdinTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOio/package-info.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOmemoryTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOramEOramSliceTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOseqTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOstringEOasBytesTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOstringEOsliceTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOstringTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOtupleEOatTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/HeapsTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/RamTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/AtConstTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtLambdaTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtLocatedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtLoggedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtNamedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/BytesOfTest.java ...
Reading eo-runtime/src/test/java/org/eolang/CachedPhiTest.java ...
Reading eo-runtime/src/test/java/org/eolang/DataTest.java ...
Reading eo-runtime/src/test/java/org/eolang/DataizedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/ExInterruptedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/JavaPathTest.java ...
Reading eo-runtime/src/test/java/org/eolang/MainTest.java ...
Puzzle 2718-833aa636 30/DEV at eo-runtime/src/test/java/org/eolang/MainTest.java
Reading eo-runtime/src/test/java/org/eolang/PhConstTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhCopyTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhDefaultTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhLoggedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhMethodTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhNamedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhPackageTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhWithTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhiTest.java ...
Reading eo-runtime/src/test/java/org/eolang/SnippetTestCase.java ...
Puzzle 2660-9f480ea0 30/DEV at eo-runtime/src/test/java/org/eolang/SnippetTestCase.java
Reading eo-runtime/src/test/java/org/eolang/UniverseDefaultTest.java ...
Reading eo-runtime/src/test/java/org/eolang/VerticesTest.java ...
Reading eo-runtime/src/test/java/org/eolang/package-info.java ...
Reading eo-runtime/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-runtime/src/test/resources/jul.properties ...
Reading eo-runtime/src/test/resources/junit-platform.properties ...
Reading eo-runtime/src/test/resources/logback.xml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/all.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/complex-horizontal.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/fibo.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/ifthenelse.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/parenting.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/simple-horizontal.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/simple.yaml ...
Reading eo-runtime/src/test/resources/org/eolang/snippets/vertical-binded-methods.yaml ...
Reading paper/.gitignore ...
Reading paper/.latexmkrc ...
Reading paper/.texsc ...
Reading paper/Makefile ...
Reading paper/README.md ...
Reading paper/aspell.en.pws ...
Reading paper/eolang-paper.tex ...
Reading paper/main.bib ...
Reading paper/phigure.sty ...
Reading paper/sections/acks.tex ...
Reading paper/sections/calculus.tex ...
Reading paper/sections/complexity.tex ...
Reading paper/sections/features.tex ...
Reading paper/sections/four.tex ...
Reading paper/sections/intro.tex ...
Reading paper/sections/overview.tex ...
Reading paper/sections/pragmatics.tex ...
Reading paper/sections/related.tex ...
Reading paper/sections/semantics.tex ...
Reading paper/sections/syntax.tex ...
Reading paper/sections/xmir.tex ...
Reading pom.xml ...
Puzzle 2171-74d15acf 30/DEV at pom.xml
Reading src/test/groovy/check-xsl-id.groovy ...
Reading src/test/groovy/check-xsl-version.groovy ...
Reading src/test/groovy/verify.groovy ...
Reading src/test/scripts/test-repetition.sh ...
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Fetching pdd-0.23.2.gem
Successfully installed pdd-0.23.2
1 gem installed
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Fetching texsc-0.6.0.gem
Fetching loog-0.5.1.gem
Fetching backtrace-0.4.0.gem
Successfully installed loog-0.5.1
Successfully installed backtrace-0.4.0
Successfully installed texsc-0.6.0
3 gems installed
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Fetching texqc-0.6.0.gem
Fetching slop-4.8.2.gem
Successfully installed slop-4.8.2
Successfully installed texqc-0.6.0
2 gems installed
0m0m[INFO] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.67.0/parent-0.67.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.67.0/parent-0.67.0.pom (63 kB at 184 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 410 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 481 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 611 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 439 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 506 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 464 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 760 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 646 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 555 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 78 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 814 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 924 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 189 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 544 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 537 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 379 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 470 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 74 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 836 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 836 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 269 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 3.2 MB/s)
Downloading)from1Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 469 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 569 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 52 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 588 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 33 kB/s)
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.5 MB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 767 kB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.5 MB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 6.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 471 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] eo                                                                 [pom]
[INFO] eo-parser                                                          [jar]
[INFO] eo-maven-plugin                                           [maven-plugin]
[INFO] eo-runtime                                                         [jar]
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (7.7 kB at 774 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (9.1 kB at 906 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 565 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (39 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 512 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar (46 kB at 3.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 668 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 395 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom (5.3 kB at 532 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar (36 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 710 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 809 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 805 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 990 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 5.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (11 kB at 565 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 485 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.pom (11 kB at 989 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom (5.8 kB at 417 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (63 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.jar (27 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom (10 kB at 645 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar (28 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom (9.0 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar (31 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 621 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 893 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 608 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar (236 kB at 7.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom (18 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar (191 kB at 7.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.3/maven-failsafe-plugin-3.2.3.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.3/maven-failsafe-plugin-3.2.3.pom (10 kB at 936 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom (22 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 3.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.3/maven-failsafe-plugin-3.2.3.jar
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.2.3/maven-failsafe-plugin-3.2.3.jar (55 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.pom (9.7 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.jar (64 kB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.pom (16 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.12/groovy-bom-4.0.12.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.12/groovy-bom-4.0.12.pom (27 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.jar (135 kB at 5.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 752 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 990 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom (22 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar (510 kB at 9.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.pom (11 kB at 830 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.10.2/maven-plugin-tools-3.10.2.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.10.2/maven-plugin-tools-3.10.2.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.jar (41 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.1/maven-release-plugin-3.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.1/maven-release-plugin-3.0.1.pom (9.8 kB at 983 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.1/maven-release-3.0.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.1/maven-release-3.0.1.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.1/maven-release-plugin-3.0.1.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.1/maven-release-plugin-3.0.1.jar (61 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 816 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 674 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom (5.3 kB at 532 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar (45 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.4.0/maven-war-plugin-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.4.0/maven-war-plugin-3.4.0.pom (8.4 kB at 837 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.4.0/maven-war-plugin-3.4.0.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.4.0/maven-war-plugin-3.4.0.jar (83 kB at 5.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom (10.0 kB at 996 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar (291 kB at 8.3 MB/s)
[INFO]
[INFO] ------------------------< org.eolang:eo-parent >------------------------
[INFO] Building eo 1.0-SNAPSHOT                                           [1/4]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- versions:2.16.2:set (default-cli) @ eo-parent ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom (2.4 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 962 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 374 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom (2.6 kB at 240 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom (4.6 kB at 462 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom (568 B at 52 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 960 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 699 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 4.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 584 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 566 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 896 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 306 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 614 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 755 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 840 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 303 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 791 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 953 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 501 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 333 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 205 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 347 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 643 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 610 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 530 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 4.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 480 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 791 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 340 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 480 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 497 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 822 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 497 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 604 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 231 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 770 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 608 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 776 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 700 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 601 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 199 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 965 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 220 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 544 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 299 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar (13 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar
Downloaded2from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar (6.4 kB at 456 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar (46 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Downloaded4from3Maven:8https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 2.1 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
Downloaded2from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 336 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 856 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar (168 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 604 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 396 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 482 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 29 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 312 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 1.9 MB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 924 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 50 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 22 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 881 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded2from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 499 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 695 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 482 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 114 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 191 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 518 kB/s)
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 301 kB/s)
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 817 kB/s)
Downloaded2from8Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 745 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 1.7 MB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing change of org.eolang:eo-parent:1.0-SNAPSHOT -> 0.34.4
[INFO] Processing org.eolang:eo-parent
[INFO]     Updating project org.eolang:eo-parent
[INFO]         from version 1.0-SNAPSHOT to 0.34.4
[INFO]
[INFO] Processing org.eolang:eo-maven-plugin
[INFO]     Updating parent org.eolang:eo-parent
[INFO]         from version 1.0-SNAPSHOT to 0.34.4
[INFO]
[INFO] Processing org.eolang:eo-parser
[INFO]     Updating parent org.eolang:eo-parent
[INFO]         from version 1.0-SNAPSHOT to 0.34.4
[INFO]
[INFO] Processing org.eolang:eo-runtime
[INFO]     Updating parent org.eolang:eo-parent
[INFO]         from version 1.0-SNAPSHOT to 0.34.4
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 1.0-SNAPSHOT:
[INFO]
[INFO] eo ................................................. SUCCESS [  3.991 s]
[INFO] eo-parser .......................................... SKIPPED
[INFO] eo-maven-plugin .................................... SKIPPED
[INFO] eo-runtime ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.272 s
[INFO] Finished at: 2024-01-17T11:19:09Z
[INFO] ------------------------------------------------------------------------
0m0m[__rultor 88e99bb6c] 0.34.4
 4 files changed, 4 insertions(+), 4 deletions(-)
[1;34mINFOm] Scanning for projects...
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] eo                                                                 [pom]
[1;34mINFOm] eo-parser                                                          [jar]
[1;34mINFOm] eo-maven-plugin                                           [maven-plugin]
[1;34mINFOm] eo-runtime                                                         [jar]
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parent0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo 0.34.4                                                 [1/4]m
[1;34mINFOm]   from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.3.2:cleanm 1m(default-clean)m @ 36meo-parent0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-java)m @ 36meo-parent0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 438 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 416 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 4.7 MB/s)
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 1.3 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 2.4 MB/s)
Downloaded2from8Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 3.2 MB/s)
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 2.6 MB/s)
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-maven)m @ 36meo-parent0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:createm 1m(jcabi-build-number)m @ 36meo-parent0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (2.1 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (1.8 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (1.5 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (2.5 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (2.1 kB at 177 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (3.4 kB at 242 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (3.2 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (2.6 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (2.1 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 463 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (3.1 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (2.8 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (9.7 kB at 744 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (3.4 kB at 259 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (2.2 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (3.5 kB at 319 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 747 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (2.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 801 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 943 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 3.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 602 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 514 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 485 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 783 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 139 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 439 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 71 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 269 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 429 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 780 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (110 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded2from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 684 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 431 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 3.1 MB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 372 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (69 kB at 541 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 431 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 2.0 MB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 189 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 182 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 302 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 374 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 9.2 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 5.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 7.3 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 5.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 18 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 323 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 417 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 2.5 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 3.1 MB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 88e99bb at timestamp: 2024-01-17T11:19:15
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'symbolic-ref' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing scmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-parent0;1m ---m
[1;34mINFOm] Skipping because we are not in root module.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantrun:3.1.0:runm 1m(jcabi-xcop)m @ 36meo-parent0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom (159 B at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 796 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 652 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar (9.4 kB at 852 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded2from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.3 MB/s)
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 5.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 7.5 MB/s)
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/custom_goals/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/duplicate_classes/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/hash_package_layer/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/rewritten_sources/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/simple/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/add_rust/add_rust.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/phi/to-phi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/attrs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/classes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rename-tests-inners.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/tests.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/varargs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-conflicting-greeks.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-vertices.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-empty-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-lost-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-singleton-greeks.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-attrs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-dot.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-text.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-xembly.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/_macros.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-loc-to-objects.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-root.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-sodg-root.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/after.xsd looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/append-xi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/before-each.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-rho.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-sigma.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/connect-dots.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/epsilon-bindings.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/focus.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pi-copies.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pre-clean.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/remove-leveled.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/touch-all.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/unroll-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/site/site.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/optimize/main.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/XMIR.xsd looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_datas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-probes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/critical-errors/duplicate-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti/cti-adds-errors.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/data-objects.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/empty-object.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/external-weak-typed-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/many-free-attributes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/signed-binding-indexes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unused-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/zero-version.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-qqs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/explicit-data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-critical.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-errors.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-warnings.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/abstracts-float-up.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/fix-missed-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/globals-to-abstracts.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-levels.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-noise.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/set-locators.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/stars-to-tuples.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/correct-package-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/duplicate-metas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-architect.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-home.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-version.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-home-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-package-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-version-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/prohibited-package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/sparse-decoration.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unit-test-without-phi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unsorted-metas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/apply-func.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-runtime/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-runtime/src/test/resources/logback.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mgroovy:2.1.1:executem 1m(project-validate)m @ 36meo-parent0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.pom (22 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.pom (24 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 821 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 448 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 351 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 306 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 204 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 802 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 195 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/jline/jline/2.12/jline-2.12.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/jline/jline/2.12/jline-2.12.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.jar
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.jar (292 kB at 7.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (4.2 kB at 384 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloaded2from6Maven:0https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 988 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 939 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 639 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/jline/jline/2.12/jline-2.12.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/jline/jline/2.12/jline-2.12.jar (214 kB at 756 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 2.7 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 2.5 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 4.4 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.jar (8.0 MB at 4.5 MB/s)
Verified with src/test/groovy/check-xsl-id.groovy - OK
Verified with src/test/groovy/check-xsl-version.groovy - OK
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.1:installm 1m(default-install)m @ 36meo-parent0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 5.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 6.5 MB/s)
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parser0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-parser 0.34.4                                          [2/4]m
[1;34mINFOm]   from eo-parser/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom (5.9 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (4.8 kB at 482 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar (30 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.pom (1.5 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (11 kB at 792 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom (4.9 kB at 376 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom (63 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom (6.3 kB at 526 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom (5.2 kB at 434 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 447 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom (4.2 kB at 382 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom (2.6 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 526 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 344 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom (3.6 kB at 323 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom (4.6 kB at 354 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom (10 kB at 853 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom (63 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.pom (6.7 kB at 610 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.pom (8.0 kB at 726 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.36.0/jcabi-1.36.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.36.0/jcabi-1.36.0.pom (5.8 kB at 530 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom (63 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.pom (2.0 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom (12 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom (7.0 kB at 499 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 429 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom (3.2 kB at 289 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 204 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom (2.8 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom (3.0 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.pom (3.2 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (3.0 kB at 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (3.2 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (2.8 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom (2.2 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom (15 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom (7.3 kB at 733 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom (2.8 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom (16 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom (4.2 kB at 385 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom (4.8 kB at 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom (63 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom (3.2 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom (3.2 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom (2.5 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.pom (16 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom (62 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom (10 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.7 MB/s)
[1;33mWARNINGm] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
Downloading from Maven: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar (2.0 MB at 9.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar (41 kB at 834 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (346 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 3.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar (166 kB at 915 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (326 kB at 938 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar (44 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar (13 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar (52 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (65 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar (66 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 2.0 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.jar (22 kB at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.jar (92 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.jar (127 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar (93 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar (40 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 4.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 30 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 14 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar (211 kB at 408 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 293 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.jar (191 kB at 323 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar (11 kB at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 487 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar (332 kB at 441 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar (6.1 kB at 8.0 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 753 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar (6.7 kB at 8.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar (1.0 MB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 730 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 51 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar (257 kB at 256 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar (700 kB at 658 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar (5.6 MB at 3.4 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.jar (4.2 MB at 2.5 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.3.2:cleanm 1m(default-clean)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-java)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-maven)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:createm 1m(jcabi-build-number)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantlr4:4.13.1:antlr4m 1m(jcabi-antlr4)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (1.1 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (8.3 kB at 689 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 836 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 806 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.13.1/antlr4-4.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.13.1/antlr4-4.13.1.pom (7.6 kB at 758 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom (2.9 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (4.6 kB at 420 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom (4.9 kB at 448 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (1.1 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.13.1/antlr4-4.13.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 707 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 515 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 602 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 146 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.5 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr4/4.13.1/antlr4-4.13.1.jar (1.3 MB at 3.8 MB/s)
Downloaded1from4Maven:Mhttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar (14 MB at 9.2 MB/s)
[1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[1;34mINFOm] Processing grammar: org/eolang/parser/Eo.g4
[1;34mINFOm] Processing grammar: org/eolang/parser/Phi.g4
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:resourcesm 1m(default-resources)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 549 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 322 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 5.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded2from5Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 3.2 MB/s)
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 5.7 MB/s)
[1;34mINFOm] Copying 60 resources from src/main/resources to target/classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(default-compile)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 229 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 354 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 333 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 537 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 261 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 778 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 503 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 444 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 606 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 737 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 595 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 858 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 369 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 527 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 707 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 512 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 242 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 360 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 761 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 584 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 196 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 792 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 450 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 568 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 460 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 426 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 3.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.4 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 360 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 436 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 368 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 913 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 640 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 551 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 375 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 280 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 210 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 129 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 58 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 764 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 89 kB/s)
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 68 kB/s)
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 350 kB/s)
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 503 kB/s)
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 922 kB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 31 source files to /home/r/repo/eo-parser/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:testResourcesm 1m(default-testResources)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Copying 153 resources from src/test/resources to target/test-classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 11 source files to /home/r/repo/eo-parser/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.2.3:testm 1m(default-test)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom (6.2 kB at 520 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom (3.5 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom (3.3 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom (4.1 kB at 338 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom (3.3 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom (4.5 kB at 405 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom (1.8 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 580 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 628 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 355 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 237 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar (308 kB at 6.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar
Downloaded3from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar (8.2 kB at 430 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded3from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar (14 kB at 679 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
Downloaded3from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar (171 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 959 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar (118 kB at 1.7 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 869 kB/s)
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 1.6 MB/s)
Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 3.1 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar (2.4 MB at 4.5 MB/s)
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10859612876109407
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.pom (4.7 kB at 466 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom (2.6 kB at 237 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom (2.8 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 336 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 315 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.jar (27 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar (18 kB at 1.3 MB/s)
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 589 kB/s)
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 4.1 MB/s)
Downloaded2from2Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 2.3 MB/s)
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom (3.0 kB at 303 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 2.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running org.eolang.parser.1mEoIndentLexerTestm
[1;34mINFOm] Running org.eolang.parser.1mStEoLoggedTestm
[1;34mINFOm] Running org.eolang.parser.1mStUnhexTestm
[1;34mINFOm] Running org.eolang.parser.1mEoSyntaxTestm
[1;34mINFOm] Running org.eolang.parser.1mPhiSyntaxTestm
[1;34mINFOm] Running org.eolang.parser.1mObjectsTestm
[1;34mINFOm] Running org.eolang.parser.1mStXPathTestm
[1;34mINFOm] Running org.eolang.parser.xmir.1mXmirTestm
[1;34mINFOm] Running org.eolang.parser.1mParsingTrainTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m8m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m2m, Time elapsed: 0.379 s -- in org.eolang.parser.1mEoIndentLexerTestm
SLF4J: A number (44) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also https://www.slf4j.org/codes.html#replay
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.980 s -- in org.eolang.parser.1mObjectsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.eolang.parser.1mStXPathTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s -- in org.eolang.parser.1mStEoLoggedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in org.eolang.parser.1mPhiSyntaxTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m20m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 s -- in org.eolang.parser.1mStUnhexTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m57m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 2.175 s -- in org.eolang.parser.1mEoSyntaxTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m25m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.952 s -- in org.eolang.parser.xmir.1mXmirTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m76m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.551 s -- in org.eolang.parser.1mParsingTrainTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 193, Failures: 0, Errors: 0, Skipped: 3m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (5.1 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (1.6 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (2.5 kB at 227 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (11 kB at 910 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (5.2 kB at 435 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 407 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 489 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 607 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 423 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 204 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 210 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 683 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 475 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 380 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 404 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 884 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 388 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 504 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 712 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 923 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 993 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 127 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 921 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 248 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom (2.3 kB at 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 459 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 359 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 384 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 470 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 426 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 996 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 246 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 998 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 925 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 429 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 240 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 976 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom (2.6 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (21 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (4.8 kB at 434 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (15 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (3.3 kB at 297 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 576 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded2from9Maven:1https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded4from9Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 290 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 777 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (79 kB at 528 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 270 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 828 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 107 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 34 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (196 kB at 416 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 323 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 7.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 773 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 6.8 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 3.2 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 488 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar (154 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (208 kB at 224 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 61 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 3.3 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 2.1 MB/s)
Downloaded1from5Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (15 MB at 6.2 MB/s)
[1;34mINFOm] Versionalizing /home/r/repo/eo-parser/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/xmir/org-eolang-eo-parser-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.3.0:jarm 1m(default-jar)m @ 36meo-parser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 499 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 392 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 601 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 227 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 3.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded4from9Maven:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 2.0 MB/s)
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 2.3 MB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 1.1 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 3.2 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 3.6 MB/s)
[1;34mINFOm] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantrun:3.1.0:runm 1m(jcabi-xcop)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/XMIR.xsd looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_datas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-probes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/critical-errors/duplicate-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti/cti-adds-errors.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/data-objects.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/empty-object.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/external-weak-typed-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/many-free-attributes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/signed-binding-indexes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unused-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/zero-version.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-qqs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/explicit-data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-critical.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-errors.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-warnings.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/abstracts-float-up.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/fix-missed-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/globals-to-abstracts.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-levels.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-noise.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/set-locators.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/stars-to-tuples.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/correct-package-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/duplicate-metas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-architect.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-home.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-version.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-home-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-package-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-version-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/prohibited-package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/sparse-decoration.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unit-test-without-phi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unsorted-metas.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/apply-func.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.1:installm 1m(default-install)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom
[1;34mINFOm] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.eolang:eo-maven-plugin0;1m >---------------------m
[1;34mINFOm] 1mBuilding eo-maven-plugin 0.34.4                                    [3/4]m
[1;34mINFOm]   from eo-maven-plugin/pom.xml
[1;34mINFOm] 1m----------------------------[ maven-plugin ]----------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom (4.2 kB at 423 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom (44 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 293 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar (57 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (2.9 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (29 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (2.7 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (2.3 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom (7.6 kB at 850 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (7.5 kB at 754 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (1.8 kB at 183 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (2.1 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (3.5 kB at 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (4.5 kB at 450 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (2.7 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (4.3 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (3.2 kB at 358 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 887 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (20 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom (1.5 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom (17 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom (2.9 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom (11 kB at 966 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 302 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 439 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 574 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 337 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.pom (4.6 kB at 516 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (3.1 kB at 285 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (11 kB at 870 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom (5.2 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom (6.7 kB at 668 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 739 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.pom (36 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (16 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom (4.9 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom (4.4 kB at 403 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.pom (4.4 kB at 438 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.pom (4.6 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (5.2 kB at 371 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (1.9 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (3.7 kB at 408 kB/s)
[1;33mWARNINGm] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (47 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar
Downloaded5from9Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar (59 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar (218 kB at 3.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (53 kB at 920 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar (45 kB at 594 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (42 kB at 529 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar (14 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (28 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar (38 kB at 361 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (74 kB at 647 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar (52 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 899 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (198 kB at 890 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar (318 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar (14 kB at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (702 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar (51 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 524 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 529 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (13 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar (30 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar (31 kB at 72 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar (10 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.jar (290 kB at 570 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar (7.1 kB at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.jar (240 kB at 468 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.jar (5.4 kB at 10 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.jar (7.2 kB at 14 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar (63 kB at 116 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (333 kB at 607 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar (233 kB at 394 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (3.0 MB at 2.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.3.2:cleanm 1m(default-clean)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-java)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-maven)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:resourcesm 1m(pre-copy-resources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 46 resources from src/main/resources to target/classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:createm 1m(jcabi-build-number)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mdependency:3.6.1:propertiesm 1m(default)m @ 36meo-maven-plugin0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 630 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 380 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 204 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 205 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 189 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 304 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 392 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 335 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 503 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 934 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 964 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 257 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (6.1 kB at 678 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/14/plexus-14.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/14/plexus-14.pom (28 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/56/commons-parent-56.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 535 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 237 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 624 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 529 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 566 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 498 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 655 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 968 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded4from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 1.4 MB/s)
Downloading)from/Maven:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded2from7Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 454 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 583 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 479 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 366 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 627 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 372 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 278 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 9.6 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 323 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 305 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 1.8 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 4.7 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:prepare-agentm 1m(jacoco-initialize)m @ 36meo-maven-plugin0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom (3.5 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom (2.1 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 279 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom (1.9 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 7.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 995 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 839 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar
Downloaded5from6Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 1.2 MB/s)
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar (131 kB at 2.7 MB/s)
Downloaded3from2Maven:1https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 1.1 MB/s)
Downloaded2from5Maven:khttps://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar (210 kB at 2.3 MB/s)
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar (301 kB at 2.8 MB/s)
[1;34mINFOm] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-maven-plugin/target/jacoco.exec
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.10.2:helpmojom 1m(default)m @ 36meo-maven-plugin0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.pom (5.8 kB at 528 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 662 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 497 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 996 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.pom (3.3 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom (13 kB at 834 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 838 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.pom (2.8 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.pom (5.0 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.pom (1.4 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 291 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.pom (2.4 kB at 242 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-script/3.10.2/maven-script-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-script/3.10.2/maven-script-3.10.2.pom (1.8 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.pom (3.3 kB at 272 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.pom (2.1 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.jar (56 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 1.9 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
Downloaded4from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 640 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 435 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 326 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.jar (44 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 1.0 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.jar (19 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.jar (79 kB at 205 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 639 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.jar
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar (452 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.jar
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.jar (14 kB at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.jar (14 kB at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 83 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.jar (14 kB at 35 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.jar (30 kB at 72 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (559 kB at 942 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 2.8 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:resourcesm 1m(default-resources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 46 resources from src/main/resources to target/classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(java-compile)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 122 source files to /home/r/repo/eo-maven-plugin/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(compile-helpmojo)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/eo-maven-plugin/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.10.2:descriptorm 1m(default-descriptor)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-annotations mojo extractor found 26 mojo descriptors.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.10.2:descriptorm 1m(default)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;34mINFOm] java-annotations mojo extractor found 26 mojo descriptors.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:testResourcesm 1m(default-testResources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 93 resources from src/test/resources to target/test-classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(java-test-compile)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 90 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java: Some input files use unchecked or unsafe operations.
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java: Recompile with -Xlint:unchecked for details.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.2.3:testm 1m(default-test)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10859638951262589
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running org.eolang.maven.util.1mHmBaseTestm
[1;34mINFOm] Running org.eolang.maven.1mLogFormatTestm
[1;34mINFOm] Running org.eolang.maven.hash.1mChPatternTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mPrimeModuleTestm
[1;34mINFOm] Running org.eolang.maven.name.1mOnSwapTestm
[1;34mINFOm] Running org.eolang.maven.1mDepDirsTestm
[1;34mINFOm] Running org.eolang.maven.name.1mOnReplacedTestm
[1;34mINFOm] Running org.eolang.maven.dependencies.1mDcsEachWithoutTransitiveTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyFilesystemTestm
[1;34mINFOm] Running org.eolang.maven.1mUnspileMojoTestm
[1;34mINFOm] Running org.eolang.maven.util.1mFileHashTestm
SLF4J: Class path contains multiple SLF4J providers.
SLF4J: Found provider [org.slf4j.reload4j.Reload4jServiceProvider@5697294c]
SLF4J: Found provider [MavenSlf4j()]
SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[1;34mINFOm] 1;32mTests run: 0;1;32m15m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.eolang.maven.name.1mOnSwapTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.eolang.maven.util.1mFileHashTestm
[1;34mINFOm] Running org.eolang.maven.footprint.1mCacheVersionTestm
[1;34mINFOm] Running org.eolang.maven.1mBinarizeParseTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eolang.maven.rust.1mPrimeModuleTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyEmptyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.eolang.maven.objectionary.1mOyFilesystemTestm
[1;34mINFOm] Running org.eolang.maven.1mJavaFilesTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eolang.maven.objectionary.1mOyEmptyTestm
[1;34mINFOm] Running org.eolang.maven.1mCatalogsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eolang.maven.dependencies.1mDcsEachWithoutTransitiveTestm
[1;34mINFOm] Running org.eolang.maven.hash.1mChTextTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m35m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eolang.maven.hash.1mChPatternTestm
[1;34mINFOm] Running org.eolang.maven.1mSodgMojoTestm
SLF4J: Actual provider is of type [org.slf4j.reload4j.Reload4jServiceProvider@5697294c]
SLF4J: A number (19) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also https://www.slf4j.org/codes.html#replay
11:20:01 [INFO] org.eolang.maven.log.Logs: ping
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m17m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 0.395 s -- in org.eolang.maven.1mDepDirsTestm
[1;34mINFOm] Running org.eolang.maven.1mDiscoverMojoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m6m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eolang.maven.hash.1mChTextTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mRustNodeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eolang.maven.footprint.1mCacheVersionTestm
[1;34mINFOm] Running org.eolang.maven.hash.1mChCachedTestm
11:20:02 [INFO] org.eolang.maven.LogFormatTest: Wake up, Neo...
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eolang.maven.hash.1mChCachedTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mCommentedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s -- in org.eolang.maven.util.1mHmBaseTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyHomeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.eolang.maven.1mLogFormatTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyIndexedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eolang.maven.objectionary.1mOyHomeTestm
[1;34mINFOm] Running org.eolang.maven.tojos.1mForeignTojosTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eolang.maven.1mCatalogsTestm
[1;34mINFOm] Running org.eolang.maven.name.1mOnVersionedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m10m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eolang.maven.name.1mOnVersionedTestm
[1;34mINFOm] Running org.eolang.maven.util.1mRelTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m13m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eolang.maven.util.1mRelTestm
[1;34mINFOm] Running org.eolang.maven.1mUnphiMojoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eolang.maven.tojos.1mForeignTojosTestm
[1;34mINFOm] Running org.eolang.maven.1mShakeMojoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eolang.maven.rust.1mCommentedTestm
[1;34mINFOm] Running org.eolang.maven.1mProbeMojoTestm
11:20:02 [WARN] org.eolang.maven.UnspileMojo: No .class files in ./home/r/repo/eo-maven-plugin/classes including [**/*.class], nothing to unspile
[1;34mINFOm] Running org.eolang.maven.hash.1mChRemoteTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.eolang.maven.1mUnspileMojoTestm
[1;34mINFOm] Running org.eolang.maven.1mCleanMojoTestm
11:20:02 [INFO] org.eolang.maven.CleanMojo: Deleted all files in: './tmp/junit6906742043755956646/target'
11:20:02 [WARN] org.eolang.maven.objectionary.OyIndexed: Failed to check object org.eolang.io.stdout in objectionary index: java.lang.IllegalStateException: Fake exception
        at org.eolang.maven.objectionary.OyIndexedTest.lambda$checksContainsInDelegateIfExceptionHappensInIndex$1(OyIndexedTest.java:82)
        at org.cactoos.scalar.Sticky.lambda$new$0(Sticky.java:73)
        at org.cactoos.func.StickyFunc.lambda$new$0(StickyFunc.java:70)
        at org.cactoos.func.StickyBiFunc.apply(StickyBiFunc.java:93)
        at org.cactoos.func.StickyFunc.apply(StickyFunc.java:77)
        at org.cactoos.scalar.Sticky.value(Sticky.java:79)
        at org.eolang.maven.objectionary.ObjectsIndex.contains(ObjectsIndex.java:90)
        at org.eolang.maven.objectionary.OyIndexed.contains(OyIndexed.java:76)
        at org.eolang.maven.objectionary.OyIndexedTest.checksContainsInDelegateIfExceptionHappensInIndex(OyIndexedTest.java:85)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
        at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396)
        at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
        at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396)
        at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
        at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[1;34mINFOm] 1;32mTests run: 0;1;32m29m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.eolang.maven.objectionary.1mOyIndexedTestm
[1;34mINFOm] Running org.eolang.maven.1mTranspileMojoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.eolang.maven.name.1mOnReplacedTestm
[1;34mINFOm] Running org.eolang.maven.1mPhiMojoTestm
11:20:02 [INFO] org.eolang.maven.RegisterMojo: There are 1 EO sources registered already
11:20:02 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit8122646982180078093/. to ./tmp/junit8122646982180078093/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eolang.maven.hash.1mChRemoteTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyFallbackTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eolang.maven.objectionary.1mOyFallbackTestm
[1;34mINFOm] Running org.eolang.maven.1mVerifyMojoTestm
11:20:03 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom-rust.r.α0
11:20:03 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom-rust.r.α0
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s -- in org.eolang.maven.rust.1mRustNodeTestm
[1;34mINFOm] Running org.eolang.maven.1mParseMojoTestm
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:03 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: Parsed 50 .eo sources to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:04 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.880 s -- in org.eolang.maven.1mParseMojoTestm
[1;34mINFOm] Running org.eolang.maven.1mPrintMojoTestm
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 854ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 876ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 878ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 884ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 880ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 882ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 886ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 890ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 966ms (over 500ms)
11:20:04 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 964ms (over 500ms)
11:20:05 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit8184638735875727956/src/test/resources/org/eolang/maven/print/main.xmir => /tmp/junit8184638735875727956/output/main.eo
11:20:05 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit8184638735875727956/src/test/resources/org/eolang/maven/print/inner/a.xmir => /tmp/junit8184638735875727956/output/inner/a.eo
11:20:05 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit8184638735875727956/src/test/resources/org/eolang/maven/print/inner/b.xmir => /tmp/junit8184638735875727956/output/inner/b.eo
11:20:05 [INFO] org.eolang.maven.PrintMojo: Printed 3 XMIR sources into EO
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s -- in org.eolang.maven.1mPrintMojoTestm
[1;34mINFOm] Running org.eolang.maven.1mUnplaceTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eolang.maven.1mUnplaceTestm
[1;34mINFOm] Running org.eolang.maven.util.1mHmOptionalTestm
11:20:05 [INFO] org.eolang.maven.log.Logs: ping
11:20:05 [INFO] org.eolang.maven.util.HmOptional: Rewriting of the /tmp/junit4996547556294247956/file.txt file was skipped
[1;34mINFOm] 1;32mTests run: 0;1;32m10m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eolang.maven.util.1mHmOptionalTestm
[1;34mINFOm] Running org.eolang.maven.1mAssembleMojoTestm
11:20:05 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:05 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit9278205051316749403/xml/sum.xmir to ./tmp/junit9278205051316749403/java
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.136 s -- in org.eolang.maven.1mJavaFilesTestm
[1;34mINFOm] Running org.eolang.maven.1mResolveMojoTestm
11:20:06 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:20:09 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit6806126665959793234/target/2-optimize/foo/x/main.xmir -> /tmp/junit6806126665959793234/target/phi/foo/x/main.phi
11:20:09 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit6806126665959793234/target/2-optimize to ./tmp/junit6806126665959793234/target/phi
11:20:09 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit6806126665959793234/target/phi/foo/x/main.phi -> /tmp/junit6806126665959793234/target/1-parse/foo/x/main.xmir
11:20:09 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:09 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit6806126665959793234/target/1-parse/foo/x/main.xmir => /tmp/junit6806126665959793234/target/generated-sources/foo/x/main.eo
11:20:09 [INFO] org.eolang.maven.PrintMojo: Printed 1 XMIR sources into EO
11:20:09 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:09 [INFO] org.eolang.maven.log.Logs: ping
11:20:09 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit16733113928889768137/foo/x/main.eo:5': [5:-1] extraneous input 'INT' expecting {COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:20:09 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit16733113928889768137/foo/x/main.eo:6': [6:-1] mismatched input 'EXPONENT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:20:09 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit17024066676057889553/target/phi/std.phi -> /tmp/junit17024066676057889553/target/1-parse/std.xmir
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:10 [ERROR] org.eolang.maven.UnphiMojo: 1 files with parsing errors were found: [std.phi]
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit14611375044292590040/target/phi/std.phi -> /tmp/junit14611375044292590040/target/1-parse/std.xmir
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:10 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit4085318438682057749/target/2-optimize/foo/x/main.xmir -> /tmp/junit4085318438682057749/target/phi/foo/x/main.phi
11:20:10 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit4085318438682057749/target/2-optimize to ./tmp/junit4085318438682057749/target/phi
11:20:10 [WARN] org.eolang.maven.SodgMojo: XSL 'add-loc-to-objects' took 146ms (over 100ms)
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit10178439901549937204/target/phi/main.phi -> /tmp/junit10178439901549937204/target/1-parse/main.xmir
11:20:10 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 1 programs
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [WARN] org.eolang.maven.SodgMojo: XSL 'append-xi' took 108ms (over 100ms)
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.1
11:20:10 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.22.1
11:20:10 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:10 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 137ms (over 100ms)
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@54301a3f: Critical error identified:
  /tmp/junit16733113928889768137/foo/x/main.eo, 5: [5:-1] extraneous input 'INT' expecting {COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF";
  /tmp/junit16733113928889768137/foo/x/main.eo, 6: [6:-1] mismatched input 'EXPONENT' expecting {&lt;EOF&gt;, COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF";
11:20:10 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:20:10 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:20:10 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-sigma' took 122ms (over 100ms)
11:20:10 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit12066198024397130437/foo/x/main.eo:6': [6:4] no viable alternative at input '[x] <': "[x] < wrong>"
11:20:10 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit12066198024397130437/foo/x/main.eo:8': [8:-1] mismatched input 'INT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:10 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:20:10 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:20:10 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit8122646982180078093/target/5-resolve
11:20:10 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 8s
11:20:10 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:10 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-rho' took 101ms (over 100ms)
11:20:10 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:20:10 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.DiscoverMojo: Discovered 2 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes]
11:20:10 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|9c93528, org.eolang|9c93528]
11:20:10 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:10 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:20:10 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:20:10 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:20:10 [INFO] org.eolang.maven.rust.RustNode: Created java class native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:20:11 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:20:11 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:11 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:11 [WARN] org.eolang.maven.SodgMojo: XSL 'epsilon-bindings' took 107ms (over 100ms)
11:20:11 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:20:11 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:11 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:11 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:11 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:20:11 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:11 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 5s
11:20:11 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:20:11 [WARN] org.eolang.maven.SodgMojo: XSL 'connect-dots' took 109ms (over 100ms)
11:20:11 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:11 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528]
11:20:11 [WARN] org.eolang.maven.SodgMojo: XSL 'put-atoms' took 150ms (over 100ms)
11:20:11 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit18236050213587875567/target/8-transpile/foo/x/main.xmir to ./tmp/junit18236050213587875567/target/generated
11:20:11 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit18236050213587875567/target/generated
11:20:11 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit18236050213587875567/target/generated
11:20:11 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@23ce83dd: Critical error identified:
  /tmp/junit12066198024397130437/foo/x/main.eo, 6: [6:4] no viable alternative at input '[x] &lt;': "[x] &lt; wrong&gt;";
  /tmp/junit12066198024397130437/foo/x/main.eo, 8: [8:-1] mismatched input 'INT' expecting {&lt;EOF&gt;, COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF";
11:20:11 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:20:11 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:20:11 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:11 [ERROR] org.eolang.maven.VerifyMojo: There is no 'SHAKEN' attribute in the tojo
11:20:11 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:11 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:12 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-duplicate-vertices' took 105ms (over 100ms)
11:20:12 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit18236050213587875567/target/8-transpile/foo/x/main.xmir to ./tmp/junit18236050213587875567/target/generated
11:20:12 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit18236050213587875567/target/generated
11:20:12 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit18236050213587875567/target/generated
11:20:12 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:12 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:12 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo5326206024974879330/target/sodg/foo/x/main.sodg (58 instructions)
11:20:12 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo5326206024974879330/target/sodg, 58 instructions
11:20:12 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:12 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:12 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@59f5a675: Critical error identified:
  /tmp/junit6286695237997490390/foo/x/main.eo, 6: The name &quot;x&quot; is already in use;
11:20:12 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:20:12 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:20:12 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit14445579688738052026/foo/x/main.eo:1': [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something > is wrong here"
11:20:12 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:12 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:13 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:13 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@309af6fe: Critical error identified:
  /tmp/junit14445579688738052026/foo/x/main.eo, 1: [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something &gt; is wrong here";
11:20:13 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:20:13 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:20:13 [INFO] org.eolang.maven.log.Logs: ping
11:20:13 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:13 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit10178439901549937204/target/2-optimize/main.xmir -> /tmp/junit10178439901549937204/target/phi/main.phi
11:20:14 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit10178439901549937204/target/2-optimize to ./tmp/junit10178439901549937204/target/phi
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit7492616371774722988/target/phi/main.phi -> /tmp/junit7492616371774722988/target/1-parse/main.xmir
11:20:14 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:14 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit14324954484150941167/target/2-optimize/foo/x/main.xmir -> /tmp/junit14324954484150941167/target/phi/foo/x/main.phi
11:20:14 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit14324954484150941167/target/2-optimize to ./tmp/junit14324954484150941167/target/phi
11:20:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:14 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-foreign:0.22.1
11:20:14 [ERROR] org.eolang.maven.ResolveMojo: Dependency {groupId=org.eolang, artifactId=eo-foreign, version=0.22.1, type=jar} contains transitive dependencies: [org.eolang:eo-transitive:0.1.0]
11:20:14 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.DiscoverMojo: Discovered 8 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.a, org.eolang.float, org.eolang.string, org.eolang.bytes, org.eolang.sprintf, org.eolang.two, org.eolang.int]
11:20:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:14 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:20:14 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:20:14 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:14 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:20:14 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:14 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit8122646982180078093/target/5-resolve
11:20:14 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 4s
11:20:14 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:20:14 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:20:14 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:20:14 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:14 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:20:14 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:14 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit8122646982180078093/target/5-resolve
11:20:14 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 25ms
11:20:14 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
11:20:14 [INFO] org.eolang.maven.CleanMojo: Deleted all files in: './tmp/junit8122646982180078093/target'
[1;34mINFOm] 1;32mTests run: 0;1;32m23m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.35 s -- in org.eolang.maven.1mCleanMojoTestm
[1;34mINFOm] Running org.eolang.maven.1mSafeMojoTestm
11:20:14 [INFO] org.eolang.maven.log.Logs: ping
11:20:14 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit18068921744881442277/foo/x/main.eo:1': [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something > is definitely wrong here"
11:20:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:14 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eolang.maven.1mSafeMojoTestm
[1;34mINFOm] Running org.eolang.maven.1mUnplaceMojoTestm
11:20:14 [INFO] org.eolang.maven.UnplaceMojo: Because of 'selectivelyPlace' list of globs: 1 files remained and 0 deleted
11:20:14 [INFO] org.eolang.maven.UnplaceMojo: No binaries out of 1 deleted in ./tmp/junit14398304006002042259/placed.csv
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 1 binari(es) deleted, which were found in ./tmp/junit7681750892035247650/placed.csv
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 2 binari(es) deleted, which were found in ./tmp/junit13783024121489529293/placed.csv
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit17520869642540603566/placed.csv
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit12330012047632683735/placed.csv
11:20:15 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit7163364226974300740/placed.csv
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: Because of 'selectivelyPlace' list of globs: 1 files remained and 0 deleted
11:20:15 [INFO] org.eolang.maven.UnplaceMojo: All 1 binari(es) deleted, which were found in ./tmp/junit13574907850536037672/placed.csv
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eolang.maven.1mUnplaceMojoTestm
[1;34mINFOm] Running org.eolang.maven.hash.1mChNarrowTestm
11:20:15 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eolang.maven.hash.1mChNarrowTestm
[1;34mINFOm] Running org.eolang.maven.1mLatexMojoTestm
11:20:15 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:15 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:20:15 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:15 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:15 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:15 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:20:15 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:20:15 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 4s
11:20:15 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:20:15 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:20:15 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:20:15 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:20:15 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:20:15 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:15 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:15 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:15 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.txt, org.eolang.io, org.eolang, org.eolang.io.stdout, org.eolang.txt.sprintf]
11:20:15 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:20:15 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:20:15 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 33ms
11:20:15 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
11:20:15 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.VerifyMojo: Verified 2 out of 2 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.log.Logs: ping
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:20:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created java class native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:20:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native2.rs from Φ.org.eolang.custom.creates-object.r.α0
11:20:15 [INFO] org.eolang.maven.rust.RustNode: Created java class native2.rs from Φ.org.eolang.custom.creates-object.r.α0
11:20:15 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:16 [WARN] org.eolang.maven.SodgMojo: XSL 'pi-copies' took 135ms (over 100ms)
11:20:16 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit3583791541328768223/target/8-transpile/foo/x/main.xmir to ./tmp/junit3583791541328768223/target/generated
11:20:16 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit3583791541328768223/target/generated
11:20:16 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit3583791541328768223/target/generated
11:20:16 [INFO] org.eolang.maven.TranspileMojo: XMIR ./tmp/junit3583791541328768223/target/6-verify/foo/x/main.xmir (foo.x.main) were already transpiled to ./tmp/junit3583791541328768223/target/8-transpile/foo/x/main.xmir
11:20:16 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 0 Java files in ./tmp/junit3583791541328768223/target/generated
11:20:16 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit3583791541328768223/target/generated
11:20:16 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:16 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:16 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@2ce6e147: Errors identified:
  /tmp/junit979872281701832991/foo/x/main.eo, 4: The object has attribute without a name, line=4, pos=7;
11:20:16 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-errors.xsl; SystemID: file:///org/eolang/parser/fail-on-errors.xsl; Line#: 31; Column#: 34
11:20:16 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-errors.xsl
11:20:16 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:16 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit7492616371774722988/target/2-optimize/main.xmir -> /tmp/junit7492616371774722988/target/phi/main.phi
11:20:16 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit7492616371774722988/target/2-optimize to ./tmp/junit7492616371774722988/target/phi
11:20:16 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit7390194191759791065/target/phi/main.phi -> /tmp/junit7390194191759791065/target/1-parse/main.xmir
11:20:16 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:16 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit16507198570707367039/target/2-optimize/foo/x/main.xmir -> /tmp/junit16507198570707367039/target/phi/foo/x/main.phi
11:20:16 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit16507198570707367039/target/2-optimize to ./tmp/junit16507198570707367039/target/phi
11:20:16 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:16 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo17454398304523901172/target/sodg/foo/x/main.sodg (58 instructions)
11:20:16 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo17454398304523901172/target/sodg, 58 instructions
11:20:16 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:16 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:17 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:17 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:17 [INFO] org.eolang.maven.DiscoverMojo: Discovered 1 foreign objects in 1 programs: [org.eolang.hello]
11:20:17 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:17 [INFO] org.eolang.maven.ParseMojo: Parsed 20 .eo sources to XMIRs
11:20:17 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:20:17 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:17 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.LatexMojo: Generated by LatexMojo /tmp/junit15525557398913757499/target/latex/main.tex file
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m15m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 3.225 s -- in org.eolang.maven.1mLatexMojoTestm
[1;34mINFOm] Running org.eolang.maven.dependencies.1mDcsDepgraphTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eolang.maven.dependencies.1mDcsDepgraphTestm
[1;34mINFOm] Running org.eolang.maven.1mPlaceTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.maven.1mPlaceTestm
[1;34mINFOm] Running org.eolang.maven.footprint.1mFtDefaultTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eolang.maven.footprint.1mFtDefaultTestm
[1;34mINFOm] Running org.eolang.maven.1mBinarizeMojoTestm
11:20:18 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:18 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:20:18 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:18 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:18 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:18 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:20:18 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:18 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 3s
11:20:18 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:20:18 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:20:18 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:20:18 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:20:18 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:18 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:18 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:20:18 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:18 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:20:18 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 34ms
11:20:18 [INFO] org.eolang.maven.AssembleMojo: 2 assemble cycle(s) produced some new object(s): EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1
11:20:18 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit8011618973854050328/foo/x/main.eo:6': [6:4] no viable alternative at input '[x] <': "[x] < wrong>"
11:20:18 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit8011618973854050328/foo/x/main.eo:8': [8:-1] mismatched input 'INT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:20:18 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:18 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:18 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:18 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.creates-object.r.α0
11:20:18 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.creates-object.r.α0
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.05 s -- in org.eolang.maven.1mBinarizeParseTestm
[1;34mINFOm] Running org.eolang.maven.1mRegisterMojoTestm
11:20:18 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit1477601920625548336/src/eo to ./tmp/junit1477601920625548336/eo-foreign.csv, included [**.eo], excluded []
11:20:18 [ERROR] org.eolang.maven.RegisterMojo: Incorrect name found: '.abc.eo'. EO name must match '^[a-zA-Z0-9\-]+\.eo$'
11:20:18 [ERROR] org.eolang.maven.RegisterMojo: sourcesDir is null. Please specify a valid sourcesDir for org.eolang.maven.RegisterMojo@d5e0fa7
11:20:18 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit9725930246108150711/src/eo to ./tmp/junit9725930246108150711/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eolang.maven.1mRegisterMojoTestm
[1;34mINFOm] Running org.eolang.maven.tojos.1mTranspiledTojosTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eolang.maven.tojos.1mTranspiledTojosTestm
[1;34mINFOm] Running org.eolang.maven.1mOptimizeMojoTestm
11:20:18 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:19 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:20:19 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:20:19 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit4764646759697101492/target/eo/8-transpile/foo/x/main.xmir to ./tmp/junit4764646759697101492/target/generated-sources
11:20:19 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 1 Java files in ./tmp/junit4764646759697101492/target/generated-sources
11:20:19 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit4764646759697101492/target/generated-sources
11:20:19 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.log.Logs: ping
11:20:19 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:19 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit7390194191759791065/target/2-optimize/main.xmir -> /tmp/junit7390194191759791065/target/phi/main.phi
11:20:19 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit7390194191759791065/target/2-optimize to ./tmp/junit7390194191759791065/target/phi
11:20:19 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit18104982878112443535/target/phi/main.phi -> /tmp/junit18104982878112443535/target/1-parse/main.xmir
11:20:19 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:19 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.log.Logs: ping
11:20:19 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:19 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit6508992271218759636/target/2-optimize/foo/x/main.xmir -> /tmp/junit6508992271218759636/target/phi/foo/x/main.phi
11:20:19 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit6508992271218759636/target/2-optimize to ./tmp/junit6508992271218759636/target/phi
11:20:19 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.io.stdout, org.eolang.txt.sprintf]
11:20:19 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:19 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:19 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:20 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:20:20 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 156ms (over 100ms)
11:20:20 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-sigma' took 131ms (over 100ms)
11:20:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:20 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:20:20 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.1
11:20:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.math.number, org.eolang.seq, org.eolang.int, org.eolang.txt.text, org.eolang.nop]
11:20:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo9573424785369403632/target/sodg/foo/x/main.sodg (84 instructions)
11:20:21 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo9573424785369403632/target/sodg, 84 instructions
11:20:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:21 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:20:21 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:21 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:21 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:21 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:20:21 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:21 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 3s
11:20:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:20:21 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:21 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.incorrect-code.r.α0
11:20:21 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.incorrect-code.r.α0
11:20:21 [INFO] org.eolang.maven.rust.RustNode: Building native0 rust project..
11:20:21 [DEBUG] com.yegor256.Jaxec: +cargo build
11:20:21 [ERROR] com.yegor256.Jaxec:
11:20:21 [ERROR] org.eolang.maven.BinarizeMojo: Failed to build cargo project with dest = /tmp/junit10354077228164599402/target/Lib/native0
11:20:21 [ERROR] org.eolang.maven.BinarizeMojo: Non-zero exit code #101 of 'cargo'
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.622 s -- in org.eolang.maven.1mBinarizeMojoTestm
[1;34mINFOm] Running org.eolang.maven.util.1mJoinedUnderscoreTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eolang.maven.util.1mJoinedUnderscoreTestm
[1;34mINFOm] Running org.eolang.maven.latex.1mLatexTemplateTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eolang.maven.latex.1mLatexTemplateTestm
[1;34mINFOm] Running org.eolang.maven.name.1mOnUnversionedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eolang.maven.name.1mOnUnversionedTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyFallbackSwapTestm
11:20:22 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eolang.maven.objectionary.1mOyFallbackSwapTestm
[1;34mINFOm] Running org.eolang.maven.optimization.1mOptCachedTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m6m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m3m, Time elapsed: 0.021 s -- in org.eolang.maven.optimization.1mOptCachedTestm
[1;34mINFOm] Running org.eolang.maven.util.1mWalkTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eolang.maven.util.1mWalkTestm
11:20:22 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit18104982878112443535/target/2-optimize/main.xmir -> /tmp/junit18104982878112443535/target/phi/main.phi
11:20:22 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit18104982878112443535/target/2-optimize to ./tmp/junit18104982878112443535/target/phi
11:20:22 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit2976099897351890948/target/phi/main.phi -> /tmp/junit2976099897351890948/target/1-parse/main.xmir
11:20:22 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
[1;34mINFOm] Running org.eolang.maven.1mPullMojoTestm
11:20:22 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:22 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
11:20:22 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:22 [INFO] org.eolang.maven.PullMojo: Execution skipped due to eo.skip option
11:20:22 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:22 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit14398918556663951850/target/2-optimize/foo/x/main.xmir -> /tmp/junit14398918556663951850/target/phi/foo/x/main.phi
11:20:22 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit14398918556663951850/target/2-optimize to ./tmp/junit14398918556663951850/target/phi
11:20:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:22 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:22 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:22 [ERROR] org.eolang.maven.TranspileMojo: You should check that 'Verify' goal of the plugin was run first
11:20:22 [ERROR] org.eolang.maven.TranspileMojo: There is no 'VERIFIED' attribute in the tojo
11:20:22 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@6e610282: Warnings identified:
  /tmp/junit4906583200146005246/foo/x/main.eo, 3: Sparse decoration is prohibited;
  /tmp/junit4906583200146005246/foo/x/main.eo, 4: Sparse decoration is prohibited;
  /tmp/junit4906583200146005246/foo/x/main.eo, : Missing home;
  /tmp/junit4906583200146005246/foo/x/main.eo, : Missing version meta;
11:20:22 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-warnings.xsl; SystemID: file:///org/eolang/parser/fail-on-warnings.xsl; Line#: 31; Column#: 34
11:20:22 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-warnings.xsl
11:20:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:23 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:23 [INFO] org.eolang.maven.OptimizeMojo: Optimized 20 out of 20 XMIR program(s)
11:20:23 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:23 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:20:23 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:20:23 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.txt, org.eolang.io.stdout, org.eolang.txt.sprintf, org.eolang, org.eolang.io]
11:20:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:24 [INFO] org.eolang.maven.ParseMojo: Parsed 30 .eo sources to XMIRs
11:20:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:24 [INFO] org.eolang.maven.ShakeMojo: Shaken 20 out of 20 XMIR program(s)
11:20:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:24 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:24 [INFO] org.eolang.maven.ResolveMojo: Runtime dependency added from pom with version: 0.7.0
11:20:24 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.7.0
11:20:24 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:25 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:25 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:25 [INFO] org.eolang.maven.DiscoverMojo: Discovered 6 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.txt.sprintf|54d83d4, org.eolang.seq, org.eolang.nop, org.eolang.txt.sprintf|0c15066]
11:20:25 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:20:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
11:20:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:25 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit2976099897351890948/target/2-optimize/main.xmir -> /tmp/junit2976099897351890948/target/phi/main.phi
11:20:25 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit2976099897351890948/target/2-optimize to ./tmp/junit2976099897351890948/target/phi
11:20:25 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit2063400814191012670/target/phi/main.phi -> /tmp/junit2063400814191012670/target/1-parse/main.xmir
11:20:25 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:20:26 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:20:26 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:26 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:26 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:20:26 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:20:26 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 4s
11:20:26 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:20:26 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:20:26 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:20:26 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:20:26 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:26 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:20:26 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:20:26 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 18ms
11:20:26 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m14m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 20.55 s -- in org.eolang.maven.1mAssembleMojoTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyRemoteTestm
11:20:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:26 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:26 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:26 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit6141640711079772313/target/2-optimize/foo/x/main.xmir -> /tmp/junit6141640711079772313/target/phi/foo/x/main.phi
11:20:26 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit6141640711079772313/target/2-optimize to ./tmp/junit6141640711079772313/target/phi
11:20:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:26 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s -- in org.eolang.maven.objectionary.1mOyRemoteTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mNativeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eolang.maven.rust.1mNativeTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mObjectsIndexTestm
11:20:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eolang.maven.objectionary.1mObjectsIndexTestm
[1;34mINFOm] Running org.eolang.maven.1mCopyMojoTestm
11:20:26 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 125ms (over 100ms)
11:20:26 [INFO] org.eolang.maven.CopyMojo: 1 source(s) copied from ./tmp/junit6487048540556284649/src to ./tmp/junit6487048540556284649/classes/EO-SOURCES
11:20:26 [INFO] org.eolang.maven.CopyMojo: Execution skipped due to eo.skip option
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eolang.maven.1mCopyMojoTestm
[1;34mINFOm] Running org.eolang.maven.objectionary.1mOyCachingTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eolang.maven.objectionary.1mOyCachingTestm
[1;34mINFOm] Running org.eolang.maven.footprint.1mFtCachedTestm
11:20:26 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@a18615: Errors identified:
  /tmp/junit5739245328577291425/foo/x/main.eo, 2: The alias is invalid: "THIS-IS-WRONG org.eolang.io.stdout";
  /tmp/junit5739245328577291425/foo/x/main.eo, 2: The alias "org.eolang.io.stdout" is not used;
11:20:26 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-errors.xsl; SystemID: file:///org/eolang/parser/fail-on-errors.xsl; Line#: 31; Column#: 34
11:20:26 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-errors.xsl
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.99 s -- in org.eolang.maven.1mVerifyMojoTestm
[1;34mINFOm] Running org.eolang.maven.dependencies.1mDcsWithRuntimeTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eolang.maven.footprint.1mFtCachedTestm
[1;34mINFOm] Running org.eolang.maven.1mPlaceMojoTestm
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:26 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit4042842420525964737/target/5-resolve
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Placed 2 binary file(s) out of 2, found in foo/hello/-/0.1
11:20:26 [INFO] org.eolang.maven.PlaceMojo: Placed 2 binary files found in 1 dependencies
11:20:27 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:27 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m6m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eolang.maven.dependencies.1mDcsWithRuntimeTestm
[1;34mINFOm] Running org.eolang.maven.name.1mDelimitedNameTestm
11:20:27 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:20:27 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
[1;34mINFOm] 1;32mTests run: 0;1;32m24m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eolang.maven.name.1mDelimitedNameTestm
[1;34mINFOm] Running org.eolang.maven.hash.1mCommitHashesMapTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eolang.maven.hash.1mCommitHashesMapTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mNamesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eolang.maven.rust.1mNamesTestm
[1;34mINFOm] Running org.eolang.maven.1mMarkMojoTestm
11:20:27 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit3225691090971583000/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:20:27 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
11:20:27 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit9509230030519979334/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:20:27 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
11:20:27 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit13677980148043011743/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:20:27 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eolang.maven.1mMarkMojoTestm
[1;34mINFOm] Running org.eolang.maven.rust.1mModuleTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eolang.maven.rust.1mModuleTestm
11:20:27 [WARN] org.eolang.maven.SodgMojo: XSL 'connect-dots' took 105ms (over 100ms)
11:20:27 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:27 [WARN] org.eolang.maven.SodgMojo: XSL 'to-text' took 121ms (over 100ms)
11:20:27 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout]
11:20:27 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:28 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo12086519917881237950/target/sodg/foo/x/main.sodg (122 instructions)
11:20:28 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo12086519917881237950/target/sodg, 122 instructions
11:20:28 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:28 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:20:28 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:20:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:28 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.io, org.eolang.io.stdout, org.eolang.txt.sprintf, org.eolang, org.eolang.txt]
11:20:28 [INFO] org.eolang.maven.PullMojo: 4 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.int, org.eolang.string]
11:20:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 3 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:29 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:29 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 3 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 3 programs: [org.eolang.text|0c15066, org.eolang.text, org.eolang.text|9c93528]
11:20:29 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:29 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:29 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:30 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit2063400814191012670/target/2-optimize/main.xmir -> /tmp/junit2063400814191012670/target/phi/main.phi
11:20:30 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit2063400814191012670/target/2-optimize to ./tmp/junit2063400814191012670/target/phi
11:20:30 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit797193707257035313/target/phi/main.phi -> /tmp/junit797193707257035313/target/1-parse/main.xmir
11:20:30 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:30 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m11m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 28.02 s -- in org.eolang.maven.1mShakeMojoTestm
11:20:30 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'abstracts-float-up' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'unknown-names' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'incorrect-home' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'correct-package-meta' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'duplicate-names' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'mandatory-home-meta' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'unused-aliases' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'mandatory-package-meta' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'mandatory-package-meta' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'sparse-decoration' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'duplicate-names' took 3s (over 500ms)
11:20:33 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 3s (over 500ms)
11:20:33 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:33 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit4000304128581484764/target/2-optimize/foo/x/main.xmir -> /tmp/junit4000304128581484764/target/phi/foo/x/main.phi
11:20:33 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit4000304128581484764/target/2-optimize to ./tmp/junit4000304128581484764/target/phi
11:20:33 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:34 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:34 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:34 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:34 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:34 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:34 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:20:34 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:34 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:34 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary file(s) out of 3, found in foo/hello/-/0.1
11:20:34 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary files found in 1 dependencies
11:20:34 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
11:20:34 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:34 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:34 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit10540155310127659866/target/8-transpile/foo/x/main.xmir to ./tmp/junit10540155310127659866/target/generated
11:20:34 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit10540155310127659866/target/generated
11:20:34 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit10540155310127659866/target/generated
11:20:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit10540155310127659866/target/8-transpile/foo/x/main.xmir to ./tmp/junit10540155310127659866/target/generated
11:20:35 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit10540155310127659866/target/generated
11:20:35 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit10540155310127659866/target/generated
11:20:35 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
11:20:35 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|9c93528, org.eolang.txt.sprintf|17f8929, org.eolang.txt|9c93528, org.eolang|9c93528]
11:20:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
11:20:35 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|5f82cc1, org.eolang.txt.sprintf|17f8929, org.eolang.txt|5f82cc1, org.eolang|5f82cc1]
11:20:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:35 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528, org.eolang.txt.sprintf|17f8929]
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.30 s -- in org.eolang.maven.1mProbeMojoTestm
11:20:35 [WARN] org.eolang.maven.SodgMojo: XSL 'remove-leveled' took 119ms (over 100ms)
11:20:36 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:36 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:36 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.txt.sprintf|17f8929, org.eolang.io.stdout|9c93528]
11:20:36 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:20:36 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:36 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:36 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:36 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit797193707257035313/target/2-optimize/main.xmir -> /tmp/junit797193707257035313/target/phi/main.phi
11:20:36 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit797193707257035313/target/2-optimize to ./tmp/junit797193707257035313/target/phi
11:20:36 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit10050411707763740861/target/phi/main.phi -> /tmp/junit10050411707763740861/target/1-parse/main.xmir
11:20:36 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:36 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:36 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo1347818475481892856/target/sodg/foo/x/main.sodg (57 instructions)
11:20:36 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo1347818475481892856/target/sodg, 57 instructions
11:20:36 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:37 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:37 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit678499762297362149/target/2-optimize/foo/x/main.xmir -> /tmp/junit678499762297362149/target/phi/foo/x/main.phi
11:20:37 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit678499762297362149/target/2-optimize to ./tmp/junit678499762297362149/target/phi
11:20:37 [INFO] org.eolang.maven.JavaFiles: Generated 7 .java file(s) from ./tmp/junit6417490830372539052/target/8-transpile/foo/x/main.xmir to ./tmp/junit6417490830372539052/target/generated
11:20:37 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 7 Java files in ./tmp/junit6417490830372539052/target/generated
11:20:37 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit6417490830372539052/target/generated
11:20:37 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:37 [INFO] org.eolang.maven.OptimizeMojo: Optimized 30 out of 30 XMIR program(s)
11:20:37 [INFO] org.eolang.maven.PullMojo: 9 program(s) were pulled: [org.eolang.txt.sprintf|17f8929, org.eolang.io.stdout|9c93528, org.eolang.string|5f82cc1, org.eolang.txt.text|5f82cc1, org.eolang.bytes|5f82cc1, org.eolang.seq|6c6269d, org.eolang.math.number|5f82cc1, org.eolang.int|5f82cc1, org.eolang.nop|5f82cc1]
11:20:37 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
11:20:37 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:37 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:38 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:38 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:38 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit18188005055663512580/target/5-resolve
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary file(s) out of 6, found in foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary files found in 1 dependencies
11:20:39 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:20:39 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from foo/hello/-/0.1
11:20:39 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
[1;34mINFOm] 1;32mTests run: 0;1;32m31m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.17 s -- in org.eolang.maven.1mPlaceMojoTestm
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit13169630245332165264/target/phi/main.phi -> /tmp/junit13169630245332165264/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit7031094539529062506/target/phi/main.phi -> /tmp/junit7031094539529062506/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit6257375015503926554/target/phi/main.phi -> /tmp/junit6257375015503926554/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit13672189839535589861/target/phi/main.phi -> /tmp/junit13672189839535589861/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit10397202577263011734/target/phi/main.phi -> /tmp/junit10397202577263011734/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit11980854865236688357/target/phi/main.phi -> /tmp/junit11980854865236688357/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit12736552968474492262/target/phi/main.phi -> /tmp/junit12736552968474492262/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit408906701107035196/target/phi/main.phi -> /tmp/junit408906701107035196/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.ShakeMojo: Shaken 30 out of 30 XMIR program(s)
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit18245814618904987893/target/phi/main.phi -> /tmp/junit18245814618904987893/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit8159759701449123399/target/phi/main.phi -> /tmp/junit8159759701449123399/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit14678829222584253510/target/phi/main.phi -> /tmp/junit14678829222584253510/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit5628845303277901797/target/phi/main.phi -> /tmp/junit5628845303277901797/target/1-parse/main.xmir
11:20:39 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:39 [INFO] org.eolang.maven.VerifyMojo: Verified 30 out of 30 XMIR program(s)
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_7.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_22.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_26.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_27.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_4.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_24.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_3.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_1.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_5.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_25.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_2.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:40 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_23.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_28.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_21.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_6.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_29.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_14.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_20.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_12.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_13.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_8.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_9.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [WARN] com.yegor256.xsline.TrFast: XSL 'unknown-names' took 526ms (over 500ms)
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_11.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:41 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_16.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_15.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_18.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_10.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_19.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4841264882813359569/target/8-transpile/foo/x/main_17.xmir to ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.TranspileMojo: Transpiled 30 XMIRs, created 120 Java files in ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit4841264882813359569/target/generated
11:20:42 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:42 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit4587317063816410310/target/eo-sources/8-transpile/foo/x/main.xmir to ./tmp/junit4587317063816410310/target/generated-sources
11:20:42 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 1 Java files in ./tmp/junit4587317063816410310/target/generated-sources
11:20:42 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit4587317063816410310/target/generated-sources
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.0
11:20:42 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:0.22.1
11:20:42 [ERROR] org.eolang.maven.ResolveMojo: 1 conflicting dependencies are found: {org.eolang:eo-runtime:jar:=[0.22.0, 0.22.1]}
11:20:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
[1;34mINFOm] 1;32mTests run: 0;1;32m16m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.71 s -- in org.eolang.maven.1mDiscoverMojoTestm
11:20:42 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit14036589941466223986/target/phi/main.phi -> /tmp/junit14036589941466223986/target/1-parse/main.xmir
11:20:42 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit10050411707763740861/target/2-optimize/main.xmir -> /tmp/junit10050411707763740861/target/phi/main.phi
11:20:42 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit10050411707763740861/target/2-optimize to ./tmp/junit10050411707763740861/target/phi
11:20:42 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit3258392255462631046/target/phi/main.phi -> /tmp/junit3258392255462631046/target/1-parse/main.xmir
11:20:42 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:43 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:43 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit11368102625916049673/target/2-optimize/foo/x/main.xmir -> /tmp/junit11368102625916049673/target/phi/foo/x/main.phi
11:20:43 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit11368102625916049673/target/2-optimize to ./tmp/junit11368102625916049673/target/phi
11:20:43 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:43 [INFO] org.eolang.maven.DiscoverMojo: Discovered 2 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes]
11:20:43 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|1d605bd, org.eolang|1d605bd]
11:20:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:43 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528]
11:20:43 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:43 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:20:43 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:20:43 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
11:20:43 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout|9c93528]
11:20:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:43 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.bytes|1d605bd, org.eolang.io.stdout|9c93528, org.eolang.string|1d605bd]
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.40 s -- in org.eolang.maven.1mPullMojoTestm
11:20:43 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:43 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit5628845303277901797/target/2-optimize/main.xmir -> /tmp/junit5628845303277901797/target/phi/main.phi
11:20:43 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit5628845303277901797/target/2-optimize to ./tmp/junit5628845303277901797/target/phi
11:20:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:43 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit8860752168016941369/target/phi/main.phi -> /tmp/junit8860752168016941369/target/1-parse/main.xmir
11:20:43 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:43 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo1785081185410515229/target/sodg/foo/x/main.sodg (87 instructions)
11:20:43 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo1785081185410515229/target/sodg, 87 instructions
11:20:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:43 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo3413742297680252067/target/sodg/foo/x/main.sodg (108 instructions)
11:20:43 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo3413742297680252067/target/sodg, 108 instructions
11:20:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit8108708793332822078/target/2-optimize/foo/x/main.xmir -> /tmp/junit8108708793332822078/target/phi/foo/x/main.phi
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit8108708793332822078/target/2-optimize to ./tmp/junit8108708793332822078/target/phi
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit14036589941466223986/target/2-optimize/main.xmir -> /tmp/junit14036589941466223986/target/phi/main.phi
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit14036589941466223986/target/2-optimize to ./tmp/junit14036589941466223986/target/phi
11:20:44 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:44 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit11291266754725617325/target/phi/main.phi -> /tmp/junit11291266754725617325/target/1-parse/main.xmir
11:20:44 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:44 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:0.7.0
11:20:44 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.7.0
11:20:44 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:20:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit3258392255462631046/target/2-optimize/main.xmir -> /tmp/junit3258392255462631046/target/phi/main.phi
11:20:44 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit3258392255462631046/target/2-optimize to ./tmp/junit3258392255462631046/target/phi
11:20:44 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit17003639251160675567/target/phi/main.phi -> /tmp/junit17003639251160675567/target/1-parse/main.xmir
11:20:44 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:20:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit7814428107151060182/target/2-optimize/foo/x/main.xmir -> /tmp/junit7814428107151060182/target/phi/foo/x/main.phi
11:20:45 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit7814428107151060182/target/2-optimize to ./tmp/junit7814428107151060182/target/phi
11:20:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:45 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit4587317063816410310/target/eo-test-sources/8-transpile/foo/x/main_1.xmir to ./tmp/junit4587317063816410310/target/generated-test-sources
11:20:45 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit4587317063816410310/target/generated-test-sources
11:20:45 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit4587317063816410310/target/generated-test-sources
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.ParseMojo: Parsed 20 .eo sources to XMIRs
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:45 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:20:45 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:20:45 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit8860752168016941369/target/2-optimize/main.xmir -> /tmp/junit8860752168016941369/target/phi/main.phi
11:20:45 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit8860752168016941369/target/2-optimize to ./tmp/junit8860752168016941369/target/phi
11:20:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:46 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit11291266754725617325/target/2-optimize/main.xmir -> /tmp/junit11291266754725617325/target/phi/main.phi
11:20:46 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit11291266754725617325/target/2-optimize to ./tmp/junit11291266754725617325/target/phi
11:20:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:46 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit6429587434770260350/target/2-optimize/foo/x/main.xmir -> /tmp/junit6429587434770260350/target/phi/foo/x/main.phi
11:20:46 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit6429587434770260350/target/2-optimize to ./tmp/junit6429587434770260350/target/phi
[1;34mINFOm] 1;32mTests run: 0;1;32m20m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.11 s -- in org.eolang.maven.1mTranspileMojoTestm
11:20:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:46 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 104ms (over 100ms)
11:20:46 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo7319138134243356294/target/sodg/foo/x/main.sodg (103 instructions)
11:20:46 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo7319138134243356294/target/sodg, 103 instructions
11:20:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:47 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:20:47 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo2472020181149486343/target/sodg/foo/x/main.sodg (88 instructions)
11:20:47 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo2472020181149486343/target/sodg, 88 instructions
11:20:47 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:47 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:47 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit17003639251160675567/target/2-optimize/main.xmir -> /tmp/junit17003639251160675567/target/phi/main.phi
11:20:47 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit17003639251160675567/target/2-optimize to ./tmp/junit17003639251160675567/target/phi
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.21 s -- in org.eolang.maven.1mUnphiMojoTestm
11:20:47 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:47 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:20:47 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:jar-with-dependencies:0.22.0
11:20:47 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:jar-with-dependencies:0.22.1
11:20:47 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:jar-with-dependencies:0.22.0
11:20:47 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:jar-with-dependencies:0.22.1
11:20:47 [INFO] org.eolang.maven.ResolveMojo: New 2 dependenc(ies) unpacked
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.45 s -- in org.eolang.maven.1mResolveMojoTestm
11:20:47 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:20:47 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo9900907254095274971/target/sodg/foo/x/main.sodg (59 instructions)
11:20:47 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo9900907254095274971/target/sodg, 59 instructions
11:20:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:48 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit3692505284200276071/target/2-optimize/foo/x/main.xmir -> /tmp/junit3692505284200276071/target/phi/foo/x/main.phi
11:20:49 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit3692505284200276071/target/2-optimize to ./tmp/junit3692505284200276071/target/phi
11:20:49 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit10879394755698595406/target/2-optimize/foo/x/main.xmir -> /tmp/junit10879394755698595406/target/phi/foo/x/main.phi
11:20:49 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit10879394755698595406/target/2-optimize to ./tmp/junit10879394755698595406/target/phi
11:20:49 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:49 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo7724452221911269692/target/sodg/foo/x/main.sodg (91 instructions)
11:20:49 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo7724452221911269692/target/sodg, 91 instructions
11:20:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:20:50 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit4953385192342613038/target/2-optimize/foo/x/main.xmir -> /tmp/junit4953385192342613038/target/phi/foo/x/main.phi
11:20:50 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit4953385192342613038/target/2-optimize to ./tmp/junit4953385192342613038/target/phi
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.48 s -- in org.eolang.maven.1mPhiMojoTestm
11:20:50 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:50 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:20:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 20 out of 20 XMIR program(s)
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.55 s -- in org.eolang.maven.1mOptimizeMojoTestm
11:20:50 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo3562163711758063457/target/sodg/foo/x/main.sodg (83 instructions)
11:20:50 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo3562163711758063457/target/sodg, 83 instructions
11:20:50 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo6767037945377206958/target/sodg/foo/x/main.sodg (118 instructions)
11:20:50 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo6767037945377206958/target/sodg, 118 instructions
11:20:50 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo16614365901633981539/target/sodg/foo/x/main.sodg (60 instructions)
11:20:50 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo16614365901633981539/target/sodg, 60 instructions
11:20:50 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo15078032663152196231/target/sodg/foo/x/main.sodg (62 instructions)
11:20:50 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo15078032663152196231/target/sodg, 62 instructions
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.88 s -- in org.eolang.maven.1mSodgMojoTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 473, Failures: 0, Errors: 0, Skipped: 7m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:checkm 1m(jacoco-check)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/eo-maven-plugin/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'eo-maven-plugin' with 118 classes
[1;34mINFOm] All coverage checks have been met.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:reportm 1m(jacoco-check)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/eo-maven-plugin/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'eo-maven-plugin' with 118 classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/eo-maven-plugin/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/hash/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/util/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/name/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/optimization/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/latex/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/tojos/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/footprint/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/objectionary/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/dependencies/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/rust/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.3.0:jarm 1m(default-jar)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.10.2:addPluginArtifactMetadatam 1m(default-addPluginArtifactMetadata)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.6.0:installm 1m(default)m @ 36meo-maven-plugin0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 489 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom (4.3 kB at 388 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.pom (24 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.pom (23 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.pom (23 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.pom (5.4 kB at 452 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar (23 kB at 180 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.jar (130 kB at 676 kB/s)
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.jar (213 kB at 984 kB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.jar (151 kB at 639 kB/s)
Downloaded2from4Maven:khttps://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.1 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.jar (7.6 MB at 7.0 MB/s)
[1;34mINFOm] Skipping artifact installation per configuration.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.6.0:runm 1m(default)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Skipping invocation per configuration. If this is incorrect, ensure the skipInvocation parameter is not set to true.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantrun:3.1.0:runm 1m(jcabi-xcop)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/custom_goals/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/duplicate_classes/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/hash_package_layer/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/rewritten_sources/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/it/simple/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/add_rust/add_rust.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/phi/to-phi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/attrs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/classes.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/package.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rename-tests-inners.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/tests.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/varargs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-conflicting-greeks.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-vertices.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-empty-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-lost-edges.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-singleton-greeks.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-attrs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-names.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-dot.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-text.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-xembly.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/_macros.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-loc-to-objects.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-meta.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-root.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-sodg-root.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/after.xsd looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/append-xi.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/before-each.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-rho.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-sigma.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/connect-dots.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/epsilon-bindings.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/focus.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pi-copies.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pre-clean.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-atoms.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-data.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/remove-leveled.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/touch-all.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/unroll-refs.xsl looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/site/site.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/optimize/main.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.1:installm 1m(default-install)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom
[1;34mINFOm] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36morg.eolang:eo-runtime0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-runtime 0.34.4                                         [4/4]m
[1;34mINFOm]   from eo-runtime/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom (1.1 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom (20 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom (5.0 kB at 561 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom (10 kB at 834 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (62 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.pom (5.8 kB at 585 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar (6.3 kB at 635 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.jar
Downloaded5from9Maven: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.jar (24 kB at 738 kB/s)
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar (162 kB at 2.5 MB/s)
Downloaded3from8Maven:2https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar (68 kB at 893 kB/s)
Downloaded2from8Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar (284 kB at 3.1 MB/s)
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar (597 kB at 2.7 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.3.2:cleanm 1m(default-clean)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-java)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.4.1:enforcem 1m(enforce-maven)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:createm 1m(jcabi-build-number)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.2.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:prepare-agentm 1m(jacoco-initialize)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-runtime/target/jacoco.exec
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:registerm 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Registered 24 EO sources from ./home/r/repo/eo-runtime/src/main/eo to ./home/r/repo/eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:assemblem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] 45 attributes loaded from 37 stream(s) in 90ms, 45 saved, 421 ignored: ["Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-ContactAddress", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[1;34mINFOm] Parsed 24 .eo sources to XMIRs
[1;34mINFOm] Optimized 24 out of 24 XMIR program(s)
[1;34mINFOm] Shaken 24 out of 24 XMIR program(s)
[1;34mINFOm] Discovered 13 foreign objects in 24 programs: [org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.string, org.eolang.float, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[1;34mINFOm] Probing object(s): [index.eq.if, cases.length.eq.if, cases.length.eq]
[1;34mINFOm] Probing object(s): [x-as-bytes.eq.or.if, x-as-bytes.eq.or.and.or, x-as-bytes.eq.or.and, x-as-bytes.eq.or, self-as-bytes.eq.or]
[1;34mINFOm] Probing object(s): [value.as-bytes.eq.or.not, value.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, is-nan.or.or.or, is-nan.or.if, value.as-bytes.eq, num.eq.not, is-nan.or.or]
[1;34mINFOm] Probing object(s): [x.plus.gt]
[1;34mINFOm] Probing object(s): [value.as-bytes.eq.or.not, value.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, is-nan.or.or.or, is-nan.or.if, value.as-bytes.eq, num.eq.not, is-nan.or.or]
[1;34mINFOm] Probing object(s): [new-next.gt.if]
[1;34mINFOm] Probing object(s): [i.lt.if, index.lt.or.if, index.lt.or, index.lt.if]
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[1;34mINFOm] Assemble cycle #1 (EO:24/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:21/PROBED:24), took 8s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Discovered 9 foreign objects in 3 programs: [org.eolang.error, org.eolang.nan, org.eolang.bool, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.positive-infinity, org.eolang.bytes, org.eolang.int]
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[1;34mINFOm] Assemble cycle #2 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:21/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 32ms
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[1;34mINFOm] Assemble cycle #3 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 27ms
[1;34mINFOm] 3 assemble cycle(s) produced some new object(s): EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:verifym 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Verified 24 out of 24 XMIR program(s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:transpilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/bool.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/float.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/io/stdin.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 11 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/nan.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/cti.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/nop.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/string.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 22 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/positive-infinity.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/switch.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/heap.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/ram.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/bytes.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/int.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/tuple.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Generated 22 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/negative-infinity.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Transpiled 24 XMIRs, created 1073 Java files in ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] The directory added to Maven 'compile-source-root': ./home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:resourcesm 1m(default-resources)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Copying 3 resources from src/main/resources to target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(default-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 204 source files to /home/r/repo/eo-runtime/target/classes
[1;34mINFOm] /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java: /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java uses unchecked or unsafe operations.
[1;34mINFOm] /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java: Recompile with -Xlint:unchecked for details.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:registerm 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Registered 24 EO sources from ./home/r/repo/eo-runtime/src/test/eo to ./home/r/repo/eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:assemblem 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Parsed 24 .eo sources to XMIRs
[1;33mWARNINGm] XSL 'stars-to-tuples' took 578ms (over 500ms)
[1;33mWARNINGm] XSL 'stars-to-tuples' took 894ms (over 500ms)
[1;33mWARNINGm] XSL 'stars-to-tuples' took 889ms (over 500ms)
[1;33mWARNINGm] XSL 'stars-to-tuples' took 608ms (over 500ms)
[1;34mINFOm] Optimized 24 out of 24 XMIR program(s)
[1;33mWARNINGm] XSL 'add-refs' took 501ms (over 500ms)
[1;33mWARNINGm] XSL 'add-refs' took 544ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 624ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 668ms (over 500ms)
[1;33mWARNINGm] XSL 'remove-levels' took 601ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 646ms (over 500ms)
[1;33mWARNINGm] XSL 'add-refs' took 623ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 634ms (over 500ms)
[1;33mWARNINGm] XSL 'add-refs' took 506ms (over 500ms)
[1;33mWARNINGm] XSL 'add-refs' took 552ms (over 500ms)
[1;33mWARNINGm] XSL 'constant-folding' took 540ms (over 500ms)
[1;33mWARNINGm] XSL 'add-refs' took 626ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 646ms (over 500ms)
[1;33mWARNINGm] XSL 'fix-missed-names' took 508ms (over 500ms)
[1;33mWARNINGm] XSL 'broken-refs' took 547ms (over 500ms)
[1;34mINFOm] Shaken 24 out of 24 XMIR program(s)
[1;34mINFOm] Discovered 21 foreign objects in 24 programs: [org.eolang.switch, org.eolang.cti, org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.nop, org.eolang.negative-infinity, org.eolang.heap, org.eolang.io.stdout, org.eolang.as-phi, org.eolang.goto, org.eolang.bytes, org.eolang.tuple, org.eolang.cage, org.eolang.seq, org.eolang.ram]
[1;34mINFOm] Probing object(s): [int.lt.eq, int.lt.not.eq, int.lt.not, int.gt.eq, int.gt.not.eq, int.gt.not, int.lte.eq, int.lte.not.eq, int.lte.not, int.gte.eq, int.gte.not.eq, int.gte.not, int.eq.eq.and.and.and.and.and.eq, int.eq.eq.and.and.and.and.and, int.eq.eq.and.and.and.and, int.eq.eq.and.and.and, int.eq.eq.and.and, int.eq.eq.and, int.eq.not.eq, int.eq.not, int.eq.eq, n.lt.if, n.eq.if, dividend.div.eq, int.div.eq, int.as-bytes.as-int.eq, int.as-bytes.as-int, int.as-bytes.eq, int.times.eq]
[1;34mINFOm] Probing object(s): [s.slice.as-string, w.eq.and.eq, w.eq.and, r.slice.as-int.eq, r.slice.as-int, r.slice.slice.as-string, r.slice.slice, r.slice.write, s.slice.slice.slice, s.slice.slice]
[1;34mINFOm] Probing object(s): [bool.eq.not, int.eq.if.eq, int.eq.if, x.write.eq.and, x.write.eq, bool.eq.and, bytes.as-bytes.eq.and, bytes.as-bytes.eq, m.as-int.gt.eq.while, m.as-int.gt.eq, m.as-int.gt, m.as-int.minus, x.as-int.lt.while.eq, x.as-int.lt.while, x.as-int.lt, x.as-int.plus]
[1;34mINFOm] Probing object(s): [positive-infinity.eq.not, pos-inf.lt.eq, positive-infinity.lt.eq, pos-inf.lte.eq, positive-infinity.lte.eq, pos-inf.gt.not, positive-infinity.gt.not, pos-inf.gte.eq, positive-infinity.gte.eq, float.eq.eq.and.and.and.and.and.and.and.and.and.and.and.eq, float.eq.eq.and.and.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and, float.eq.eq.and.and.and.and, float.eq.eq.and.and.and, float.eq.eq.and.and, float.eq.eq.and, float.eq.eq, positive-infinity.as-bytes.eq, float.div.as-bytes]
[1;34mINFOm] Probing object(s): [m.as-int.plus, a.x.write, a.x.as-int.eq, a.x.as-int, seq.and.eq, b.write.eq]
[1;34mINFOm] Probing object(s): [float.eq.eq, try.eq.not, float.neg.eq, float.times.as-bytes.eq, float.times.as-bytes, float.plus.as-bytes.eq, float.plus.as-bytes, float.minus.as-bytes.eq, float.minus.as-bytes, float.div.as-bytes.eq, float.div.as-bytes, float.gt.eq, float.gte.eq, float.lt.eq, float.lte.eq, float.minus.eq, float.times.eq, float.div.eq, float.as-bytes.as-float.eq, float.as-bytes.as-float, float.as-bytes.eq, float.plus.eq]
[1;34mINFOm] Probing object(s): [i.as-int.plus, i.as-int.lt.if, i.as-int.lt, x.eq.if, div.eq.and.eq, div.eq.and, a.gt.if]
[1;34mINFOm] Probing object(s): [b.hello.eq, this.x.eq, i.lt.if, x.as-bool.while, &.x.write, a.neg.neg.neg.neg.eq, a.neg.neg.neg.neg, a.neg.neg.neg, a.neg.neg, n.as-int.gt.if, n.as-int.gt, n.as-int.minus, go.as-bool.while, org.eolang.memory, m.as-int.minus, a.foo.eq, vtx.eq.and, org.eolang.io.stdout, org.eolang.io, org.eolang, x.as-int.plus, n.times.eq, b1.v.write, b2.v.write, b1.v.eq, pyint.add.eq, f.next.plus]
[1;34mINFOm] Probing object(s): [nan.eq.not, not-a-number.eq.not, nan.lt.eq, not-a-number.lt.eq, nan.lte.eq, not-a-number.lte.eq, nan.gt.eq, not-a-number.gt.eq, nan.gte.eq, not-a-number.gte.eq, not-a-number.times.as-bytes.eq, not-a-number.times.as-bytes, not-a-number.div.as-bytes.eq, not-a-number.div.as-bytes, not-a-number.plus.as-bytes.eq, not-a-number.plus.as-bytes, not-a-number.neg.as-bytes.eq, not-a-number.neg.as-bytes, not-a-number.minus.as-bytes.eq, not-a-number.minus.as-bytes, nan.as-bytes.eq, float.div.as-bytes]
[1;34mINFOm] Probing object(s): [c.x.x, ma.as-int.plus, mb.as-int.plus, cb.z.plus]
[1;34mINFOm] Probing object(s): [seq.gt.not, counter.as-float.plus, counter.as-int.plus]
[1;34mINFOm] Probing object(s): [negative-infinity.eq.not, neg-inf.lt.eq, negative-infinity.lt.eq, neg-inf.lte.eq, negative-infinity.lte.eq, neg-inf.gt.not, negative-infinity.gt.eq, neg-inf.gte.eq, negative-infinity.gte.eq, negative-infinity.as-bytes.eq, float.div.as-bytes]
[1;34mINFOm] Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang, m.as-int.plus]
[1;34mINFOm] Probing object(s): [string.length.eq, nan.eq.not, positive-infinity.eq.eq, negative-infinity.eq.not, string.as-bytes.eq, string.eq.not, string.eq.eq, string.slice.eq]
[1;34mINFOm] Probing object(s): [tuple.length.eq, arr.elements.length.eq, arr.elements.length, anArray.length.eq, anArray.at.eq, arr.at.eq.and.and.and, a.length.eq, tuple.empty.length.eq, tuple.empty.length, a.at.eq, tuple.empty.with.with.with, tuple.empty.with.with, tuple.empty.with, arr.at.eq.and.and, arr.at.eq.and, arr.at.eq]
[1;34mINFOm] Probing object(s): [p1.eq.not, p2.gte.or.eq, p2.gte.or, mem.write.eq, p1.block.write.and.and.eq, p1.block.write.and.and, p1.block.write.and, p1.block.write, p2.block.eq, p3.block.eq]
[1;34mINFOm] Probing object(s): [r.lt.not, try.slice.eq, dataized.lt.not, res.slice.eq, org.eolang.rust, org.eolang, applied.content.eq]
[1;34mINFOm] Probing object(s): [bytes.slice.eq, bytes.slice.size.eq, bytes.slice.size, bytes.as-string.eq, int.as-bytes.left.eq.eq, int.as-bytes.left.eq.not, int.as-bytes.left.eq, int.as-bytes.left, int.as-bytes.right.eq.eq, int.as-bytes.right.eq.not, int.as-bytes.right.eq, int.as-bytes.right, int.as-bytes.and.eq.not, int.as-bytes.and.eq, int.as-bytes.or.eq.not, int.as-bytes.or.eq, int.as-bytes.xor.eq.not, int.as-bytes.xor.eq, int.as-bytes.eq.not, int.as-bytes.eq, int.as-bytes.not, a.and.eq, bytes.size.eq, bytes.as-bool.eq.not, bytes.as-bool.eq, a.concat.eq, b1.concat.eq, bytes.concat.eq, string.as-bytes.concat, s-bytes.as-string.eq, int.as-bytes.and.as-int.eq, int.as-bytes.and.as-int, int.as-bytes.and, int.as-bytes.xor.as-int.eq, int.as-bytes.xor.as-int, int.as-bytes.xor, int.as-bytes.or.as-int.eq, int.as-bytes.or.as-int, int.as-bytes.or, b.as-string.as-bytes, b.as-int.as-bytes, b.as-float.as-bytes, b.as-bool.as-bytes]
[1;34mINFOm] Probing object(s): [as-phi.length.gt]
[1;34mINFOm] Found 4 probe(s) in 24 program(s): [org.eolang.memory, org.eolang.io.stdout, org.eolang.rust, org.eolang.io.stdout]
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo-test/5-resolve
[1;34mINFOm] Assemble cycle #1 (EO:24/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 21s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo-test/5-resolve
[1;34mINFOm] Assemble cycle #2 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 15ms
[1;34mINFOm] 2 assemble cycle(s) produced some new object(s): EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:verifym 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Verified 24 out of 24 XMIR program(s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:transpilem 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Generated 20 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/nan-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 11 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/bool-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/goto-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/nop-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 73 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/float-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 39 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/runtime-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/ram-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 28 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/positive-infinity-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 29 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/int-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 10 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/cage-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/unit-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/switch-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/io/stdout-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 27 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/negative-infinity-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/seq-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 12 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/memory-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 32 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/string-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 18 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/tuple-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/try-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/heap-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/cti-test.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 16 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/rust-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/as-phi-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Generated 58 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/bytes-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] Transpiled 24 XMIRs, created 5091 Java files in ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm] The directory added to Maven 'test-compile-source-root': ./home/r/repo/eo-runtime/target/generated-test-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:binarizem 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Created cargo project native0.rs from Φ.org.eolang.rust-returns-positive-int.r.α0
[1;34mINFOm] Created java class native0.rs from Φ.org.eolang.rust-returns-positive-int.r.α0
[1;34mINFOm] Created cargo project native1.rs from Φ.org.eolang.rust-returns-negative-int.r.α0
[1;34mINFOm] Created java class native1.rs from Φ.org.eolang.rust-returns-negative-int.r.α0
[1;34mINFOm] Created cargo project native2.rs from Φ.org.eolang.rust-returns-positive-double.r.α0
[1;34mINFOm] Created java class native2.rs from Φ.org.eolang.rust-returns-positive-double.r.α0
[1;34mINFOm] Created cargo project native3.rs from Φ.org.eolang.rust-returns-negative-double.r.α0
[1;34mINFOm] Created java class native3.rs from Φ.org.eolang.rust-returns-negative-double.r.α0
[1;34mINFOm] Created cargo project native4.rs from Φ.org.eolang.rust-is-byte-array.my-bytes.α0
[1;34mINFOm] Created java class native4.rs from Φ.org.eolang.rust-is-byte-array.my-bytes.α0
[1;34mINFOm] Created cargo project native5.rs from Φ.org.eolang.rust-find-returns-int.r.α0
[1;34mINFOm] Created java class native5.rs from Φ.org.eolang.rust-find-returns-int.r.α0
[1;34mINFOm] Created cargo project native6.rs from Φ.org.eolang.rust-returns-vertex.read.α0
[1;34mINFOm] Created java class native6.rs from Φ.org.eolang.rust-returns-vertex.read.α0
[1;34mINFOm] Created cargo project native7.rs from Φ.org.eolang.rust-is-string.content.α0
[1;34mINFOm] Created java class native7.rs from Φ.org.eolang.rust-is-string.content.α0
[1;34mINFOm] Created cargo project native8.rs from Φ.org.eolang.rust-invalid-put.put.α0
[1;34mINFOm] Created java class native8.rs from Φ.org.eolang.rust-invalid-put.put.α0
[1;34mINFOm] Created cargo project native9.rs from Φ.org.eolang.rust-bind-not-fails.insert.α0
[1;34mINFOm] Created java class native9.rs from Φ.org.eolang.rust-bind-not-fails.insert.α0
[1;34mINFOm] Created cargo project native10.rs from Φ.org.eolang.rust-copy-not-fails.copy.α0
[1;34mINFOm] Created java class native10.rs from Φ.org.eolang.rust-copy-not-fails.copy.α0
[1;34mINFOm] Created cargo project native11.rs from Φ.org.eolang.rust-dataize-not-fails.dataized.α0
[1;34mINFOm] Created java class native11.rs from Φ.org.eolang.rust-dataize-not-fails.dataized.α0
[1;34mINFOm] Created cargo project native12.rs from Φ.org.eolang.rust-plus.plus.α0
[1;34mINFOm] Created java class native12.rs from Φ.org.eolang.rust-plus.plus.α0
[1;34mINFOm] Created cargo project native13.rs from Φ.org.eolang.rust-error.err.α0
[1;34mINFOm] Created java class native13.rs from Φ.org.eolang.rust-error.err.α0
[1;34mINFOm] Created cargo project native14.rs from Φ.org.eolang.rust-put-to-copy.data.α0
[1;34mINFOm] Created java class native14.rs from Φ.org.eolang.rust-put-to-copy.data.α0
[1;34mINFOm] Created cargo project native15.rs from Φ.org.eolang.rust-bind-to-copy.applied.α0
[1;34mINFOm] Created java class native15.rs from Φ.org.eolang.rust-bind-to-copy.applied.α0
[1;34mINFOm] Building native10 rust project..
[1;34mINFOm] Building native9 rust project..
[1;34mINFOm] Building native15 rust project..
[1;34mINFOm] Building native1 rust project..
[1;34mINFOm] Building native13 rust project..
[1;34mINFOm] Building native2 rust project..
[1;34mINFOm] Building native8 rust project..
[1;34mINFOm] Building native3 rust project..
[1;34mINFOm] Building native5 rust project..
[1;34mINFOm] Building native14 rust project..
[1;34mINFOm] Building native12 rust project..
[1;34mINFOm] Building native7 rust project..
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native2/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native2/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native5/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native5/target
[1;34mINFOm] Building native4 rust project..
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native13/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native13/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native1/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native1/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native8/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native8/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native9/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native9/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native7/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native7/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native14/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native14/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native3/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native3/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native10/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native10/target
[1;34mINFOm] Building native11 rust project..
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native12/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native12/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native15/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native15/target
[1;34mINFOm] Building native0 rust project..
[1;34mINFOm] Building native6 rust project..
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native4/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native4/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native11/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native11/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native0/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native0/target
[1;34mINFOm] Cargo building succeeded, update cached /home/r/.eo/Lib/native6/target with /home/r/repo/eo-runtime/target/eo-test/Lib/native6/target
[1;34mINFOm] Built in total 16 cargo projects
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:testResourcesm 1m(default-testResources)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Copying 12 resources from src/test/resources to target/test-classes
[1;34mINFOm] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 464 source files to /home/r/repo/eo-runtime/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.2.3:testm 1m(default-test)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10860014029642073
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_1Testm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_plus_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrecursion_without_argumentsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOramEOramSliceTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_returns_negative_doubleTestm
[1;34mINFOm] Running org.eolang.1mPhCopyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_eq_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOprints_itself_to_consoleTestm
[1;34mINFOm] Running EOorg.EOeolang.1mHeapsTestm
[1;34mINFOm] Running org.eolang.1mAtNamedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_with_one_neg_one_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_bind_not_failsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eolang.1mAtNamedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_empty_fluent_with_indented_keywordTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in EOorg.EOeolang.1mHeapsTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eolang.1mPhCopyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_complex_caseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnon_empty_tuple_length_testTestm
as-phi.x ≡ ν31·prints-itself-to-console⟦
        ρ ↦ Φ,
        σ ↦ Φ
⟧[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in EOorg.EOeolang.1mEOprints_itself_to_consoleTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in EOorg.EOeolang.1mEOfloat_plus_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOparent_in_horizontal_notationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_eq_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_with_two_plusTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in EOorg.EOeolang.1mEOxor_with_one_neg_one_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOprints_string_to_consoleTestm
Hello world
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in EOorg.EOeolang.EOio.1mEOprints_string_to_consoleTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEObitwise_worksTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in EOorg.EOeolang.1mEOparent_in_horizontal_notationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_foreign_literals_2Testm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in EOorg.EOeolang.1mEOand_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtimes_diff_signTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in EOorg.EOeolang.1mEObitwise_worksTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOlast_while_dataization_object_with_false_conditionTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in EOorg.EOeolang.1mEOor_with_two_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_into_two_memory_objectsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in EOorg.EOeolang.1mEOslice_foreign_literals_2Testm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_neg_zero_eq_to_int_zeroTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in EOorg.EOeolang.1mEOnon_empty_tuple_length_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_with_two_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in EOorg.EOeolang.1mEOrust_bind_not_failsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_put_to_copyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in EOorg.EOeolang.1mEOxor_with_two_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtext_block_tree_linesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in EOorg.EOeolang.1mEOlast_while_dataization_object_with_false_conditionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gte_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.1mEOtext_block_tree_linesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOparent_in_vertical_notationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s -- in EOorg.EOeolang.1mEOrust_returns_negative_doubleTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in EOorg.EOeolang.1mEOrust_put_to_copyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtakes_object_id_from_abstract_emptyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in EOorg.EOeolang.1mEOtimes_diff_signTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtext_block_with_marginTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOjust_prints_warningTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOparent_in_vertical_notationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lte_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOtakes_object_id_from_abstract_emptyTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOtext_block_with_marginTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_firstTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdivision_by_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in EOorg.EOeolang.1mEOfloat_neg_zero_eq_to_int_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdiv_less_than_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.1mEOjust_prints_warningTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_zero_equal_to_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOdivision_by_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmakes_deep_object_recursivelyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gte_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmulti_layer_volatilityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in EOorg.EOeolang.1mEOnegative_infinity_lte_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOincrements_pointerTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.1mEOdiv_less_than_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_gte_neg_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_1Testm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_eq_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_eq_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_is_equal_to_one_div_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.1mEOnegative_infinity_is_equal_to_one_div_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOboolEOwhileTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s -- in EOorg.EOeolang.1mEOramEOramSliceTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_empty_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.1mEOslice_empty_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_gt_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in EOorg.EOeolang.1mEOneg_zero_equal_to_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in EOorg.EOeolang.1mEOzero_gte_neg_zeroTestm
[1;34mINFOm] Running org.eolang.1mAtLoggedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.1mEOnegative_infinity_gt_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_with_several_true_casesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcalculates_only_once_BROKENTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in EOorg.EOeolang.1mEOincrements_pointerTestm
[1;34mINFOm] Running org.eolang.1mBytesOfTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in EOorg.EOeolang.1mEOboolEOwhileTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_bool_is_transparentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOas_bool_is_transparentTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m27m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eolang.1mBytesOfTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in EOorg.EOeolang.1mEOtryTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmakes_object_a_constantTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_lt_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOnan_not_lt_numberTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgreater_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in EOorg.EOeolang.1mEOmakes_object_a_constantTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_times_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOgreater_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_minus_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.1mEOnan_times_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.1mEOleft_with_minus_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_invalid_putTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_eq_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOnan_not_eq_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_lte_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOnan_not_lte_numberTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcopy_object_with_dotTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in EOorg.EOeolang.1mEOcopy_object_with_dotTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gt_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.1mEOpositive_infinity_gt_intTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in EOorg.EOeolang.1mEOrust_invalid_putTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lte_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_with_negative_index_out_of_boundsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOnegative_infinity_lte_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOminus_one_div_zero_is_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in EOorg.EOeolang.1mEOmakes_deep_object_recursivelyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOreads_the_lengthTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOreads_the_lengthTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_minus_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in EOorg.EOeolang.1mEOminus_one_div_zero_is_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_times_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in EOorg.EOeolang.1mEOfloat_minus_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in EOorg.EOeolang.1mEOtuple_with_negative_index_out_of_boundsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstandard_root_and_rootTestm
one[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in EOorg.EOeolang.1mEOxor_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_minus_positive_infinityTestm
one[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in EOorg.EOeolang.1mEOpositive_float_times_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOavoid_infinite_loopTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.1mEOstandard_root_and_rootTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_equal_to_neg_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in EOorg.EOeolang.1mEOzero_equal_to_neg_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gt_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gt_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_plus_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 s -- in EOorg.EOeolang.1mEOwrites_into_two_memory_objectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_divisionTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOzero_divisionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_errorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in EOorg.EOeolang.1mEOpositive_float_plus_negative_infinityTestm
[1;34mINFOm] Running org.eolang.1mAtLambdaTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.1mEOrust_errorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdirectly_accesses_objects_from_standard_rootTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eolang.1mAtLambdaTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcat_empty_withTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOconcat_empty_withTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconvertable_to_boolTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOconvertable_to_boolTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_simple_caseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in EOorg.EOeolang.1mEOpositive_float_minus_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_even_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOright_with_even_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgreater_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOgreater_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_eq_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOpositive_infinity_eq_positive_infinityTestm
[1;34mINFOm] Running org.eolang.1mPhPackageTestm
34mINFO 0;39m mock -   test.get()...

34mINFO 0;39m mock -   test.get()! -> 0

34mINFO 0;39m mock -   test.copy()...

34mINFO 0;39m mock -   test.copy()!

34mINFO 0;39m mock -   test.put()...

34mINFO 0;39m mock -   test.put()!

[1;34mINFOm] 1;32mTests run: 0;1;32m11m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s -- in org.eolang.1mAtLoggedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_minus_number_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in EOorg.EOeolang.1mEOnan_minus_number_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOturns_bytes_into_a_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOturns_bytes_into_a_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseq_single_dataization_float_greater_than_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eolang.1mPhPackageTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_equal_to_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in EOorg.EOeolang.1mEOfloat_not_equal_to_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcalling_caged_functionTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOcalling_caged_functionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwhile_without_last_dataizationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in EOorg.EOeolang.1mEOseq_single_dataization_float_greater_than_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lt_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lt_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstring_equals_to_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in EOorg.EOeolang.1mEOstring_equals_to_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_bool_to_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOcompares_bool_to_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_eq_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_eq_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOand_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcatches_writing_objects_of_different_typesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in EOorg.EOeolang.1mEOwhile_without_last_dataizationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.1mEOor_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmakes_shallow_copyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s -- in EOorg.EOeolang.1mEOcatches_writing_objects_of_different_typesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_string_with_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOcompares_string_with_positive_infinityTestm
Works fine![1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 s -- in EOorg.EOeolang.1mEOmulti_layer_volatilityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_object_verticesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in EOorg.EOeolang.1mEOpositive_object_verticesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcalculates_fibonacci_number_with_tailTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in EOorg.EOeolang.1mEOcalculates_fibonacci_number_with_tailTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_eq_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 s -- in EOorg.EOeolang.1mEOdirectly_accesses_objects_from_standard_rootTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_bool_error_overflowTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_bool_error_overflowTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_fluent_with_indentedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_eq_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOright_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcage_nested_objectsTestm
[1;34mINFOm] Running org.eolang.1mSnippetTestCasem
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.693 s -- in EOorg.EOeolang.1mEOtuple_empty_fluent_with_indented_keywordTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleq_equalTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.1mEOleq_equalTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_2Testm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s -- in EOorg.EOeolang.1mEOmakes_shallow_copyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_neg_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in EOorg.EOeolang.1mEOnan_neg_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_different_typesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.1mEOcompares_two_different_typesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_plus_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in EOorg.EOeolang.1mEOnegative_float_plus_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOthrows_when_applies_to_closed_objectTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOthrows_when_applies_to_closed_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_bytes_equals_to_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOas_bytes_equals_to_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_div_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in EOorg.EOeolang.1mEOnegative_float_div_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_from_the_endTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOslice_from_the_endTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_lt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOnan_not_lt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdiv_for_dividend_greater_than_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOdiv_for_dividend_greater_than_zeroTestm
[1;34mINFOm] Running org.eolang.1mCachedPhiTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eolang.1mCachedPhiTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_returns_negative_intTestm
Hello world from rust
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOrust_returns_negative_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgte_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOgte_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_and_slice_ramTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.630 s -- in EOorg.EOeolang.1mEOcalculates_only_once_BROKENTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lt_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.1mEOnegative_infinity_lt_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_local_objectsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOcompares_two_local_objectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_zero_lte_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 s -- in EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_2Testm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_eq_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOnan_not_eq_numberTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_0Testm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOtuple_as_a_bound_attribute_size_0Testm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_odd_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOleft_with_odd_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_not_less_that_neg_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in EOorg.EOeolang.1mEOneg_zero_lte_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintEOeqTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOintEOeqTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_odd_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in EOorg.EOeolang.1mEOzero_not_less_that_neg_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsub_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOright_with_odd_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsupports_escape_sequences_in_textTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOsupports_escape_sequences_in_textTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOadd_wrong_argsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in EOorg.EOeolang.1mEOsub_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintersection_writes_in_ramTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.1mEOadd_wrong_argsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_bool_to_bytes_reverseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOcompares_bool_to_bytes_reverseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtimes_by_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in EOorg.EOeolang.1mEOtimes_by_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcomplex_bool_expression_in_whileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOcomplex_bool_expression_in_whileTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOno_slice_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOno_slice_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOxor_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOapp_that_calls_funcTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.1mEOapp_that_calls_funcTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_with_two_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOxor_with_two_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcat_stringsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOconcat_stringsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrite_and_read_without_errorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOwrite_and_read_without_errorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOstringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgets_lengths_of_empty_tupleTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOgets_lengths_of_empty_tupleTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_string_is_transparentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOas_string_is_transparentTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_chainTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 s -- in EOorg.EOeolang.1mEOtuple_fluent_with_indentedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_times_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.1mEOpositive_float_times_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrewrites_and_increments_itselfTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.549 s -- in EOorg.EOeolang.1mEOwrites_and_slice_ramTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.990 s -- in EOorg.EOeolang.1mEOslice_chainTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_find_returns_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseq_single_dataization_int_less_than_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOrust_find_returns_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_copy_not_failsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in EOorg.EOeolang.1mEOrust_copy_not_failsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_is_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.1mEOrust_is_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_with_one_neg_one_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.1mEOand_with_one_neg_one_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdirectly_accesses_objects_from_rootTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in EOorg.EOeolang.1mEOseq_single_dataization_int_less_than_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lt_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lt_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOphi_in_horizontal_notationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOphi_in_horizontal_notationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gt_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOpositive_infinity_gt_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnot_with_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOnot_with_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_case_with_errorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.1mEOswitch_case_with_errorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lt_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in EOorg.EOeolang.1mEOnegative_infinity_lt_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOto_bytes_and_backwardsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOto_bytes_and_backwardsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lte_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.1mEOnegative_infinity_lte_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOextract_attribute_from_decorateeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOextract_attribute_from_decorateeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsize_of_part_is_correctTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOsize_of_part_is_correctTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gte_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in EOorg.EOeolang.1mEOpositive_infinity_gte_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_gte_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOnegative_infinity_gte_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOeq_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOeq_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgte_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.1mEOgte_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m13m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in EOorg.EOeolang.1mEOmemoryTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOeight_byte_numbers_xor_as_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOeight_byte_numbers_xor_as_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_at_with_errorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.1mEOtuple_at_with_errorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtupleEOatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 s -- in EOorg.EOeolang.1mEOrewrites_and_increments_itselfTestm
[1;34mINFOm] Running org.eolang.1mPhiTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eolang.1mPhiTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnop_is_true_despite_argumentsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in EOorg.EOeolang.1mEOnop_is_true_despite_argumentsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_div_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOfloat_div_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOone_xor_one_as_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.1mEOone_xor_one_as_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsupports_escape_sequences_line_breakTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOsupports_escape_sequences_line_breakTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrefers_to_inner_vars_correctlyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.734 s -- in EOorg.EOeolang.1mEOintersection_writes_in_ramTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_equal_to_nan_and_infinites_is_false_highloadTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in EOorg.EOeolang.1mEOtupleEOatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOleft_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gte_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.1mEOpositive_infinity_gte_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcounts_size_of_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.437 s -- in EOorg.EOeolang.1mEOrecursion_without_argumentsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_zero_not_equal_to_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOcounts_size_of_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOfloat_zero_not_equal_to_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_stringsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOcompares_two_stringsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnot_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in EOorg.EOeolang.1mEOneg_testTestm
[1;34mINFOm] 1mTests run: 0;1m0m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOnot_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOunderstands_this_correctlyTestm
[1;34mINFOm] Running org.eolang.1mAtConstTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOunderstands_this_correctlyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_is_equal_to_one_div_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eolang.1mAtConstTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcreates_empty_tuple_with_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOpositive_infinity_is_equal_to_one_div_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_minus_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOright_with_minus_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtakes_part_of_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOtakes_part_of_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gt_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in EOorg.EOeolang.1mEOpositive_infinity_gt_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_into_memoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in EOorg.EOeolang.1mEOcreates_empty_tuple_with_numberTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEObytes_equal_to_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEObytes_equal_to_stringTestm
[1;34mINFOm] Running org.eolang.1mPhLoggedTestm
70539.attr(#0)...
70539.attr(#0)!
0.attr("org")...
0.attr("org")!
0.copy()...
0.copy()! -> 0
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eolang.1mPhLoggedTestm
[1;34mINFOm] Running org.eolang.1mDataTestm
Hello, world![1;34mINFOm] 1;32mTests run: 0;1;32m10m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eolang.1mDataTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_odd_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOright_with_odd_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_thirdTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in EOorg.EOeolang.1mEOdirectly_accesses_objects_from_rootTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_bind_to_copyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in EOorg.EOeolang.1mEOrust_bind_to_copyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in EOorg.EOeolang.1mEOxor_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_boolsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOcompares_two_boolsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_equal_to_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in EOorg.EOeolang.1mEOfloat_not_equal_to_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_with_even_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOright_with_even_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_different_stringsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOcompares_two_different_stringsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_into_two_memory_objects_and_check_firstTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in EOorg.EOeolang.1mEOwrites_into_memoryTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOeq_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.1mEOeq_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOstdoutTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.564 s -- in EOorg.EOeolang.1mEOfloat_equal_to_nan_and_infinites_is_false_highloadTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_zero_not_less_that_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOneg_zero_not_less_that_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gte_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOpositive_infinity_gte_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnot_with_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOnot_with_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_eq_to_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOzero_eq_to_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_eq_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOnegative_infinity_eq_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_float_is_transparentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOas_float_is_transparentTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOintTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_minus_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.228 s -- in EOorg.EOeolang.1mEOwrites_into_two_memory_objects_and_check_firstTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtwo_nested_try_blocksTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.1mEOtwo_nested_try_blocksTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOreturns_from_method_bodyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s -- in EOorg.EOeolang.1mEOnegative_float_minus_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOzTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_escape_sequences_line_breakTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOslice_escape_sequences_line_breakTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_with_one_neg_one_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOor_with_one_neg_one_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOxTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_zero_eq_to_int_zeroTestm
Hello, world!
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOfloat_zero_eq_to_int_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintEOplusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOintEOplusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOerrorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOerrorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_minus_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in EOorg.EOeolang.1mEOpositive_float_minus_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_two_foreign_objectsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOcompares_two_foreign_objectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOxor_as_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOxor_as_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOadd_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in EOorg.EOeolang.1mEOadd_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdiv_with_remainderTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOdiv_with_remainderTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_lte_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOpositive_infinity_lte_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_with_negative_index_gets_lastTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s -- in EOorg.EOeolang.1mEOreturns_from_method_bodyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_int_is_transparentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOas_int_is_transparentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in EOorg.EOeolang.1mEOtuple_with_negative_index_gets_lastTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOlast_while_dataization_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_even_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOleft_with_even_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_gt_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOnan_not_gt_numberTestm
[1;34mINFOm] Running org.eolang.1mExInterruptedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eolang.1mExInterruptedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_boolTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_boolTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpreserves_indentation_in_textTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.1mEOpreserves_indentation_in_textTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_string_with_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOcompares_string_with_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_lte_neg_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in EOorg.EOeolang.1mEOzero_lte_neg_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lte_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lte_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_with_all_false_casesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.672 s -- in EOorg.EOeolang.EOio.1mEOstdoutTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcalculates_length_of_spaces_onlyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.1mEOcalculates_length_of_spaces_onlyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_equal_to_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOfloat_not_equal_to_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_into_cageTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in EOorg.EOeolang.1mEOwrites_into_cageTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOinfinite_loop_checkTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 s -- in EOorg.EOeolang.1mEOlast_while_dataization_objectTestm
[1;34mINFOm] Running org.eolang.1mVerticesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.773 s -- in EOorg.EOeolang.1mEOrefers_to_inner_vars_correctlyTestm
[1;34mINFOm] Running org.eolang.1mPhMethodTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eolang.1mPhMethodTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOforks_on_conditionTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.1mEOforks_on_conditionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgreater_equalTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOgreater_equalTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_gt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOnan_not_gt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_div_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.1mEOpositive_float_div_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_with_two_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in EOorg.EOeolang.1mEOor_with_two_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_returns_vertexTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in EOorg.EOeolang.1mEOrust_returns_vertexTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_times_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOnegative_float_times_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgte_equalTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOgte_equalTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lte_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOnegative_infinity_lte_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOleft_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgets_lengths_of_empty_tuple_without_additional_objTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOgets_lengths_of_empty_tuple_without_additional_objTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtimes_two_positivesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOtimes_two_positivesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOboolEOandTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOboolEOandTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintEOnegTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOintEOnegTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEObitwise_works_negativeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEObitwise_works_negativeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmalloc_returns_different_pointersTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.330 s -- in EOorg.EOeolang.1mEOinfinite_loop_checkTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gt_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gt_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_from_startTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOslice_from_startTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOinline_float_computationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in EOorg.EOeolang.1mEOinline_float_computationTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOless_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOless_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gt_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gt_floatTestm
[1;34mINFOm] Running org.eolang.1mUniverseDefaultTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eolang.1mUniverseDefaultTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstores_abstract_object_into_cageTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in EOorg.EOeolang.1mEOmalloc_returns_different_pointersTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOheapEOpointerEOblockTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.1mEOheapEOpointerEOblockTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_not_greater_that_neg_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOzero_not_greater_that_neg_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_with_two_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOand_with_two_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintEOminusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOintEOminusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtry_memory_update_catchTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s -- in EOorg.EOeolang.1mEOstores_abstract_object_into_cageTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_object_verticesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in EOorg.EOeolang.1mEOnegative_object_verticesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOor_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mRamTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m2m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m2m, Time elapsed: 0.001 s -- in EOorg.EOeolang.1mRamTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_start_below_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOslice_start_below_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcheck_triple_quotesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOcheck_triple_quotesTestm
[1;34mINFOm] Running org.eolang.1mPhDefaultTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.39 s -- in EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_firstTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwrites_integer_to_ramTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in EOorg.EOeolang.1mEOwrites_integer_to_ramTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_bytes_equals_to_float_backwardsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOas_bytes_equals_to_float_backwardsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOprints_itselfTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOprints_itselfTestm
[1;34mINFOm] Running org.eolang.1mDataizedTestm
39mDEBUG0;39m o.e.Dataized - ··𝔻( <?>bool.if.ρ≡EOorg.EOeolang.EOint$EOltν119104 ) ➜ 00
39mDEBUG0;39m o.e.Dataized - ·𝔻( <?>int.plus.ρ≡EOorg.EOeolang.EOintν119627 ) ➜ 00-00-00-00-00-00-00-02
39mDEBUG0;39m o.e.Dataized - ·𝔻( <?>int.plus.x≡EOorg.EOeolang.EOintν119635 ) ➜ 00-00-00-00-00-00-00-02
39mDEBUG0;39m o.e.Dataized - 𝔻( <?>org.eolang.DataizedTest.PhiDecν119623 ) ➜ 00-00-00-00-00-00-00-04
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eolang.1mDataizedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_eq_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_eq_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_escape_sequences_unicodeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOslice_escape_sequences_unicodeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOiterates_over_sigmaTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m11m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s -- in EOorg.EOeolang.1mEOiterates_over_sigmaTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOempty_tuple_lengthTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.438 s -- in org.eolang.1mPhDefaultTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lt_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOempty_tuple_lengthTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOphi_in_vertical_notationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOphi_in_vertical_notationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in EOorg.EOeolang.1mEOnegative_infinity_lt_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseq_single_dataization_int_greater_than_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_phiTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOas_phiTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcat_with_emptyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOconcat_with_emptyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_gte_numberTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOnan_not_gte_numberTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOiterates_over_simple_counterTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in EOorg.EOeolang.1mEOiterates_over_simple_counterTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOone_div_zero_is_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in EOorg.EOeolang.1mEOone_div_zero_is_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleq_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in EOorg.EOeolang.1mEOleq_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_eq_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_eq_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOboolEOnotTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOboolEOnotTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconjuction_of_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOconjuction_of_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnamed_inner_abstract_objectTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.1mEOnamed_inner_abstract_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOless_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s -- in EOorg.EOeolang.1mEOseq_single_dataization_int_greater_than_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_times_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in EOorg.EOeolang.1mEOless_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcat_bools_as_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOconcat_bools_as_bytesTestm
[1;34mINFOm] Running org.eolang.1mPhConstTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in EOorg.EOeolang.1mEOnegative_float_times_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_in_outer_scopeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m8m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.42 s -- in EOorg.EOeolang.1mEOavoid_infinite_loopTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOstdinTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m5m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eolang.1mPhConstTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconstant_defends_against_side_effectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcorrectly_handles_same_name_attrsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in EOorg.EOeolang.1mEOcorrectly_handles_same_name_attrsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_with_two_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in EOorg.EOeolang.1mEOand_with_two_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOswitch_strings_caseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m6m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in EOorg.EOeolang.EOio.1mEOstdinTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOintEOltTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.1mEOintEOltTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_returns_positive_intTestm
Hello world from rust
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.1mEOrust_returns_positive_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_times_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in EOorg.EOeolang.1mEOfloat_times_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOint_equal_to_nan_and_infinites_is_falseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in EOorg.EOeolang.1mEOint_equal_to_nan_and_infinites_is_falseTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtry_memory_updateTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in EOorg.EOeolang.1mEOmemory_in_outer_scopeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_plus_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in EOorg.EOeolang.1mEOnegative_float_plus_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_plus_number_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.1mEOnan_plus_number_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_div_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.1mEOnegative_float_div_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgoto_jumps_backwardsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s -- in EOorg.EOeolang.1mEOconstant_defends_against_side_effectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmultiply_by_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOmultiply_by_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_is_byte_arrayTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOrust_is_byte_arrayTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_div_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.374 s -- in EOorg.EOeolang.1mEOtry_memory_update_catchTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmallocs_do_not_overlapTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in EOorg.EOeolang.1mEOpositive_float_div_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOright_way_to_use_hierarchyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.1mEOright_way_to_use_hierarchyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOless_equalTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOless_equalTestm
[1;34mINFOm] Running org.eolang.1mAtLocatedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m6m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eolang.1mAtLocatedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOturns_string_into_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOturns_string_into_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_gte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_gte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_minus_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in EOorg.EOeolang.1mEOnan_minus_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_with_negative_index_gets_firstTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.71 s -- in EOorg.EOeolang.1mEOcage_nested_objectsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_in_the_middleTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOslice_in_the_middleTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtimes_two_negativesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.1mEOtimes_two_negativesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_float_plus_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in EOorg.EOeolang.1mEOpositive_float_plus_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOint_zero_eq_to_float_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOint_zero_eq_to_float_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEObytesEOconcatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEObytesEOconcatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_even_plusTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOleft_with_even_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOreturns_same_objectTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOreturns_same_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_bytes_equals_to_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOas_bytes_equals_to_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_lt_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOpositive_infinity_lt_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_div_number_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOnan_div_number_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_end_below_startTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.1mEOslice_end_below_startTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_end_greater_actualTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.1mEOslice_end_greater_actualTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOslice_foreign_literalsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in EOorg.EOeolang.1mEOslice_foreign_literalsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseveral_slices_ramTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.728 s -- in org.eolang.1mVerticesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcageTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in EOorg.EOeolang.1mEOtry_memory_updateTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleq_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.304 s -- in EOorg.EOeolang.1mEOmallocs_do_not_overlapTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOleft_with_odd_negTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.1mEOleq_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcatenation_of_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOleft_with_odd_negTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_float_minus_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOconcatenation_of_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcorrectly_handles_same_name_attrs_simplifiedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOcorrectly_handles_same_name_attrs_simplifiedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lte_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lte_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtake_vertex_as_vertical_attributeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOtake_vertex_as_vertical_attributeTestm
[1;34mINFOm] Running org.eolang.1mMainTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in EOorg.EOeolang.1mEOnegative_float_minus_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_lte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOfloat_not_lte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcatches_simple_exceptionTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.1mEOcatches_simple_exceptionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtry_without_error_blockTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOtry_without_error_blockTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gte_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in EOorg.EOeolang.1mEOpositive_infinity_gte_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtimes_by_oneTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.1mEOtimes_by_oneTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gte_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gte_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmemory_is_strictly_typed_string_error_overflowTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOmemory_is_strictly_typed_string_error_overflowTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOwritten_in_several_linesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOwritten_in_several_linesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_string_with_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.1mEOcompares_string_with_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgoto_jumps_forwardTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m11m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 s -- in EOorg.EOeolang.1mEOcageTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompiles_correctly_with_long_duplicate_namesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in EOorg.EOeolang.1mEOcompiles_correctly_with_long_duplicate_namesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOzero_div_zero_as_bytes_is_equal_to_nan_as_bytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOzero_div_zero_as_bytes_is_equal_to_nan_as_bytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOkids_are_accessible_in_const_objectTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOkids_are_accessible_in_const_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtext_block_one_lineTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOtext_block_one_lineTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lte_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lte_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_lt_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_lt_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmakes_tuple_through_special_syntaxTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in EOorg.EOeolang.1mEOmakes_tuple_through_special_syntaxTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_as_bytes_is_bytes_of_zero_div_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOnan_as_bytes_is_bytes_of_zero_div_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOor_neg_bytes_as_int_with_leading_zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_gt_negative_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOpositive_infinity_gt_negative_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtakes_parent_objectTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.1mEOtakes_parent_objectTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOconcat_emptyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOconcat_emptyTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstringEOasBytesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in EOorg.EOeolang.1mEOstringEOasBytesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_gte_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_gte_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsimple_division_by_zeroTestm

finallyCan't divide by integer zero[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOsimple_division_by_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_returns_positive_doubleTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.1mEOrust_returns_positive_doubleTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_lt_positive_infinityTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in EOorg.EOeolang.1mEOnegative_infinity_lt_positive_infinityTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOone_symbol_string_comparesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOone_symbol_string_comparesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOallocates_and_usesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s -- in EOorg.EOeolang.1mEOseveral_slices_ramTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_div_nan_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.1mEOnan_div_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrho_of_add_should_not_changeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOrho_of_add_should_not_changeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_plus_nan_is_nanTestm
Exception in thread "VrbPrc.Monitor-518078451-out" java.lang.IllegalStateException: The thread has been interrupted
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:208)
        at java.base/java.lang.Thread.run(Thread.java:829)
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.1mEOnan_plus_nan_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_lte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_lte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmalloc_return_errorTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.1mEOmalloc_return_errorTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_fluent_withTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m6m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m2m, Time elapsed: 0.814 s -- in EOorg.EOeolang.1mEOallocates_and_usesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_gte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOnan_not_gte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOmoves_copy_to_new_parentTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.1mEOmoves_copy_to_new_parentTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_as_bytes_is_validTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOpositive_infinity_as_bytes_is_validTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgoto_jumps_backwards_without_last_datizationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s -- in org.eolang.1mMainTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_not_lte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOnan_not_lte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtakes_parent_through_attributeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.1mEOtakes_parent_through_attributeTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_gt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_gt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOas_bytes_equals_to_int_backwardsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.1mEOas_bytes_equals_to_int_backwardsTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcompares_bool_to_stringTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.1mEOcompares_bool_to_stringTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_plusTestm
sum 5 + 10 = 15
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in EOorg.EOeolang.1mEOrust_plusTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnop_is_trueTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOnop_is_trueTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_eq_intTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_eq_intTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_lt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.1mEOfloat_not_lt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOpositive_infinity_not_eq_floatTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.1mEOpositive_infinity_not_eq_floatTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_gte_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in EOorg.EOeolang.1mEOfloat_not_gte_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdiv_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in EOorg.EOeolang.1mEOdiv_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsupports_escape_sequencesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOsupports_escape_sequencesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOand_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOand_neg_bytes_as_int_without_leading__zeroesTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_secondTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.266 s -- in EOorg.EOeolang.1mEOtuple_fluent_withTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseq_single_dataization_float_less_than_testTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in EOorg.EOeolang.1mEOseq_single_dataization_float_less_than_testTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOcalculates_fibonacci_number_with_recursionTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in EOorg.EOeolang.1mEOcalculates_fibonacci_number_with_recursionTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOdouble_writesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.629 s -- in EOorg.EOeolang.1mEOgoto_jumps_forwardTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnested_gotoTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s -- in EOorg.EOeolang.1mEOnested_gotoTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnan_times_number_is_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.1mEOnan_times_number_is_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_zero_gte_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in EOorg.EOeolang.1mEOneg_zero_gte_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_as_bytes_is_validTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.1mEOnegative_infinity_as_bytes_is_validTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOfloat_not_gt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.1mEOfloat_not_gt_nanTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOgets_lengths_of_empty_tuple_through_special_syntaxTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOgets_lengths_of_empty_tuple_through_special_syntaxTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOstringEOsliceTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.1mEOstringEOsliceTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOnegative_infinity_not_lt_nanTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.1mEOnegative_infinity_not_lt_nanTestm
[1;34mINFOm] Running org.eolang.1mPhNamedTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eolang.1mPhNamedTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOrust_dataize_not_failsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.1mEOrust_dataize_not_failsTestm
[1;34mINFOm] Running org.eolang.1mPhWithTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.752 s -- in EOorg.EOeolang.1mEOdouble_writesTestm
[1;34mINFOm] Running org.eolang.1mJavaPathTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eolang.1mJavaPathTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOneg_zero_not_greater_that_zeroTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.1mEOneg_zero_not_greater_that_zeroTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOseqTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m9m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.579 s -- in org.eolang.1mPhWithTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s -- in EOorg.EOeolang.1mEOseqTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOtuple_withTestm
[1;34mINFOm] Running EOorg.EOeolang.1mEOsupports_escape_sequences_unicodeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.1mEOsupports_escape_sequences_unicodeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.08 s -- in EOorg.EOeolang.1mEOswitch_with_all_false_casesTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m2m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 39.01 s -- in EOorg.EOeolang.1mEOswitch_simple_caseTestm
Finished![1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m2m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 25.79 s -- in EOorg.EOeolang.1mEOgoto_jumps_backwardsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.07 s -- in EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_secondTestm
Finished![1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.38 s -- in EOorg.EOeolang.1mEOgoto_jumps_backwards_without_last_datizationTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.14 s -- in EOorg.EOeolang.1mEOtuple_withTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.1 s -- in EOorg.EOeolang.1mEOswitch_with_several_true_casesTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.3 s -- in EOorg.EOeolang.1mEOswitch_strings_caseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.0 s -- in EOorg.EOeolang.1mEOswitch_complex_caseTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m4m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 197.8 s -- in org.eolang.1mSnippetTestCasem
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 183.8 s -- in EOorg.EOeolang.1mEOtuple_with_negative_index_gets_firstTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 458.4 s -- in EOorg.EOeolang.1mEOdataizes_encaged_object_lazily_thirdTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 652, Failures: 0, Errors: 0, Skipped: 6m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:checkm 1m(jacoco-check)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/eo-runtime/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'eo-runtime' with 211 classes
[1;34mINFOm] All coverage checks have been met.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjacoco:0.8.11:reportm 1m(jacoco-check)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Loading execution data file /home/r/repo/eo-runtime/target/jacoco.exec
[1;34mINFOm] Analyzed bundle 'eo-runtime' with 211 classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/eo-runtime/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOio/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:copym 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] 24 source(s) copied from ./home/r/repo/eo-runtime/src/main/eo to ./home/r/repo/eo-runtime/target/classes/EO-SOURCES
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:unplacem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] The list of placed binaries is absent: ./home/r/repo/eo-runtime/target/eo-placed.csv
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.34.4:unspilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Deleted 100 .class files out of 223 in ./home/r/repo/eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.3.0:jarm 1m(default-jar)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantrun:3.1.0:runm 1m(jcabi-xcop)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/eo-runtime/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/eo-runtime/src/test/resources/logback.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mgroovy:2.1.1:executem 1m(project-validate)m @ 36meo-runtime0;1m ---m
Verified with check-folders-numbering.groovy - OK. Result: true
Verify that all java classes were compiled successfully
Verified with check-all-java-classes-compiled.groovy - OK. Result: null
Verify that there are no any dependencies in eo-runtime except those that are needed for tests
Verified with check-runtime-deps.groovy - OK. Result: true
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.1:installm 1m(default-install)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom
[1;34mINFOm] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for eo 0.34.4:m
[1;34mINFOm]
[1;34mINFOm] eo ................................................. 1;32mSUCCESSm [  9.486 s]
[1;34mINFOm] eo-parser .......................................... 1;32mSUCCESSm [ 25.293 s]
[1;34mINFOm] eo-maven-plugin .................................... 1;32mSUCCESSm [01:06 min]
[1;34mINFOm] eo-runtime ......................................... 1;32mSUCCESSm [13:16 min]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  14:57 min
[1;34mINFOm] Finished at: 2024-01-17T11:34:09Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Artifact com.jcabi:parent:pom:0.67.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.67.0/parent-0.67.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.67.0/parent-0.67.0.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.maven.wagons:maven-s3-wagon:pom:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-common:pom:3.3.35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-pom:pom:3.3.35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava:pom:15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.common:kuali-s3:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-common:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-pom:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact com.amazonaws:aws-java-sdk:pom:1.3.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:project:pom:4.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.jackson:jackson-core-asl:pom:1.8.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.jackson:jackson-mapper-asl:pom:1.8.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.common:kuali-threads:pom:1.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-common:pom:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-pom:pom:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-log4j12:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (0 B at 0 B/s)
[INFO] Artifact log4j:log4j:pom:1.2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (0 B at 0 B/s)
[INFO] Artifact commons-lang:commons-lang:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (0 B at 0 B/s)
[INFO] Artifact com.amazonaws:aws-java-sdk:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:project:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:project:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson.core:jackson-core:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml:oss-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson.core:jackson-databind:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework:spring-core:pom:3.2.5.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.spice:spice-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.common:kuali-threads:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-common:pom:2.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.pom:kuali-pom:pom:2.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-log4j12:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0 B/s)
[INFO] Artifact log4j:log4j:pom:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0 B/s)
[INFO] Artifact org.kuali.maven.wagons:maven-s3-wagon:jar:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.guava:guava:jar:15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.kuali.common:kuali-s3:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-api:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact com.amazonaws:aws-java-sdk:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact commons-codec:commons-codec:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact com.fasterxml.jackson.core:jackson-core:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact com.fasterxml.jackson.core:jackson-databind:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.springframework:spring-core:jar:3.2.5.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact commons-io:commons-io:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact commons-lang:commons-lang:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.kuali.common:kuali-threads:jar:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-log4j12:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom (2.2 kB at 11 kB/s)
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 36 kB/s)
[INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (2.7 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 183 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 33 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 8.0 kB/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:containers:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-parent:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom (3.7 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom (2.5 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 8.8 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom (6.4 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom (1.9 kB at 9.4 kB/s)
[INFO] Artifact org.sonatype.sisu:sisu-guava:pom:0.9.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guava-parent:pom:0.9.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom (2.8 kB at 14 kB/s)
[INFO] Artifact org.sonatype.aether:aether-api:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-spi:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-util:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-impl:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (1.6 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 kB at 72 kB/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom (4.9 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 195 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom (6.5 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom (2.2 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom (3.1 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom (3.2 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom (2.2 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom (2.1 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom (2.9 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom (7.1 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom (6.1 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom (3.4 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom (2.3 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom (4.6 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom (4.2 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom (3.1 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom (3.7 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom (3.3 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom (2.0 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom (7.3 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom (4.5 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom (5.1 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom (5.5 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom (3.5 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom (6.2 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom (32 kB at 155 kB/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.findbugs:jsr305:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 106 kB/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:52 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom (24 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 211 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 139 kB/s)
[INFO] Artifact commons-beanutils:commons-beanutils:pom:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom (1.8 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom (12 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 27 kB/s)
[INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 113 kB/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 148 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom (4.4 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom (5.6 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom (2.1 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom (3.4 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.2/all-1.2.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.1/all-1.2.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 138 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 101 kB/s)
[INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 84 kB/s)
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.guava:guava:jar:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-api:jar:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact commons-beanutils:commons-beanutils:jar:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact commons-collections:commons-collections:jar:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact commons-codec:commons-codec:jar:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 1.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 206 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 733 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 149 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 126 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 829 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 368 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 600 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Downloaded2from8oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar (151 kB at 249 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 453 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded2from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 794 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded3from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 155 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 154 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 201 kB/s)
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded2from6oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 146 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 256 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 6.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (0 B at 0 B/s)
Downloading)from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 504 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 419 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded2from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded2from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 7.2 kB/s)
Downloading)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar
Downloaded2from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 313 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 226 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar (16 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
Downloaded2from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded2from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded2from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 811 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 12 kB/s)
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 41 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (0 B at 0 B/s)
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 99 kB/s)
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 188 kB/s)
[INFO] Artifact org.junit:junit-bom:pom:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (0 B at 0 B/s)
[INFO] Inspecting build with total of 4 modules...
[INFO] Not installing Nexus Staging features:
[INFO]  * Preexisting staging related goal bindings found in 4 modules.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] eo                                                                 [pom]
[INFO] eo-parser                                                          [jar]
[INFO] eo-maven-plugin                                           [maven-plugin]
[INFO] eo-runtime                                                         [jar]
[INFO]
[INFO] ------------------------< org.eolang:eo-parent >------------------------
[INFO] Building eo 0.34.4                                                 [1/4]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.enforcer:enforcer:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/40/maven-parent-40.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/40/maven-parent-40.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/30/apache-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/30/apache-30.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.10.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/39/maven-parent-39.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:29 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/29/apache-29.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/29/apache-29.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar (0 B at 0 B/s)
[INFO] Artifact org.codehaus.mojo:buildnumber-maven-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:74 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.mojo:buildnumber-maven-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:41 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:41 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/41/maven-parent-41.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/41/maven-parent-41.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/31/apache-31.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/31/apache-31.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-antrun-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-antrun-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 282 kB/s)
[INFO] Artifact org.codehaus.gmaven:groovy-maven-plugin:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.gmaven:gmaven:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact com.planet57.buildsupport:public-parent:pom:2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (0 B at 0 B/s)
[INFO] Artifact com.planet57.buildsupport:buildsupport:pom:2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.gmaven:groovy-maven-plugin:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype)'
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ eo-parent ---
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:4.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), oss.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/13/plexus-13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/13/plexus-13.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), oss.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:4.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (0 B at 0 B/s)
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-parent ---
[INFO] Artifact org.apache.maven.enforcer:enforcer-api:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.13.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:58 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/58/commons-parent-58.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.13.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache-extras.beanshell:bsh:pom:2.0b6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.enforcer:enforcer-api:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.13.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-codec:commons-codec:jar:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:jar:2.13.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache-extras.beanshell:bsh:jar:2.0b6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (0 B at 0 B/s)
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-parent ---
[INFO] Artifact org.apache.maven.scm:maven-scm-api:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:51 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-manager-plexus:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-managers:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-svnexe:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-providers-svn:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-providers:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-svn-commons:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-gitexe:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-providers-git:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text:pom:1.10.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:54 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/54/commons-parent-54.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-git-commons:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-hg:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-svn-commons:pom:2.0.0-M3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-providers-svn:pom:2.0.0-M3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-providers:pom:2.0.0-M3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm:pom:2.0.0-M3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/36/maven-parent-36.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/26/apache-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/26/apache-26.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-api:pom:2.0.0-M3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (0 B at 0 B/s)
[INFO] Artifact net.java.dev.jna:jna:pom:5.12.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.tmatesoft.svnkit:svnkit:pom:1.10.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.sshd:sshd-core:pom:2.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.sshd:sshd:pom:2.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.testcontainers:testcontainers-bom:pom:1.16.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework:spring-framework-bom:pom:5.3.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.sshd:sshd-common:pom:2.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (0 B at 0 B/s)
[INFO] Artifact net.i2p.crypto:eddsa:pom:0.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (0 B at 0 B/s)
[INFO] Artifact de.regnis.q.sequence:sequence-library:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.tmatesoft.sqljet:sqljet:pom:1.1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr-runtime:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr-master:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (0 B at 0 B/s)
[INFO] Artifact net.java.dev.jna:jna:pom:5.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (0 B at 0 B/s)
[INFO] Artifact net.java.dev.jna:jna-platform:pom:5.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (0 B at 0 B/s)
[INFO] Artifact com.trilead:trilead-ssh2:pom:1.0.0-build222 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.connector-factory:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.oss:oss-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.core:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.usocket-jna:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.usocket-nc:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.sshagent:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.pageant:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:pom:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (0 B at 0 B/s)
[INFO] Artifact com.trilead:trilead-ssh2:pom:1.0.0-build217 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (0 B at 0 B/s)
[INFO] Artifact org.lz4:lz4-java:pom:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.gson:gson:pom:2.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.gson:gson-parent:pom:2.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.scm:maven-scm-api:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
[INFO] Artifact org.apache.maven.scm:maven-scm-manager-plexus:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-svnexe:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-gitexe:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-io:commons-io:jar:2.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.10.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-git-commons:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-svn-commons:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.scm:maven-scm-provider-hg:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.java.dev.jna:jna:jar:5.12.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.tmatesoft.svnkit:svnkit:jar:1.10.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.sshd:sshd-core:jar:2.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.sshd:sshd-common:jar:2.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.i2p.crypto:eddsa:jar:0.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact de.regnis.q.sequence:sequence-library:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.tmatesoft.sqljet:sqljet:jar:1.1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.antlr:antlr-runtime:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.java.dev.jna:jna-platform:jar:5.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.trilead:trilead-ssh2:jar:1.0.0-build222 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcraft:jsch.agentproxy.core:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.jcraft:jsch.agentproxy.sshagent:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.jcraft:jsch.agentproxy.pageant:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:jar:0.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.lz4:lz4-java:jar:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.code.gson:gson:jar:2.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (0 B at 0 B/s)
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 88e99bb at timestamp: 2024-01-17T11:35:14
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing scmBranch: __rultor
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-parent ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] &gt;&gt;&gt; source:3.3.0:jar (jcabi-sources) > generate-sources @ eo-parent >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-parent ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-parent ---
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-parent ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-parent ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] <<< source:3.3.0:jar (jcabi-sources) < generate-sources @ eo-parent <<<
[INFO]
[INFO]
[INFO] --- source:3.3.0:jar (jcabi-sources) @ eo-parent ---
[INFO] Artifact org.apache.maven:maven-archiver:pom:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-compress:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (0 B at 0 B/s)
[INFO] Artifact org.iq80.snappy:snappy:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.tukaani:xz:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 57 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-compress:pom:1.23.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:56 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/56/commons-parent-56.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/56/commons-parent-56.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 17 kB/s)
[INFO] Artifact org.apache.maven:maven-archiver:jar:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.23.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.iq80.snappy:snappy:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (0 B at 0 B/s)
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 1.4 MB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (0 B at 0 B/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 7.2 MB/s)
[INFO]
[INFO] --- javadoc:3.6.3:jar (jcabi-javadoc) @ eo-parent ---
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom (4.1 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom (3.2 kB at 16 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/14/plexus-14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/14/plexus-14.pom (0 B at 0 B/s)
[INFO] Artifact com.github.luben:zstd-jni:pom:1.5.5-5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-invoker:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:42 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 9.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 194 kB/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 8.9 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 30 kB/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact javax.annotation:javax.annotation-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (0 B at 0 B/s)
[INFO] Artifact net.java:jvnet-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (0 B at 0 B/s)
[INFO] Artifact javax.enterprise:cdi-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.jboss.weld:weld-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 36 kB/s)
[INFO] Artifact org.eclipse.aether:aether-spi:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 51 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.xbean:xbean-reflect:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.xbean:xbean:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.geronimo.genesis:genesis-java5-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.geronimo.genesis:genesis-default-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.geronimo.genesis:genesis:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.collections:google-collections:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google:google:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:45 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact junit:junit:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0 B/s)
[INFO] Artifact classworlds:classworlds:pom:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0 B/s)
[INFO] Artifact commons-lang:commons-lang:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:64 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/64/commons-parent-64.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/64/commons-parent-64.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text:pom:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (0 B at 0 B/s)
[INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-java:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-languages:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/15/plexus-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/15/plexus-15.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.6/asm-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.6/asm-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2:ow2:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-xml:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom (5.8 kB at 29 kB/s)
[INFO] Artifact commons-io:commons-io:pom:2.15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom (22 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/61/commons-parent-61.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 380 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom (2.0 kB at 9.8 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interactivity:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:6.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:6.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-invoker:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.aether:aether-spi:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:javax.annotation-api:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.enterprise:cdi-api:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.velocity:velocity:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-lang:commons-lang:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-logging:commons-logging:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-codec:commons-codec:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-java:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-xml:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar (27 kB at 224 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 244 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 285 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
Downloaded2from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 459 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
Downloaded2from2oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded2from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 283 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 216 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.6/asm-9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.6/asm-9.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (0 B at 0 B/s)
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (0 B at 0 B/s)
Downloaded2from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar (225 kB at 134 kB/s)
Downloaded2from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 602 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar (6.7 MB at 2.8 MB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- antrun:3.1.0:run (jcabi-xcop) @ eo-parent ---
[INFO] Artifact ant-contrib:ant-contrib:pom:20020829 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant:pom:1.10.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant-parent:pom:1.10.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant-launcher:pom:1.10.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (0 B at 0 B/s)
[INFO] Artifact ant-contrib:ant-contrib:jar:20020829 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.ant:ant:jar:1.10.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.ant:ant-launcher:jar:1.10.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (0 B at 0 B/s)
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/custom_goals/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/duplicate_classes/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/hash_package_layer/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/rewritten_sources/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/simple/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/add_rust/add_rust.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/phi/to-phi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/attrs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/classes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rename-tests-inners.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/tests.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/varargs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-conflicting-greeks.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-vertices.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-empty-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-lost-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-singleton-greeks.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-attrs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-dot.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-text.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-xembly.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/_macros.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-loc-to-objects.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-root.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-sodg-root.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/after.xsd looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/append-xi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/before-each.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-rho.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-sigma.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/connect-dots.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/epsilon-bindings.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/focus.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pi-copies.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pre-clean.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/remove-leveled.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/touch-all.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/unroll-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/site/site.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/optimize/main.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/XMIR.xsd looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_datas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-probes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/critical-errors/duplicate-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti/cti-adds-errors.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/data-objects.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/empty-object.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/external-weak-typed-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/many-free-attributes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/signed-binding-indexes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unused-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/zero-version.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-qqs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/explicit-data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-critical.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-errors.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-warnings.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/abstracts-float-up.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/fix-missed-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/globals-to-abstracts.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-levels.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-noise.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/set-locators.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/stars-to-tuples.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/correct-package-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/duplicate-metas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-architect.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-home.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-version.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-home-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-package-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-version-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/prohibited-package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/sparse-decoration.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unit-test-without-phi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unsorted-metas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/apply-func.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl looks good
[INFO]      [exec] /home/r/repo/eo-runtime/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-runtime/src/test/resources/logback.xml looks good
[INFO]      [exec] /home/r/repo/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- gpg:3.1.0:sign (jcabi-sign-artifacts) @ eo-parent ---
[INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-parent:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-util:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-impl:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.aether:aether-spi:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.aether:aether-impl:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.aether:aether-spi:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.aether:aether-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.aether:aether-util:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:jar:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (0 B at 0 B/s)
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (0 B at 0 B/s)
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 280 kB/s)
[INFO] Signing 1 file with 7E29B723C7834679204DD410AA57FF6B7040FA46 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key AA57FF6B7040FA46: secret key imported
gpg: migration succeeded
[INFO]
[INFO] --- groovy:2.1.1:execute (project-validate) @ eo-parent ---
[INFO] Artifact org.codehaus.groovy:groovy-xml:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.groovy:groovy:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.gossip:gossip-slf4j:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.gossip:gossip:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.gossip:gossip-core:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.gossip:gossip-bootstrap:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-api:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.gmaven:gmaven-adapter-api:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.gmaven:gmaven-adapter-impl:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.groovy:groovy-all:pom:2.4.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant:pom:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant-parent:pom:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.ant:ant-launcher:pom:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (0 B at 0 B/s)
[INFO] Artifact jline:jline:pom:2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jline/jline/2.12/jline-2.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jline/jline/2.12/jline-2.12.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.groovy:groovy-xml:jar:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy:jar:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.gossip:gossip-slf4j:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.gossip:gossip-core:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.gossip:gossip-bootstrap:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.aether:aether-util:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.aether:aether-api:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.gmaven:gmaven-adapter-api:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.gmaven:gmaven-adapter-impl:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy-all:jar:2.4.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.ant:ant:jar:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.ant:ant-launcher:jar:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact jline:jline:jar:2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.20/groovy-xml-3.0.20.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/3.0.20/groovy-3.0.20.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jline/jline/2.12/jline-2.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jline/jline/2.12/jline-2.12.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (0 B at 0 B/s)
Verified with src/test/groovy/check-xsl-id.groovy - OK
Verified with src/test/groovy/check-xsl-version.groovy - OK
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ eo-parent ---
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (0 B at 0 B/s)
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom
[INFO] Installing /home/r/repo/target/eo-parent-0.34.4.pom.asc to /home/r/.m2/repository/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom.asc
[INFO]
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ eo-parent ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.6.13:deploy (jcabi-deploy-to-sonatype) @ eo-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom
[INFO] Installing /home/r/repo/target/eo-parent-0.34.4.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.6.13:release (jcabi-deploy-to-sonatype) @ eo-parent ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ------------------------< org.eolang:eo-parser >------------------------
[INFO] Building eo-parser 0.34.4                                          [2/4]
[INFO]   from eo-parser/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Artifact com.jcabi:jcabi-maven-plugin:pom:0.17.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.34.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.60.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.60.5/parent-0.60.5.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.9.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-maven-plugin:jar:0.17.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-maven-plugin:pom:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-master:pom:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-maven-plugin:jar:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.2.3/surefire-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.3/maven-surefire-plugin-3.2.3.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.projectlombok:lombok:pom:1.18.30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.15.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:65 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom (0 B at 0 B/s)
[INFO] Artifact org.cactoos:cactoos:pom:0.55.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.64.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (0 B at 0 B/s)
[INFO] Artifact xml-apis:xml-apis:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (0 B at 0 B/s)
[INFO] Artifact xml-apis:xml-apis:pom:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:xsline:pom:0.21.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.65.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-xml:pom:0.29.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.37.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-log:pom:0.24.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (0 B at 0 B/s)
[INFO] Artifact net.sf.saxon:Saxon-HE:pom:12.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom (0 B at 0 B/s)
[INFO] Artifact org.xmlresolver:xmlresolver:pom:5.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents.client5:httpclient5:pom:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents.client5:httpclient5-parent:pom:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents.core5:httpcore5:pom:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents.core5:httpcore5-parent:pom:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.httpcomponents.core5:httpcore5-h2:pom:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-runtime:pom:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-manifests:pom:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi.incubator:xembly:pom:0.30.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.66.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-matchers:pom:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.pom (0 B at 0 B/s)
[INFO] Artifact org.hamcrest:hamcrest:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-aspects:pom:0.25.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.36.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.36.0/jcabi-1.36.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.36.0/jcabi-1.36.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.63.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.63.2/parent-0.63.2.pom (0 B at 0 B/s)
[INFO] Artifact org.aspectj:aspectjrt:pom:1.9.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.pom (0 B at 0 B/s)
[INFO] Artifact javax.validation:validation-api:pom:2.0.1.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.findbugs:annotations:pom:3.0.1u2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom (0 B at 0 B/s)
[INFO] Artifact net.jcip:jcip-annotations:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.jupiter:junit-jupiter-api:pom:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.opentest4j:opentest4j:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-commons:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apiguardian:apiguardian-api:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.jupiter:junit-jupiter-params:pom:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit-pioneer:junit-pioneer:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-launcher:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-engine:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.opentest4j:opentest4j:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-commons:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.yaml:snakeyaml:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-reload4j:pom:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.reload4j:reload4j:pom:1.2.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom (0 B at 0 B/s)
[INFO] Artifact org.eolang:jucs:pom:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eolang:xax:pom:0.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.62.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.62.0/parent-0.62.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.jupiter:junit-jupiter-engine:pom:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-engine:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.mockito:mockito-core:pom:5.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy:pom:1.14.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.14.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.14.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom (0 B at 0 B/s)
[INFO] Artifact org.objenesis:objenesis:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (0 B at 0 B/s)
[INFO] Artifact org.objenesis:objenesis-parent:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (0 B at 0 B/s)
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] Artifact org.projectlombok:lombok:jar:1.18.30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-io:commons-io:jar:2.15.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.cactoos:cactoos:jar:0.55.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact xml-apis:xml-apis:jar:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:xsline:jar:0.21.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.sf.saxon:Saxon-HE:jar:12.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.xmlresolver:xmlresolver:jar:5.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-codec:commons-codec:jar:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.xmlresolver:xmlresolver:jar:data:5.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.antlr:antlr4-runtime:jar:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-xml:jar:0.29.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-manifests:jar:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-log:jar:0.24.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:jar:2.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi.incubator:xembly:jar:0.30.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-matchers:jar:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-aspects:jar:0.25.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.aspectj:aspectjrt:jar:1.9.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact javax.validation:validation-api:jar:2.0.1.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.code.findbugs:annotations:jar:3.0.1u2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.jcip:jcip-annotations:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.junit.jupiter:junit-jupiter-api:jar:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.opentest4j:opentest4j:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.platform:junit-platform-commons:jar:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apiguardian:apiguardian-api:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.jupiter:junit-jupiter-params:jar:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit-pioneer:junit-pioneer:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.platform:junit-platform-launcher:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.yaml:snakeyaml:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-reload4j:jar:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.reload4j:reload4j:jar:1.2.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eolang:jucs:jar:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.eolang:xax:jar:0.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.jupiter:junit-jupiter-engine:jar:5.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.platform:junit-platform-engine:jar:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.hamcrest:hamcrest:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.mockito:mockito-core:jar:5.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy:jar:1.14.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.14.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.objenesis:objenesis:jar:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.21/aspectjrt-1.9.21.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.7.0/jcabi-matchers-1.7.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.2.0/junit-pioneer-2.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/jucs/0.2.0/jucs-0.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.0.5/xax-0.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.10/byte-buddy-1.14.10.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ eo-parser ---
[INFO] Deleting /home/r/repo/eo-parser/target
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- antlr4:4.13.1:antlr4 (jcabi-antlr4) @ eo-parser ---
[INFO] Artifact org.codehaus.plexus:plexus-compiler-api:pom:2.12.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler:pom:2.12.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:10.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4:pom:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.13.1/antlr4-4.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.13.1/antlr4-4.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr-runtime:pom:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr-master:pom:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:ST4:pom:4.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (0 B at 0 B/s)
[INFO] Artifact org.abego.treelayout:org.abego.treelayout.core:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (0 B at 0 B/s)
[INFO] Artifact com.ibm.icu:icu4j:pom:72.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-simple:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler-api:jar:2.12.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.antlr:antlr4:jar:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.antlr:antlr-runtime:jar:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.antlr:ST4:jar:4.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.abego.treelayout:org.abego.treelayout.core:jar:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.ibm.icu:icu4j:jar:72.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-simple:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.13.1/antlr4-4.13.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.13.1/antlr4-4.13.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (0 B at 0 B/s)
[INFO] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[INFO] Processing grammar: org/eolang/parser/Eo.g4
[INFO] Processing grammar: org/eolang/parser/Phi.g4
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ eo-parser ---
[INFO] Artifact org.apache.maven.shared:maven-filtering:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-filtering:jar:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (0 B at 0 B/s)
[INFO] Copying 60 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ eo-parser ---
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-incremental:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-jdk14:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-profile:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-project:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-java:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm:pom:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2:ow2:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (0 B at 0 B/s)
[INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler-api:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-compilers:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-incremental:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-java:jar:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm:jar:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (0 B at 0 B/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/r/repo/eo-parser/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eo-parser ---
[INFO] Copying 153 resources from src/test/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eo-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/r/repo/eo-parser/target/test-classes
[INFO]
[INFO] --- surefire:3.2.3:test (default-test) @ eo-parser ---
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-api:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-booter:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.forge:forge-parent:pom:38 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (0 B at 0 B/s)
[INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-api:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-booter:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:jar:2.15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.2.3/maven-surefire-common-3.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.2.3/surefire-api-3.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.2.3/surefire-booter-3.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.2.3/surefire-logger-api-3.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.2.3/surefire-extensions-api-3.2.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.3/surefire-extensions-spi-3.2.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.2.3/surefire-shared-utils-3.2.3.jar (0 B at 0 B/s)
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10860616091160575
[INFO] Surefire report directory: /home/r/repo/eo-parser/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Artifact org.apache.maven.surefire:surefire-junit-platform:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-providers:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.2.3/surefire-providers-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:common-java5:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-launcher:pom:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-engine:pom:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-commons:pom:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-junit-platform:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.surefire:common-java5:jar:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.junit.platform:junit-platform-launcher:jar:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.junit.platform:junit-platform-engine:jar:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.opentest4j:opentest4j:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.junit.platform:junit-platform-commons:jar:1.9.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.2.3/surefire-junit-platform-3.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.2.3/common-java5-3.2.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-launcher:pom:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-launcher:jar:1.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (0 B at 0 B/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.parser.xmir.XmirTest
[INFO] Running org.eolang.parser.StEoLoggedTest
[INFO] Running org.eolang.parser.EoSyntaxTest
[INFO] Running org.eolang.parser.EoIndentLexerTest
[INFO] Running org.eolang.parser.StUnhexTest
[INFO] Running org.eolang.parser.PhiSyntaxTest
[INFO] Running org.eolang.parser.StXPathTest
[INFO] Running org.eolang.parser.ParsingTrainTest
[INFO] Running org.eolang.parser.ObjectsTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.321 s -- in org.eolang.parser.EoIndentLexerTest
SLF4J: A number (64) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also https://www.slf4j.org/codes.html#replay
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.860 s -- in org.eolang.parser.ObjectsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s -- in org.eolang.parser.StEoLoggedTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.eolang.parser.StXPathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s -- in org.eolang.parser.PhiSyntaxTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 s -- in org.eolang.parser.StUnhexTest
11:36:21 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 517ms (over 500ms)
[WARNING] Tests run: 71, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.265 s -- in org.eolang.parser.EoSyntaxTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.221 s -- in org.eolang.parser.xmir.XmirTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.274 s -- in org.eolang.parser.ParsingTrainTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 193, Failures: 0, Errors: 0, Skipped: 3
[INFO]
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-parser ---
[INFO] Artifact com.jcabi:jcabi-log:pom:0.22.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.0-beta1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.0-beta1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (0 B at 0 B/s)
[INFO] Artifact org.mockito:mockito-core:pom:4.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.12.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (0 B at 0 B/s)
[INFO] Artifact org.objenesis:objenesis:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.pom (0 B at 0 B/s)
[INFO] Artifact org.objenesis:objenesis-parent:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-maven-slf4j:pom:0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-util:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.aspectj:aspectjtools:pom:1.9.8.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom (0 B at 0 B/s)
[INFO] Artifact javax.el:javax.el-api:pom:3.0.1-b06 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-builder-support:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-sec-dispatcher:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-cipher:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-resolver-provider:pom:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (0 B at 0 B/s)
[INFO] Artifact com.google.inject:guice:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom (0 B at 0 B/s)
[INFO] Artifact com.google.inject:guice-parent:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (0 B at 0 B/s)
[INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava:pom:31.1-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:31.1-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:failureaccess:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:26.0-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:listenablefuture:pom:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (0 B at 0 B/s)
[INFO] Artifact org.checkerframework:checker-qual:pom:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.errorprone:error_prone_annotations:pom:2.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.errorprone:error_prone_parent:pom:2.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.j2objc:j2objc-annotations:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.9.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.9.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.9.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-log:jar:0.22.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:jar:2.0.0-beta1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.mockito:mockito-core:jar:4.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy:jar:1.12.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.12.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.objenesis:objenesis:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-maven-slf4j:jar:0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.eclipse.aether:aether-util:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.aspectj:aspectjtools:jar:1.9.8.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact javax.el:javax.el-api:jar:3.0.1-b06 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-cipher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-builder-support:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-resolver-provider:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.inject:guice:jar:no_aop:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:guava:jar:31.1-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:failureaccess:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.checkerframework:checker-qual:jar:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.errorprone:error_prone_annotations:jar:2.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.j2objc:j2objc-annotations:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.8.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar (0 B at 0 B/s)
[INFO] Versionalizing /home/r/repo/eo-parser/target/classes directory
[INFO] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/xmir/org-eolang-eo-parser-jar.txt added
[INFO] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ eo-parser ---
[INFO] Artifact org.apache.maven.shared:file-management:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:file-management:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (0 B at 0 B/s)
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar
[INFO]
[INFO] >>> source:3.3.0:jar (jcabi-sources) > generate-sources @ eo-parser >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- antlr4:4.13.1:antlr4 (jcabi-antlr4) @ eo-parser ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[INFO]
[INFO] <<< source:3.3.0:jar (jcabi-sources) < generate-sources @ eo-parser <<<
[INFO]
[INFO]
[INFO] --- source:3.3.0:jar (jcabi-sources) @ eo-parser ---
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.34.4-sources.jar
[INFO]
[INFO] --- javadoc:3.6.3:jar (jcabi-javadoc) @ eo-parser ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.eolang.parser...
Loading source files for package org.eolang.parser.xmir...
Constructing Javadoc information...
Standard Doclet version 11.0.18
Building tree for all the packages and classes...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/CheckPack.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoBaseListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoIndentLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.AheadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ApplicableContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ApplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.AsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.AtomContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.AttributeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.AttributesContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.BeginnerContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.DataContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FinisherContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FinisherCopiedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FormateesContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FormationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HanonymContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HanonymInnerContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationArgContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationArgExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationHeadExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailReversedExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailReversedExtendedFirstContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HapplicationTailReversedFirstContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodExtendedVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodHeadExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.HmethodVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.InnerformateeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.InnersContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.JustContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.JustNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.LicenseContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MetasContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MethodAsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MethodNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MethodTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MethodTailVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ObjectsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.OnameContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ProgramContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ScopeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.ScopeExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.SuffixContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.TypeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHanonymBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHanonymUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHapplicationBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHapplicationUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgsReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgVanonymBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgVanonymUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationHeadAsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationHeadNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VersionContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodHeadApplicationTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodHeadHapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodHeadHmethodExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodHeadVapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodTailOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodTailVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VmethodVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoSyntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/ParsingException.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/ParsingTrain.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiBaseListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.AlphaAttrContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.AlphaBindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.ApplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.AttrContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.AttributeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.BindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.BindingsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.BndsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.DeltaBidningContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.DispatchContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.DispBndsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.DispContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.EmptyBindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.FormationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.LambdaBidningContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.ObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.ProgramContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.TerminationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiSyntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/Schema.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/SourceText.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/StUnhex.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/StXPath.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/Syntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/XeEoListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/XePhiListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/Xmir.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/Xmir.Default.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/XmirInfo.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/XmirReversed.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/XmirSwap.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/package-summary.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/package-tree.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/package-summary.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/package-tree.html...
Generating /home/r/repo/eo-parser/target/apidocs/constant-values.html...
Generating /home/r/repo/eo-parser/target/apidocs/serialized-form.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/XeEoListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoIndentLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/StXPath.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/XePhiListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/ParsingTrain.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/Schema.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoSyntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/ParsingException.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/SourceText.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/Syntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiSyntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/CheckPack.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/StUnhex.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.DataContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VersionContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ScopeExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ScopeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.SuffixContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.OnameContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FinisherCopiedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FinisherContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.BeginnerContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodTailVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodTailVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodHeadHapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodHeadVapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodHeadHmethodExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodHeadApplicationTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodTailOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VmethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodHeadExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodExtendedVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodVersionedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HmethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodAsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AheadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.InnerformateeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FormateesContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HanonymInnerContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HanonymContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHanonymUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHanonymBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgVanonymBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgVanonymUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationHeadAsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHapplicationUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHapplicationBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgUnbindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgBindedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgsReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationHeadNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationArgExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailReversedExtendedFirstContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailReversedExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationArgContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailReversedFirstContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailReversedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ApplicableContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationHeadExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationHeadContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationExtendedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.HapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ApplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.TypeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AttributeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AttributesContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.InnersContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FormationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AtomContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.JustNamedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.JustContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ObjectsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MetasContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.LicenseContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.ProgramContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiBaseListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.TerminationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.AttrContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.DispBndsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.DispContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.DispatchContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.BndsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.ApplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.LambdaBidningContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.DeltaBidningContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.EmptyBindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.AlphaAttrContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.AttributeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.AlphaBindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.BindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.BindingsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.FormationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.ObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.ProgramContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoLexer.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoBaseListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/class-use/XmirSwap.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/class-use/XmirReversed.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/class-use/Xmir.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/class-use/Xmir.Default.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/class-use/XmirInfo.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/package-use.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/xmir/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/eo-parser/target/apidocs/overview-tree.html...
Generating /home/r/repo/eo-parser/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/eo-parser/target/apidocs/allclasses-index.html...
Generating /home/r/repo/eo-parser/target/apidocs/allpackages-index.html...
Generating /home/r/repo/eo-parser/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/eo-parser/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-parser/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-parser/target/apidocs/index.html...
Generating /home/r/repo/eo-parser/target/apidocs/overview-summary.html...
Generating /home/r/repo/eo-parser/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.34.4-javadoc.jar
[INFO]
[INFO] --- antrun:3.1.0:run (jcabi-xcop) @ eo-parser ---
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/eo-parser/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/XMIR.xsd looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_datas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-probes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/critical-errors/duplicate-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti/cti-adds-errors.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/data-objects.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/empty-object.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/external-weak-typed-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/many-free-attributes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/signed-binding-indexes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unused-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/zero-version.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/expand-qqs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/explicit-data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-critical.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-errors.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/fail-on-warnings.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/abstracts-float-up.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/constant-folding.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/fix-missed-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/globals-to-abstracts.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-levels.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/optimize/remove-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-noise.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/set-locators.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/stars-to-tuples.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/correct-package-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/duplicate-metas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-architect.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-home.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/incorrect-version.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-home-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-package-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/mandatory-version-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/prohibited-package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/sparse-decoration.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unit-test-without-phi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/warnings/unsorted-metas.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/apply-func.xsl looks good
[INFO]      [exec] /home/r/repo/eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl looks good
[INFO] Executed tasks
[INFO]
[INFO] --- gpg:3.1.0:sign (jcabi-sign-artifacts) @ eo-parser ---
[INFO] Signing 4 files with 7E29B723C7834679204DD410AA57FF6B7040FA46 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ eo-parser ---
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-sources.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.pom.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ eo-parser ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.6.13:deploy (jcabi-deploy-to-sonatype) @ eo-parser ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.6.13:release (jcabi-deploy-to-sonatype) @ eo-parser ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ---------------------< org.eolang:eo-maven-plugin >---------------------
[INFO] Building eo-maven-plugin 0.34.4                                    [3/4]
[INFO]   from eo-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:pom:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-bom:pom:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-bom/4.0.12/groovy-bom-4.0.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-bom/4.0.12/groovy-bom-4.0.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:jar:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.6.0/maven-invoker-plugin-3.6.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.10.2/maven-plugin-tools-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.10.2/maven-plugin-tools-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.10.2/maven-plugin-plugin-3.10.2.jar (0 B at 0 B/s)
[INFO] Artifact org.jacoco:jacoco-maven-plugin:pom:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom (0 B at 0 B/s)
[INFO] Artifact org.jacoco:org.jacoco.build:pom:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-bom:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.jacoco:jacoco-maven-plugin:jar:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-builder-support:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-resolver-provider:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:pom:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (0 B at 0 B/s)
[INFO] Artifact com.google.inject:guice:pom:5.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.inject:guice-parent:pom:5.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava:pom:32.1.3-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:32.1.3-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-testing:maven-plugin-testing-harness:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-testing:maven-plugin-testing:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-compat:pom:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.wagon:wagon:pom:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (0 B at 0 B/s)
[INFO] Artifact org.twdata.maven:mojo-executor:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.twdata.maven:mojo-executor-parent:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:tojos:pom:0.18.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom (0 B at 0 B/s)
[INFO] Artifact javax.json:javax.json-api:pom:1.1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom (0 B at 0 B/s)
[INFO] Artifact org.glassfish:json:pom:1.1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (0 B at 0 B/s)
[INFO] Artifact net.java:jvnet-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (0 B at 0 B/s)
[INFO] Artifact org.glassfish:javax.json:pom:1.1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (0 B at 0 B/s)
[INFO] Artifact com.opencsv:opencsv:pom:5.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-collections4:pom:4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:48 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.reload4j:reload4j:pom:1.2.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-maven-slf4j:pom:0.12.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:jaxec:pom:0.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:jhome:pom:0.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:jping:pom:0.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.pom (0 B at 0 B/s)
[INFO] Artifact com.moandjiezana.toml:toml4j:pom:0.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.gson:gson:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.code.gson:gson-parent:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (0 B at 0 B/s)
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:javax.annotation-api:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-cipher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-builder-support:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-resolver-provider:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:jar:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.9.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.inject:guice:jar:5.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:guava:jar:32.1.3-jre is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:failureaccess:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact classworlds:classworlds:jar:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-compat:jar:3.9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.twdata.maven:mojo-executor:jar:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:tojos:jar:0.18.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact javax.json:javax.json-api:jar:1.1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.glassfish:javax.json:jar:1.1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.opencsv:opencsv:jar:5.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-beanutils:commons-beanutils:jar:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-logging:commons-logging:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-collections:commons-collections:jar:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-collections4:jar:4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.reload4j:reload4j:jar:1.2.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.jcabi:jcabi-maven-slf4j:jar:0.12.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:jaxec:jar:0.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:jhome:jar:0.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:jping:jar:0.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.moandjiezana.toml:toml4j:jar:0.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.code.gson:gson:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.6/maven-compat-3.9.6.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.9/opencsv-5.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jhome/0.0.5/jhome-0.0.5.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jping/0.0.3/jping-0.0.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ eo-maven-plugin ---
[INFO] Deleting /home/r/repo/eo-maven-plugin/target
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- resources:3.3.1:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 46 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- dependency:3.6.1:properties (default) @ eo-maven-plugin ---
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (0 B at 0 B/s)
[INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.aether:aether-impl:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-integration-tools:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-tools:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-beanutils:commons-beanutils:pom:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (0 B at 0 B/s)
[INFO] Artifact commons-digester:commons-digester:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (0 B at 0 B/s)
[INFO] Artifact log4j:log4j:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (0 B at 0 B/s)
[INFO] Artifact logkit:logkit:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (0 B at 0 B/s)
[INFO] Artifact avalon-framework:avalon-framework:pom:4.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (0 B at 0 B/s)
[INFO] Artifact commons-chain:commons-chain:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (0 B at 0 B/s)
[INFO] Artifact commons-digester:commons-digester:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (0 B at 0 B/s)
[INFO] Artifact commons-beanutils:commons-beanutils:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (0 B at 0 B/s)
[INFO] Artifact dom4j:dom4j:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (0 B at 0 B/s)
[INFO] Artifact oro:oro:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity:pom:1.6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:pom:1.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm:pom:9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.enterprise:cdi-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:jsr250-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-integration-tools:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.velocity:velocity-tools:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-beanutils:commons-beanutils:jar:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-digester:commons-digester:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-chain:commons-chain:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact dom4j:dom4j:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact oro:oro:jar:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.github.luben:zstd-jni:jar:1.5.5-5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:jar:1.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm:jar:9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (0 B at 0 B/s)
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ eo-maven-plugin ---
[INFO] Artifact org.jacoco:org.jacoco.agent:pom:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom (0 B at 0 B/s)
[INFO] Artifact org.jacoco:org.jacoco.core:pom:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-commons:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-tree:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.jacoco:org.jacoco.report:pom:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.jacoco:org.jacoco.agent:jar:runtime:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.jacoco:org.jacoco.core:jar:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.ow2.asm:asm-commons:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.ow2.asm:asm-tree:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.jacoco:org.jacoco.report:jar:0.8.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar (0 B at 0 B/s)
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-maven-plugin/target/jacoco.exec
[INFO]
[INFO] --- plugin:3.10.2:helpmojo (default) @ eo-maven-plugin ---
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-generators:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.jsoup:jsoup:pom:1.16.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom (0 B at 0 B/s)
[INFO] Artifact net.sf.jtidy:jtidy:pom:r938 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-java:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-annotations:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-util:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-analysis:pom:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-ant:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-script:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-script/3.10.2/maven-script-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-script/3.10.2/maven-script-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-model:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:pom:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:jar:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-generators:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.jsoup:jsoup:jar:1.16.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact net.sf.jtidy:jtidy:jar:r938 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-java:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-annotations:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-util:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-analysis:jar:9.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-ant:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-model:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:jar:3.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-collections:commons-collections:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.10.2/maven-plugin-tools-api-3.10.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.10.2/maven-plugin-tools-annotations-3.10.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.10.2/maven-plugin-tools-java-3.10.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.10.2/maven-plugin-tools-generators-3.10.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.10.2/maven-plugin-annotations-3.10.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.10.2/maven-plugin-tools-model-3.10.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.10.2/maven-plugin-tools-ant-3.10.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.10.2/maven-plugin-tools-beanshell-3.10.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (0 B at 0 B/s)
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ eo-maven-plugin ---
[INFO] Copying 46 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.8.1:compile (java-compile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 122 source files to /home/r/repo/eo-maven-plugin/target/classes
[INFO]
[INFO] --- compiler:3.8.1:compile (compile-helpmojo) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/eo-maven-plugin/target/classes
[INFO]
[INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 26 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- plugin:3.10.2:descriptor (default) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 26 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eo-maven-plugin ---
[INFO] Copying 93 resources from src/test/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.8.1:testCompile (java-test-compile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 90 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[INFO] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/UnphiMojoTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- surefire:3.2.3:test (default-test) @ eo-maven-plugin ---
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10860669754263723
[INFO] Surefire report directory: /home/r/repo/eo-maven-plugin/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.maven.footprint.CacheVersionTest
[INFO] Running org.eolang.maven.util.FileHashTest
[INFO] Running org.eolang.maven.LatexMojoTest
[INFO] Running org.eolang.maven.dependencies.DcsWithRuntimeTest
[INFO] Running org.eolang.maven.hash.ChTextTest
[INFO] Running org.eolang.maven.objectionary.OyFilesystemTest
[INFO] Running org.eolang.maven.UnplaceMojoTest
[INFO] Running org.eolang.maven.tojos.TranspiledTojosTest
[INFO] Running org.eolang.maven.objectionary.OyIndexedTest
[INFO] Running org.eolang.maven.UnspileMojoTest
[INFO] Running org.eolang.maven.LogFormatTest
[INFO] Running org.eolang.maven.name.OnVersionedTest
SLF4J: Class path contains multiple SLF4J providers.
SLF4J: Found provider [org.slf4j.reload4j.Reload4jServiceProvider@4189a1dd]
SLF4J: Found provider [MavenSlf4j()]
SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eolang.maven.name.OnVersionedTest
[INFO] Running org.eolang.maven.optimization.OptCachedTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.eolang.maven.util.FileHashTest
[INFO] Running org.eolang.maven.hash.ChPatternTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eolang.maven.objectionary.OyFilesystemTest
[INFO] Running org.eolang.maven.TranspileMojoTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eolang.maven.tojos.TranspiledTojosTest
[INFO] Running org.eolang.maven.RegisterMojoTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eolang.maven.hash.ChPatternTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.eolang.maven.footprint.CacheVersionTest
[INFO] Running org.eolang.maven.hash.ChCachedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eolang.maven.hash.ChCachedTest
[INFO] Running org.eolang.maven.CleanMojoTest
SLF4J: Actual provider is of type [org.slf4j.reload4j.Reload4jServiceProvider@4189a1dd]
SLF4J: A number (18) of logging calls during the initialization phase have been intercepted and are
SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J: See also https://www.slf4j.org/codes.html#replay
11:37:12 [INFO] org.eolang.maven.log.Logs: ping
11:37:12 [INFO] org.eolang.maven.LogFormatTest: Wake up, Neo...
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eolang.maven.LogFormatTest
[INFO] Running org.eolang.maven.objectionary.OyCachingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eolang.maven.objectionary.OyCachingTest
[INFO] Running org.eolang.maven.OptimizeMojoTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.eolang.maven.hash.ChTextTest
[INFO] Running org.eolang.maven.hash.CommitHashesMapTest
[INFO] Running org.eolang.maven.PullMojoTest
11:37:13 [INFO] org.eolang.maven.CleanMojo: Deleted all files in: './tmp/junit14979444567495326927/target'
11:37:13 [WARN] org.eolang.maven.UnspileMojo: No .class files in ./home/r/repo/eo-maven-plugin/classes including [**/*.class], nothing to unspile
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: Because of 'selectivelyPlace' list of globs: 1 files remained and 0 deleted
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: No binaries out of 1 deleted in ./tmp/junit606553994698892811/placed.csv
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s -- in org.eolang.maven.UnspileMojoTest
[INFO] Running org.eolang.maven.CatalogsTest
11:37:13 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit9978147878865801456/src/eo to ./tmp/junit9978147878865801456/eo-foreign.csv, included [**.eo], excluded []
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.eolang.maven.hash.CommitHashesMapTest
[INFO] Running org.eolang.maven.PrintMojoTest
11:37:13 [ERROR] org.eolang.maven.RegisterMojo: Incorrect name found: '.abc.eo'. EO name must match '^[a-zA-Z0-9\-]+\.eo$'
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 1 binari(es) deleted, which were found in ./tmp/junit2841327502430575864/placed.csv
11:37:13 [ERROR] org.eolang.maven.RegisterMojo: sourcesDir is null. Please specify a valid sourcesDir for org.eolang.maven.RegisterMojo@3ee7f610
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 2 binari(es) deleted, which were found in ./tmp/junit8078114362043564044/placed.csv
11:37:13 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit6529287567246138202/src/eo to ./tmp/junit6529287567246138202/eo-foreign.csv, included [**.eo], excluded []
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.eolang.maven.RegisterMojoTest
11:37:13 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit16125797456425634324/placed.csv
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eolang.maven.CatalogsTest
[INFO] Running org.eolang.maven.util.HmBaseTest
11:37:13 [WARN] org.eolang.maven.objectionary.OyIndexed: Failed to check object org.eolang.io.stdout in objectionary index: java.lang.IllegalStateException: Fake exception
        at org.eolang.maven.objectionary.OyIndexedTest.lambda$checksContainsInDelegateIfExceptionHappensInIndex$1(OyIndexedTest.java:82)
        at org.cactoos.scalar.Sticky.lambda$new$0(Sticky.java:73)
        at org.cactoos.func.StickyFunc.lambda$new$0(StickyFunc.java:70)
        at org.cactoos.func.StickyBiFunc.apply(StickyBiFunc.java:93)
        at org.cactoos.func.StickyFunc.apply(StickyFunc.java:77)
        at org.cactoos.scalar.Sticky.value(Sticky.java:79)
        at org.eolang.maven.objectionary.ObjectsIndex.contains(ObjectsIndex.java:90)
        at org.eolang.maven.objectionary.OyIndexed.contains(OyIndexed.java:76)
        at org.eolang.maven.objectionary.OyIndexedTest.checksContainsInDelegateIfExceptionHappensInIndex(OyIndexedTest.java:85)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
        at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:396)
        at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:721)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
        at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
        at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
        at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
        at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
        at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.950 s -- in org.eolang.maven.objectionary.OyIndexedTest
[INFO] Running org.eolang.maven.util.RelTest
11:37:13 [INFO] org.eolang.maven.RegisterMojo: There are 1 EO sources registered already
11:37:13 [INFO] org.eolang.maven.RegisterMojo: Registered 1 EO sources from ./tmp/junit10919099362694913857/. to ./tmp/junit10919099362694913857/eo-foreign.csv, included [**.eo], excluded []
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit10451715412604386254/placed.csv
[INFO] Running org.eolang.maven.ResolveMojoTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eolang.maven.util.RelTest
[INFO] Running org.eolang.maven.rust.ModuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eolang.maven.rust.ModuleTest
[INFO] Running org.eolang.maven.JavaFilesTest
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 4 binari(es) deleted, which were found in ./tmp/junit4699985650185192178/placed.csv
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: Because of 'selectivelyPlace' list of globs: 1 files remained and 0 deleted
11:37:13 [INFO] org.eolang.maven.UnplaceMojo: All 1 binari(es) deleted, which were found in ./tmp/junit6766207454798074160/placed.csv
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.eolang.maven.UnplaceMojoTest
[INFO] Running org.eolang.maven.ParseMojoTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eolang.maven.util.HmBaseTest
[INFO] Running org.eolang.maven.rust.CommentedTest
11:37:13 [INFO] org.eolang.maven.PullMojo: Execution skipped due to eo.skip option
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eolang.maven.rust.CommentedTest
[INFO] Running org.eolang.maven.rust.NativeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eolang.maven.rust.NativeTest
[INFO] Running org.eolang.maven.rust.RustNodeTest
11:37:14 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom-rust.r.α0
11:37:14 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom-rust.r.α0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.eolang.maven.rust.RustNodeTest
[INFO] Running org.eolang.maven.SafeMojoTest
11:37:14 [INFO] org.eolang.maven.log.Logs: ping
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.053 s -- in org.eolang.maven.optimization.OptCachedTest
[INFO] Running org.eolang.maven.objectionary.OyRemoteTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.245 s -- in org.eolang.maven.dependencies.DcsWithRuntimeTest
[INFO] Running org.eolang.maven.util.JoinedUnderscoreTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eolang.maven.util.JoinedUnderscoreTest
[INFO] Running org.eolang.maven.VerifyMojoTest
11:37:14 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit2419555816127657488/foo/x/main.eo:1': [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something > is definitely wrong here"
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eolang.maven.SafeMojoTest
[INFO] Running org.eolang.maven.objectionary.OyFallbackTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eolang.maven.objectionary.OyFallbackTest
[INFO] Running org.eolang.maven.tojos.ForeignTojosTest
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eolang.maven.tojos.ForeignTojosTest
[INFO] Running org.eolang.maven.BinarizeMojoTest
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:14 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 50 .eo sources to XMIRs
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s -- in org.eolang.maven.objectionary.OyRemoteTest
[INFO] Running org.eolang.maven.CopyMojoTest
11:37:15 [INFO] org.eolang.maven.CopyMojo: 1 source(s) copied from ./tmp/junit12720039792405296533/src to ./tmp/junit12720039792405296533/classes/EO-SOURCES
11:37:15 [INFO] org.eolang.maven.CopyMojo: Execution skipped due to eo.skip option
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eolang.maven.CopyMojoTest
[INFO] Running org.eolang.maven.dependencies.DcsDepgraphTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eolang.maven.dependencies.DcsDepgraphTest
[INFO] Running org.eolang.maven.dependencies.DcsEachWithoutTransitiveTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eolang.maven.dependencies.DcsEachWithoutTransitiveTest
[INFO] Running org.eolang.maven.latex.LatexTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eolang.maven.latex.LatexTemplateTest
[INFO] Running org.eolang.maven.name.OnUnversionedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eolang.maven.name.OnUnversionedTest
[INFO] Running org.eolang.maven.rust.NamesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eolang.maven.rust.NamesTest
[INFO] Running org.eolang.maven.ShakeMojoTest
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit10850845831169017065/src/test/resources/org/eolang/maven/print/main.xmir => /tmp/junit10850845831169017065/output/main.eo
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit10850845831169017065/src/test/resources/org/eolang/maven/print/inner/b.xmir => /tmp/junit10850845831169017065/output/inner/b.eo
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:37:15 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit10850845831169017065/src/test/resources/org/eolang/maven/print/inner/a.xmir => /tmp/junit10850845831169017065/output/inner/a.eo
11:37:15 [INFO] org.eolang.maven.PrintMojo: Printed 3 XMIR sources into EO
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s -- in org.eolang.maven.PrintMojoTest
[INFO] Running org.eolang.maven.MarkMojoTest
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:15 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit6060200122483764329/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:37:15 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
11:37:15 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit10538807836534418873/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:37:15 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
11:37:15 [INFO] org.eolang.maven.MarkMojo: Found 1 sources in ./tmp/junit14832738614282096280/target/5-resolve/foo/hello/-/0.28.0/EO-SOURCES, 1 program(s) registered with version 0.28.0
11:37:15 [INFO] org.eolang.maven.MarkMojo: New 1 objects found in 1 unpacked dependencies
11:37:15 [WARN] com.yegor256.xsline.TrFast: XSL 'stars-to-tuples' took 573ms (over 500ms)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eolang.maven.MarkMojoTest
[INFO] Running org.eolang.maven.footprint.FtCachedTest
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eolang.maven.footprint.FtCachedTest
[INFO] Running org.eolang.maven.UnphiMojoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.389 s -- in org.eolang.maven.ParseMojoTest
[INFO] Running org.eolang.maven.PlaceMojoTest
11:37:15 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:37:15 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:15 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit7595664534551335886/target/5-resolve
11:37:15 [INFO] org.eolang.maven.PlaceMojo: Placed 2 binary file(s) out of 2, found in foo/hello/-/0.1
11:37:15 [INFO] org.eolang.maven.PlaceMojo: Placed 2 binary files found in 1 dependencies
11:37:15 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:16 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:16 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit3910044510294768672/xml/sum.xmir to ./tmp/junit3910044510294768672/java
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.503 s -- in org.eolang.maven.JavaFilesTest
[INFO] Running org.eolang.maven.name.OnSwapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.maven.name.OnSwapTest
[INFO] Running org.eolang.maven.SodgMojoTest
11:37:17 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:20 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:20 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit805470797945808686/target/2-optimize/foo/x/main.xmir -> /tmp/junit805470797945808686/target/phi/foo/x/main.phi
11:37:20 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit805470797945808686/target/2-optimize to ./tmp/junit805470797945808686/target/phi
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit805470797945808686/target/phi/foo/x/main.phi -> /tmp/junit805470797945808686/target/1-parse/foo/x/main.xmir
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.PrintMojo: Printed: /tmp/junit805470797945808686/target/1-parse/foo/x/main.xmir => /tmp/junit805470797945808686/target/generated-sources/foo/x/main.eo
11:37:21 [INFO] org.eolang.maven.PrintMojo: Printed 1 XMIR sources into EO
11:37:21 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.log.Logs: ping
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit6060520083585094942/foo/x/main.eo:5': [5:-1] extraneous input 'INT' expecting {COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:37:21 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit6060520083585094942/foo/x/main.eo:6': [6:-1] mismatched input 'EXPONENT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:37:21 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:21 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:37:21 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:21 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary file(s) out of 3, found in foo/hello/-/0.1
11:37:21 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary files found in 1 dependencies
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit5225877359492643432/target/phi/std.phi -> /tmp/junit5225877359492643432/target/1-parse/std.xmir
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:21 [ERROR] org.eolang.maven.UnphiMojo: 1 files with parsing errors were found: [std.phi]
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.LatexMojo: Generated by LatexMojo /tmp/junit3755053803449424147/target/latex/main.tex file
[WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.087 s -- in org.eolang.maven.LatexMojoTest
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit1373996329920486615/target/phi/std.phi -> /tmp/junit1373996329920486615/target/1-parse/std.xmir
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit11808297849139268233/target/phi/main.phi -> /tmp/junit11808297849139268233/target/1-parse/main.xmir
11:37:21 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:37:21 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:37:21 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:37:21 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
[INFO] Running org.eolang.maven.ProbeMojoTest
11:37:21 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit10919099362694913857/target/5-resolve
11:37:21 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 8s
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit13970374949709781450/target/8-transpile/foo/x/main.xmir to ./tmp/junit13970374949709781450/target/generated
11:37:21 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit13970374949709781450/target/generated
11:37:21 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit13970374949709781450/target/generated
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:21 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@5010ab6d: Critical error identified:
  /tmp/junit6060520083585094942/foo/x/main.eo, 5: [5:-1] extraneous input 'INT' expecting {COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF";
  /tmp/junit6060520083585094942/foo/x/main.eo, 6: [6:-1] mismatched input 'EXPONENT' expecting {&lt;EOF&gt;, COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF";
11:37:21 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:37:21 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:37:21 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit11379535404273988457/foo/x/main.eo:6': [6:4] no viable alternative at input '[x] <': "[x] < wrong>"
11:37:21 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit11379535404273988457/foo/x/main.eo:8': [8:-1] mismatched input 'INT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:37:21 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.1
11:37:21 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.22.1
11:37:21 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:21 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:21 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.incorrect-code.r.α0
11:37:21 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.incorrect-code.r.α0
11:37:21 [INFO] org.eolang.maven.rust.RustNode: Building native0 rust project..
11:37:21 [DEBUG] com.yegor256.Jaxec: +cargo build
11:37:22 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout]
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [ERROR] com.yegor256.Jaxec:
11:37:22 [ERROR] org.eolang.maven.BinarizeMojo: Failed to build cargo project with dest = /tmp/junit7527066045929439595/target/Lib/native0
11:37:22 [ERROR] org.eolang.maven.BinarizeMojo: Non-zero exit code #101 of 'cargo'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.189 s -- in org.eolang.maven.BinarizeMojoTest
[INFO] Running org.eolang.maven.util.HmOptionalTest
11:37:22 [INFO] org.eolang.maven.log.Logs: ping
11:37:22 [INFO] org.eolang.maven.util.HmOptional: Rewriting of the /tmp/junit18329983540662736817/file.txt file was skipped
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eolang.maven.util.HmOptionalTest
[INFO] Running org.eolang.maven.name.DelimitedNameTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eolang.maven.name.DelimitedNameTest
[INFO] Running org.eolang.maven.UnplaceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.maven.UnplaceTest
[INFO] Running org.eolang.maven.PlaceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eolang.maven.PlaceTest
[INFO] Running org.eolang.maven.footprint.FtDefaultTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eolang.maven.footprint.FtDefaultTest
[INFO] Running org.eolang.maven.objectionary.OyHomeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eolang.maven.objectionary.OyHomeTest
[INFO] Running org.eolang.maven.PhiMojoTest
11:37:22 [WARN] org.eolang.maven.SodgMojo: XSL 'add-loc-to-objects' took 182ms (over 100ms)
11:37:22 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit13970374949709781450/target/8-transpile/foo/x/main.xmir to ./tmp/junit13970374949709781450/target/generated
11:37:22 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit13970374949709781450/target/generated
11:37:22 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit13970374949709781450/target/generated
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [INFO] org.eolang.maven.PullMojo: 4 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.int, org.eolang.string]
11:37:22 [WARN] org.eolang.maven.SodgMojo: XSL 'remove-leveled' took 102ms (over 100ms)
11:37:22 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:22 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@6cdbef22: Critical error identified:
  /tmp/junit11379535404273988457/foo/x/main.eo, 6: [6:4] no viable alternative at input '[x] &lt;': "[x] &lt; wrong&gt;";
  /tmp/junit11379535404273988457/foo/x/main.eo, 8: [8:-1] mismatched input 'INT' expecting {&lt;EOF&gt;, COMMENT, 'Q', 'QQ', '*', '&lt;', '&amp;', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: &quot;EOF&quot;;
11:37:22 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 124ms (over 100ms)
11:37:22 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:37:22 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [ERROR] org.eolang.maven.VerifyMojo: There is no 'SHAKEN' attribute in the tojo
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:22 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-rho' took 101ms (over 100ms)
11:37:23 [WARN] org.eolang.maven.SodgMojo: XSL 'epsilon-bindings' took 109ms (over 100ms)
11:37:23 [WARN] org.eolang.maven.SodgMojo: XSL 'connect-dots' took 123ms (over 100ms)
11:37:23 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:24 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@382e1d22: Critical error identified:
  /tmp/junit11737294899598710308/foo/x/main.eo, 6: The name "x" is already in use;
11:37:24 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:37:24 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:37:24 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit9701899017144910077/foo/x/main.eo:1': [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something > is wrong here"
11:37:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo11457360866330811552/target/sodg/foo/x/main.sodg (58 instructions)
11:37:24 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo11457360866330811552/target/sodg, 58 instructions
11:37:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:24 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:24 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@615e0166: Critical error identified:
  /tmp/junit9701899017144910077/foo/x/main.eo, 1: [1:14] mismatched input ' ' expecting {'!', EOL, EOP}: "something &gt; is wrong here";
11:37:24 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-critical.xsl; SystemID: file:///org/eolang/parser/fail-on-critical.xsl; Line#: 31; Column#: 34
11:37:24 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-critical.xsl
11:37:24 [INFO] org.eolang.maven.log.Logs: ping
11:37:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:24 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:24 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit11808297849139268233/target/2-optimize/main.xmir -> /tmp/junit11808297849139268233/target/phi/main.phi
11:37:24 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit11808297849139268233/target/2-optimize to ./tmp/junit11808297849139268233/target/phi
11:37:24 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit17770605102225123395/target/phi/main.phi -> /tmp/junit17770605102225123395/target/1-parse/main.xmir
11:37:24 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:24 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.DiscoverMojo: Discovered 2 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes]
11:37:25 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|9c93528, org.eolang|9c93528]
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit9330626642868515908/target/2-optimize/foo/x/main.xmir -> /tmp/junit9330626642868515908/target/phi/foo/x/main.phi
11:37:25 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit9330626642868515908/target/2-optimize to ./tmp/junit9330626642868515908/target/phi
11:37:25 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit3883727129745208104/target/5-resolve
11:37:25 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary file(s) out of 6, found in foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 3 binary files found in 1 dependencies
11:37:25 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:25 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from foo/hello/-/0.1
11:37:25 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from foo/hello/-/0.1
[WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.566 s -- in org.eolang.maven.PlaceMojoTest
[INFO] Running org.eolang.maven.DepDirsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eolang.maven.DepDirsTest
[INFO] Running org.eolang.maven.hash.ChRemoteTest
11:37:25 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-foreign:0.22.1
11:37:25 [ERROR] org.eolang.maven.ResolveMojo: Dependency {groupId=org.eolang, artifactId=eo-foreign, version=0.22.1, type=jar} contains transitive dependencies: [org.eolang:eo-transitive:0.1.0]
11:37:25 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528]
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.eolang.maven.hash.ChRemoteTest
[INFO] Running org.eolang.maven.objectionary.ObjectsIndexTest
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eolang.maven.objectionary.ObjectsIndexTest
[INFO] Running org.eolang.maven.objectionary.OyFallbackSwapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eolang.maven.objectionary.OyFallbackSwapTest
11:37:25 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:25 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:37:26 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:37:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:26 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:26 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:37:26 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:26 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit10919099362694913857/target/5-resolve
11:37:26 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 4s
11:37:26 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
[INFO] Running org.eolang.maven.AssembleMojoTest
11:37:26 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:37:26 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:37:26 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:26 [WARN] org.eolang.maven.ResolveMojo: No new files after unpacking of org.eolang:eo-runtime:0.34.3!
11:37:26 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:26 [INFO] org.eolang.maven.PlaceMojo: The directory is absent, nothing to place: ./tmp/junit10919099362694913857/target/5-resolve
11:37:26 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 20ms
11:37:26 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
11:37:26 [INFO] org.eolang.maven.CleanMojo: Deleted all files in: './tmp/junit10919099362694913857/target'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.28 s -- in org.eolang.maven.CleanMojoTest
[INFO] Running org.eolang.maven.hash.ChNarrowTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eolang.maven.hash.ChNarrowTest
[INFO] Running org.eolang.maven.rust.PrimeModuleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eolang.maven.rust.PrimeModuleTest
[INFO] Running org.eolang.maven.objectionary.OyEmptyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eolang.maven.objectionary.OyEmptyTest
[INFO] Running org.eolang.maven.util.WalkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.maven.util.WalkTest
[INFO] Running org.eolang.maven.name.OnReplacedTest
11:37:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eolang.maven.name.OnReplacedTest
[INFO] Running org.eolang.maven.DiscoverMojoTest
11:37:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:26 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:26 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
11:37:26 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|5f82cc1, org.eolang.txt.sprintf|17f8929, org.eolang.txt|5f82cc1, org.eolang|5f82cc1]
11:37:26 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:26 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit10523199132260591588/target/8-transpile/foo/x/main.xmir to ./tmp/junit10523199132260591588/target/generated
11:37:26 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit10523199132260591588/target/generated
11:37:26 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit10523199132260591588/target/generated
11:37:26 [INFO] org.eolang.maven.TranspileMojo: XMIR ./tmp/junit10523199132260591588/target/6-verify/foo/x/main.xmir (foo.x.main) were already transpiled to ./tmp/junit10523199132260591588/target/8-transpile/foo/x/main.xmir
11:37:26 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 0 Java files in ./tmp/junit10523199132260591588/target/generated
11:37:26 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit10523199132260591588/target/generated
11:37:26 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:26 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:26 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:27 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528, org.eolang.txt.sprintf|17f8929]
11:37:27 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:27 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@3bcdb9e7: Errors identified:
  /tmp/junit18207226915650547870/foo/x/main.eo, 4: The object has attribute without a name, line=4, pos=7;
11:37:27 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-errors.xsl; SystemID: file:///org/eolang/parser/fail-on-errors.xsl; Line#: 31; Column#: 34
11:37:27 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-errors.xsl
11:37:27 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:27 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:27 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:27 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit17770605102225123395/target/2-optimize/main.xmir -> /tmp/junit17770605102225123395/target/phi/main.phi
11:37:27 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit17770605102225123395/target/2-optimize to ./tmp/junit17770605102225123395/target/phi
11:37:27 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit16394555115654976526/target/phi/main.phi -> /tmp/junit16394555115654976526/target/1-parse/main.xmir
11:37:27 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:27 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:27 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit3775529121543638138/target/2-optimize/foo/x/main.xmir -> /tmp/junit3775529121543638138/target/phi/foo/x/main.phi
11:37:27 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit3775529121543638138/target/2-optimize to ./tmp/junit3775529121543638138/target/phi
11:37:27 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:27 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo1534970751480141405/target/sodg/foo/x/main.sodg (58 instructions)
11:37:28 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo1534970751480141405/target/sodg, 58 instructions
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.PullMojo: 9 program(s) were pulled: [org.eolang.txt.sprintf|17f8929, org.eolang.io.stdout|9c93528, org.eolang.string|5f82cc1, org.eolang.txt.text|5f82cc1, org.eolang.bytes|5f82cc1, org.eolang.seq|6c6269d, org.eolang.math.number|5f82cc1, org.eolang.int|5f82cc1, org.eolang.nop|5f82cc1]
11:37:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:37:28 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:37:28 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.io.stdout, org.eolang.txt.sprintf, org.eolang.txt, org.eolang.io, org.eolang]
11:37:28 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:28 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:37:28 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:37:28 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:28 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:28 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 20 .eo sources to XMIRs
11:37:28 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:37:28 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:28 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 3s
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:37:28 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:29 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 1 programs
11:37:29 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:29 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:29 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'mandatory-package-meta' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'abstracts-float-up' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'duplicate-aliases' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'global-nonames' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'duplicate-aliases' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'broken-aliases' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'add-refs' took 3s (over 500ms)
11:37:32 [WARN] com.yegor256.xsline.TrFast: XSL 'mandatory-home-meta' took 3s (over 500ms)
11:37:32 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit16936767906844521980/target/eo/8-transpile/foo/x/main.xmir to ./tmp/junit16936767906844521980/target/generated-sources
11:37:32 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 1 Java files in ./tmp/junit16936767906844521980/target/generated-sources
11:37:32 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit16936767906844521980/target/generated-sources
11:37:32 [INFO] org.eolang.maven.log.Logs: ping
11:37:32 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:33 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:33 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:33 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit12610416310231217547/target/2-optimize/foo/x/main.xmir -> /tmp/junit12610416310231217547/target/phi/foo/x/main.phi
11:37:33 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit12610416310231217547/target/2-optimize to ./tmp/junit12610416310231217547/target/phi
11:37:33 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:33 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:33 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit16394555115654976526/target/2-optimize/main.xmir -> /tmp/junit16394555115654976526/target/phi/main.phi
11:37:33 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit16394555115654976526/target/2-optimize to ./tmp/junit16394555115654976526/target/phi
11:37:33 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit5376340826825312819/target/phi/main.phi -> /tmp/junit5376340826825312819/target/1-parse/main.xmir
11:37:33 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:33 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:33 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:33 [INFO] org.eolang.maven.log.Logs: ping
11:37:33 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:34 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:34 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:37:34 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.DiscoverMojo: Discovered 2 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes]
11:37:35 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|1d605bd, org.eolang|1d605bd]
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.ProbeMojo: Found 1 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528]
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.1
11:37:35 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.bytes|1d605bd, org.eolang.io.stdout|9c93528, org.eolang.string|1d605bd]
11:37:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout|9c93528]
11:37:35 [INFO] org.eolang.maven.DiscoverMojo: Discovered 8 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.a, org.eolang.float, org.eolang.string, org.eolang.bytes, org.eolang.sprintf, org.eolang.two, org.eolang.int]
11:37:35 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:35 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:35 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:37:35 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:35 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:35 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:35 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:35 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:37:35 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:37:35 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:37:35 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 7s
11:37:35 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:37:35 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:37:35 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-rho' took 117ms (over 100ms)
11:37:35 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:37:35 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:37:35 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:35 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:35 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:35 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:37:35 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:37:35 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 33ms
11:37:35 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
11:37:35 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:36 [INFO] org.eolang.maven.log.Logs: ping
11:37:36 [WARN] org.eolang.maven.SodgMojo: XSL 'pi-copies' took 119ms (over 100ms)
11:37:36 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:36 [WARN] org.eolang.maven.SodgMojo: XSL 'epsilon-bindings' took 174ms (over 100ms)
11:37:36 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:36 [ERROR] org.eolang.maven.TranspileMojo: You should check that 'Verify' goal of the plugin was run first
11:37:36 [ERROR] org.eolang.maven.TranspileMojo: There is no 'VERIFIED' attribute in the tojo
11:37:36 [WARN] org.eolang.maven.SodgMojo: XSL 'put-atoms' took 137ms (over 100ms)
11:37:36 [WARN] org.eolang.maven.SodgMojo: XSL 'focus' took 132ms (over 100ms)
11:37:36 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:36 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:36 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.txt.sprintf, org.eolang.io.stdout]
11:37:36 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit14198984483464446232/target/2-optimize/foo/x/main.xmir -> /tmp/junit14198984483464446232/target/phi/foo/x/main.phi
11:37:36 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit14198984483464446232/target/2-optimize to ./tmp/junit14198984483464446232/target/phi
11:37:37 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit5376340826825312819/target/2-optimize/main.xmir -> /tmp/junit5376340826825312819/target/phi/main.phi
11:37:37 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit5376340826825312819/target/2-optimize to ./tmp/junit5376340826825312819/target/phi
11:37:37 [WARN] org.eolang.maven.SodgMojo: XSL 'to-xembly' took 130ms (over 100ms)
11:37:37 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:37 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit1640756853534652077/target/phi/main.phi -> /tmp/junit1640756853534652077/target/1-parse/main.xmir
11:37:37 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:37 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:37 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:37 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-duplicate-edges' took 213ms (over 100ms)
11:37:37 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-conflicting-greeks' took 172ms (over 100ms)
11:37:38 [WARN] org.eolang.maven.SodgMojo: XSL 'normalize-attrs' took 144ms (over 100ms)
11:37:38 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo12828366651201167325/target/sodg/foo/x/main.sodg (84 instructions)
11:37:38 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo12828366651201167325/target/sodg, 84 instructions
11:37:38 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:38 [INFO] org.eolang.maven.ParseMojo: Parsed 30 .eo sources to XMIRs
11:37:38 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:38 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@546939b7: Warnings identified:
  /tmp/junit6580606958273497195/foo/x/main.eo, 3: Sparse decoration is prohibited;
  /tmp/junit6580606958273497195/foo/x/main.eo, 4: Sparse decoration is prohibited;
  /tmp/junit6580606958273497195/foo/x/main.eo, : Missing home;
  /tmp/junit6580606958273497195/foo/x/main.eo, : Missing version meta;
11:37:38 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-warnings.xsl; SystemID: file:///org/eolang/parser/fail-on-warnings.xsl; Line#: 31; Column#: 34
11:37:38 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-warnings.xsl
11:37:38 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:39 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:39 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:39 [INFO] org.eolang.maven.OptimizeMojo: Optimized 20 out of 20 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.ResolveMojo: Runtime dependency added from pom with version: 0.7.0
11:37:40 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.7.0
11:37:40 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:40 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:40 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.DiscoverMojo: Discovered 1 foreign objects in 1 programs: [org.eolang.hello]
11:37:40 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:40 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:37:40 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:37:40 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:40 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:40 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:40 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:37:40 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:40 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 5s
11:37:40 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:37:40 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:37:40 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:37:40 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:37:40 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:40 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:40 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:37:40 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:37:40 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 19ms
11:37:40 [INFO] org.eolang.maven.AssembleMojo: 2 assemble cycle(s) produced some new object(s): EO:1/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1
11:37:40 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:37:40 [INFO] org.eolang.maven.PullMojo: No programs were pulled because eo.offline flag is TRUE
11:37:40 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit16369012935143410945/foo/x/main.eo:6': [6:4] no viable alternative at input '[x] <': "[x] < wrong>"
11:37:40 [ERROR] org.eolang.maven.ParseMojo: Failed to parse '/tmp/junit16369012935143410945/foo/x/main.eo:8': [8:-1] mismatched input 'INT' expecting {<EOF>, COMMENT, 'Q', 'QQ', '*', '<', '&', '$', '[', '(', '@', '^', BYTES, BOOL, STRING, INT, FLOAT, HEX, NAME, TEXT}: "EOF"
11:37:40 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:40 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.PullMojo: 1 program(s) were pulled: [org.eolang.io.stdout]
[WARNING] Tests run: 42, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 27.75 s -- in org.eolang.maven.PullMojoTest
[INFO] Running org.eolang.maven.BinarizeParseTest
11:37:40 [INFO] org.eolang.maven.ShakeMojo: Shaken 20 out of 20 XMIR program(s)
11:37:40 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:41 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:41 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:41 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:41 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit1640756853534652077/target/2-optimize/main.xmir -> /tmp/junit1640756853534652077/target/phi/main.phi
11:37:41 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit1640756853534652077/target/2-optimize to ./tmp/junit1640756853534652077/target/phi
11:37:41 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit15793792645415004781/target/phi/main.phi -> /tmp/junit15793792645415004781/target/1-parse/main.xmir
11:37:41 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:41 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:41 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:41 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit835981484018238641/target/2-optimize/foo/x/main.xmir -> /tmp/junit835981484018238641/target/phi/foo/x/main.phi
11:37:41 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit835981484018238641/target/2-optimize to ./tmp/junit835981484018238641/target/phi
11:37:41 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:42 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:37:42 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:37:42 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.io, org.eolang, org.eolang.io.stdout, org.eolang.txt.sprintf, org.eolang.txt]
11:37:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:42 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:42 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:42 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:42 [ERROR] com.jcabi.xml.XSLDocument: net.sf.saxon.style.XSLMessage@2773b0d8: Errors identified:
  /tmp/junit4343200702051891912/foo/x/main.eo, 2: The alias is invalid: "THIS-IS-WRONG org.eolang.io.stdout";
  /tmp/junit4343200702051891912/foo/x/main.eo, 2: The alias "org.eolang.io.stdout" is not used;
11:37:42 [ERROR] com.jcabi.xml.ConsoleErrorListener: #fatalError(): Processing terminated by xsl:message at line 31 in fail-on-errors.xsl; SystemID: file:///org/eolang/parser/fail-on-errors.xsl; Line#: 31; Column#: 34
11:37:42 [ERROR] org.eolang.maven.VerifyMojo: Processing terminated by xsl:message at line 31 in fail-on-errors.xsl
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.00 s -- in org.eolang.maven.VerifyMojoTest
11:37:42 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:43 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:43 [WARN] org.eolang.maven.SodgMojo: XSL 'pi-copies' took 123ms (over 100ms)
11:37:43 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:44 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo9128833805813431430/target/sodg/foo/x/main.sodg (122 instructions)
11:37:44 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo9128833805813431430/target/sodg, 122 instructions
11:37:44 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:44 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:44 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.math.number, org.eolang.seq, org.eolang.int, org.eolang.txt.text, org.eolang.nop]
11:37:44 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:44 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:44 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:44 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:44 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:44 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
11:37:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.PullMojo: 3 program(s) were pulled: [org.eolang.io.stdout, org.eolang.bytes, org.eolang.string]
11:37:45 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:45 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:45 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:45 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary file(s) out of 1, found in org.eolang/eo-runtime/-/0.34.3
11:37:45 [INFO] org.eolang.maven.PlaceMojo: Placed 1 binary files found in 1 dependencies
11:37:45 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #1 (EO:1/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1), took 4s
11:37:45 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:37:45 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit15793792645415004781/target/2-optimize/main.xmir -> /tmp/junit15793792645415004781/target/phi/main.phi
11:37:45 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit15793792645415004781/target/2-optimize to ./tmp/junit15793792645415004781/target/phi
11:37:45 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit7350529524802455079/target/phi/main.phi -> /tmp/junit7350529524802455079/target/1-parse/main.xmir
11:37:45 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:45 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit2628089168072815331/target/2-optimize/foo/x/main.xmir -> /tmp/junit2628089168072815331/target/phi/foo/x/main.phi
11:37:45 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit2628089168072815331/target/2-optimize to ./tmp/junit2628089168072815331/target/phi
11:37:45 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:45 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:37:45 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:37:45 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:37:45 [INFO] org.eolang.maven.rust.RustNode: Created java class native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:37:45 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:45 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:37:46 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:46 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
[WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 30.59 s -- in org.eolang.maven.ShakeMojoTest
11:37:46 [INFO] org.eolang.maven.ParseMojo: Parsed 20 .eo sources to XMIRs
11:37:46 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:46 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.int]
11:37:46 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang.txt.sprintf, org.eolang.txt, org.eolang]
11:37:46 [INFO] org.eolang.maven.ProbeMojo: Found 5 probe(s) in 1 program(s): [org.eolang.io, org.eolang, org.eolang.io.stdout, org.eolang.txt.sprintf, org.eolang.txt]
11:37:46 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:46 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:47 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:48 [WARN] org.eolang.maven.SodgMojo: XSL 'add-loc-to-objects' took 119ms (over 100ms)
11:37:48 [WARN] org.eolang.maven.SodgMojo: XSL 'add-root' took 102ms (over 100ms)
11:37:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 4 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.OptimizeMojo: Optimized 30 out of 30 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.DiscoverMojo: Discovered 6 foreign objects in 1 programs: [org.eolang.string, org.eolang.bytes, org.eolang.txt.sprintf|54d83d4, org.eolang.seq, org.eolang.nop, org.eolang.txt.sprintf|0c15066]
11:37:48 [INFO] org.eolang.maven.ParseMojo: Parsed 3 .eo sources to XMIRs
11:37:48 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 172ms (over 100ms)
11:37:48 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:48 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:48 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:48 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:37:48 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-rho' took 158ms (over 100ms)
11:37:49 [WARN] org.eolang.maven.SodgMojo: XSL 'pi-copies' took 169ms (over 100ms)
11:37:49 [WARN] org.eolang.maven.SodgMojo: XSL 'connect-dots' took 230ms (over 100ms)
11:37:49 [WARN] org.eolang.maven.SodgMojo: XSL 'put-data' took 143ms (over 100ms)
11:37:49 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 4 XMIR program(s)
11:37:49 [INFO] org.eolang.maven.DiscoverMojo: No foreign objects discovered in 3 programs
11:37:49 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:49 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:49 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:49 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:37:49 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:37:49 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #2 (EO:4/XMIR:1/OPTIMIZED:1/DISCOVERED:1/PROBED:1 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 4s
11:37:49 [INFO] org.eolang.maven.ParseMojo: No .eo sources parsed to XMIRs
11:37:49 [INFO] org.eolang.maven.DiscoverMojo: Nothing to discover, all programs checked already
11:37:49 [INFO] org.eolang.maven.ProbeMojo: Nothing to probe, all programs checked already
11:37:49 [INFO] org.eolang.maven.PullMojo: 0 program(s) were pulled: []
11:37:49 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:49 [INFO] org.eolang.maven.MarkMojo: New 0 objects found in 1 unpacked dependencies
11:37:49 [INFO] org.eolang.maven.PlaceMojo: Found placed binaries from org.eolang/eo-runtime/-/0.34.3
11:37:49 [INFO] org.eolang.maven.PlaceMojo: No binary file(s) out of 1 were placed from org.eolang/eo-runtime/-/0.34.3
11:37:49 [INFO] org.eolang.maven.AssembleMojo: Assemble cycle #3 (EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4 -> EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4), took 19ms
11:37:49 [INFO] org.eolang.maven.AssembleMojo: 3 assemble cycle(s) produced some new object(s): EO:4/XMIR:4/OPTIMIZED:4/DISCOVERED:4/PROBED:4
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.62 s -- in org.eolang.maven.AssembleMojoTest
11:37:49 [WARN] org.eolang.maven.SodgMojo: XSL 'put-atoms' took 135ms (over 100ms)
11:37:49 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:49 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:49 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit7350529524802455079/target/2-optimize/main.xmir -> /tmp/junit7350529524802455079/target/phi/main.phi
11:37:49 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit7350529524802455079/target/2-optimize to ./tmp/junit7350529524802455079/target/phi
11:37:49 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit3750324441203272969/target/phi/main.phi -&gt; /tmp/junit3750324441203272969/target/1-parse/main.xmir
11:37:49 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:50 [WARN] org.eolang.maven.SodgMojo: XSL 'to-xembly' took 140ms (over 100ms)
11:37:50 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-lost-edges' took 131ms (over 100ms)
11:37:50 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-duplicate-edges' took 116ms (over 100ms)
11:37:50 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-singleton-greeks' took 110ms (over 100ms)
11:37:50 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-conflicting-greeks' took 105ms (over 100ms)
11:37:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:37:50 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:50 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo16249783148829325400/target/sodg/foo/x/main.sodg (57 instructions)
11:37:50 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo16249783148829325400/target/sodg, 57 instructions
11:37:50 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit2213419552717927212/target/2-optimize/foo/x/main.xmir -> /tmp/junit2213419552717927212/target/phi/foo/x/main.phi
11:37:50 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit2213419552717927212/target/2-optimize to ./tmp/junit2213419552717927212/target/phi
11:37:50 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:50 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:51 [INFO] org.eolang.maven.ShakeMojo: Shaken 30 out of 30 XMIR program(s)
11:37:51 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:37:51 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:51 [INFO] org.eolang.maven.VerifyMojo: Verified 30 out of 30 XMIR program(s)
11:37:51 [INFO] org.eolang.maven.VerifyMojo: Verified 2 out of 2 XMIR program(s)
11:37:51 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:51 [INFO] org.eolang.maven.ParseMojo: Parsed 2 .eo sources to XMIRs
11:37:51 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:37:51 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.hello-world-1.r.α0
11:37:51 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:37:51 [INFO] org.eolang.maven.rust.RustNode: Created java class native1.rs from Φ.org.eolang.custom.hello-world-2.r.α0
11:37:52 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native2.rs from Φ.org.eolang.custom.creates-object.r.α0
11:37:52 [INFO] org.eolang.maven.rust.RustNode: Created java class native2.rs from Φ.org.eolang.custom.creates-object.r.α0
11:37:52 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_5.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_23.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_22.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_25.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_24.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_27.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_2.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_26.xmir to ./tmp/junit7422213136199816/target/generated
11:37:52 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_4.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_7.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_1.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_3.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_6.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_28.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_11.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_8.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_29.xmir to ./tmp/junit7422213136199816/target/generated
11:37:53 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_14.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_9.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_20.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:54 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
11:37:54 [INFO] org.eolang.maven.ProbeMojo: Probing object(s): [org.eolang.io.stdout|9c93528, org.eolang.io|9c93528, org.eolang.txt.sprintf|17f8929, org.eolang.txt|9c93528, org.eolang|9c93528]
11:37:54 [WARN] com.yegor256.xsline.TrFast: XSL 'expand-qqs' took 505ms (over 500ms)
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_13.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_21.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_16.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.ProbeMojo: Found 2 probe(s) in 1 program(s): [org.eolang.io.stdout|9c93528, org.eolang.txt.sprintf|17f8929]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.80 s -- in org.eolang.maven.ProbeMojoTest
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_12.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_17.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_18.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_15.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_19.xmir to ./tmp/junit7422213136199816/target/generated
11:37:54 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main.xmir to ./tmp/junit7422213136199816/target/generated
11:37:55 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit7422213136199816/target/8-transpile/foo/x/main_10.xmir to ./tmp/junit7422213136199816/target/generated
11:37:55 [INFO] org.eolang.maven.TranspileMojo: Transpiled 30 XMIRs, created 120 Java files in ./tmp/junit7422213136199816/target/generated
11:37:55 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit7422213136199816/target/generated
11:37:55 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:55 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:37:55 [INFO] org.eolang.maven.OptimizeMojo: Optimized 3 out of 3 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:0.22.0
11:37:56 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:0.22.1
11:37:56 [ERROR] org.eolang.maven.ResolveMojo: 1 conflicting dependencies are found: {org.eolang:eo-runtime:jar:=[0.22.0, 0.22.1]}
11:37:56 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:56 [INFO] org.eolang.maven.ShakeMojo: Shaken 3 out of 3 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 3 programs: [org.eolang.text|0c15066, org.eolang.text, org.eolang.text|9c93528]
11:37:56 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit3750324441203272969/target/2-optimize/main.xmir -> /tmp/junit3750324441203272969/target/phi/main.phi
11:37:56 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit3750324441203272969/target/2-optimize to ./tmp/junit3750324441203272969/target/phi
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit13782773969805147907/target/phi/main.phi -> /tmp/junit13782773969805147907/target/1-parse/main.xmir
11:37:56 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 20 out of 20 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.34.3
11:37:56 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit89026928564964777/target/2-optimize/foo/x/main.xmir -> /tmp/junit89026928564964777/target/phi/foo/x/main.phi
11:37:56 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit89026928564964777/target/2-optimize to ./tmp/junit89026928564964777/target/phi
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:56 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 2 out of 2 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:56 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ShakeMojo: Shaken 2 out of 2 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main_1:0.25.0: org.eolang:eo-runtime:jar-with-dependencies:0.22.0
11:37:57 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:jar-with-dependencies:0.22.1
11:37:57 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:jar-with-dependencies:0.22.0
11:37:57 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:jar-with-dependencies:0.22.1
11:37:57 [INFO] org.eolang.maven.ResolveMojo: New 2 dependenc(ies) unpacked
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.dependencies.DcsDefault: Dependency found for foo.x.main:0.25.0: org.eolang:eo-runtime:0.7.0
11:37:57 [INFO] org.eolang.maven.ResolveMojo: Found 1 new file(s) after unpacking of org.eolang:eo-runtime:0.7.0
11:37:57 [INFO] org.eolang.maven.ResolveMojo: New 1 dependenc(ies) unpacked
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.80 s -- in org.eolang.maven.ResolveMojoTest
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.rust.RustNode: Created cargo project native0.rs from Φ.org.eolang.custom.creates-object.r.α0
11:37:57 [INFO] org.eolang.maven.rust.RustNode: Created java class native0.rs from Φ.org.eolang.custom.creates-object.r.α0
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.42 s -- in org.eolang.maven.OptimizeMojoTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.38 s -- in org.eolang.maven.BinarizeParseTest
11:37:57 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.DiscoverMojo: Discovered 7 foreign objects in 1 programs: [org.eolang.string, org.eolang.txt.text|5f82cc1, org.eolang.bytes, org.eolang.seq|6c6269d, org.eolang.math.number, org.eolang.int, org.eolang.nop]
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:57 [INFO] org.eolang.maven.JavaFiles: Generated 1 .java file(s) from ./tmp/junit5125105634163636821/target/eo-sources/8-transpile/foo/x/main.xmir to ./tmp/junit5125105634163636821/target/generated-sources
11:37:57 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 1 Java files in ./tmp/junit5125105634163636821/target/generated-sources
11:37:57 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit5125105634163636821/target/generated-sources
11:37:57 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:57 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo17283383718469632269/target/sodg/foo/x/main.sodg (108 instructions)
11:37:57 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo17283383718469632269/target/sodg, 108 instructions
11:37:58 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit13782773969805147907/target/2-optimize/main.xmir -> /tmp/junit13782773969805147907/target/phi/main.phi
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit13782773969805147907/target/2-optimize to ./tmp/junit13782773969805147907/target/phi
11:37:58 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:58 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit17472880526631411299/target/phi/main.phi -> /tmp/junit17472880526631411299/target/1-parse/main.xmir
11:37:58 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:37:58 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit17795454504904763134/target/2-optimize/foo/x/main.xmir -> /tmp/junit17795454504904763134/target/phi/foo/x/main.phi
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit17795454504904763134/target/2-optimize to ./tmp/junit17795454504904763134/target/phi
11:37:58 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:58 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit10233320659385307051/target/2-optimize/foo/x/main.xmir -> /tmp/junit10233320659385307051/target/phi/foo/x/main.phi
11:37:58 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit10233320659385307051/target/2-optimize to ./tmp/junit10233320659385307051/target/phi
11:37:58 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:58 [INFO] org.eolang.maven.DiscoverMojo: Discovered 3 foreign objects in 1 programs: [org.eolang.io.stdout, org.eolang.string, org.eolang.bytes]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.72 s -- in org.eolang.maven.DiscoverMojoTest
11:37:58 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:37:58 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit9748257146349536145/target/8-transpile/foo/x/main.xmir to ./tmp/junit9748257146349536145/target/generated
11:37:59 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit9748257146349536145/target/generated
11:37:59 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit9748257146349536145/target/generated
11:37:59 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:37:59 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 104ms (over 100ms)
11:37:59 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'connect-dots' took 180ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit9748257146349536145/target/8-transpile/foo/x/main.xmir to ./tmp/junit9748257146349536145/target/generated
11:38:00 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit9748257146349536145/target/generated
11:38:00 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit9748257146349536145/target/generated
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'bind-sigma' took 116ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit18119540182406983261/target/2-optimize/foo/x/main.xmir -> /tmp/junit18119540182406983261/target/phi/foo/x/main.phi
11:38:00 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit18119540182406983261/target/2-optimize to ./tmp/junit18119540182406983261/target/phi
11:38:00 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:00 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'pi-copies' took 117ms (over 100ms)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'append-xi' took 128ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'touch-all' took 111ms (over 100ms)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'put-data' took 133ms (over 100ms)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'unroll-refs' took 108ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:00 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-empty-edges' took 112ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'focus' took 101ms (over 100ms)
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-duplicate-edges' took 111ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.JavaFiles: Generated 7 .java file(s) from ./tmp/junit695932672663510092/target/8-transpile/foo/x/main.xmir to ./tmp/junit695932672663510092/target/generated
11:38:00 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 7 Java files in ./tmp/junit695932672663510092/target/generated
11:38:00 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit695932672663510092/target/generated
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'catch-duplicate-vertices' took 137ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:00 [WARN] org.eolang.maven.SodgMojo: XSL 'put-data' took 160ms (over 100ms)
11:38:00 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo14859699777300432767/target/sodg/foo/x/main.sodg (91 instructions)
11:38:00 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo14859699777300432767/target/sodg, 91 instructions
11:38:00 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:00 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo13431763445405158822/target/sodg/foo/x/main.sodg (87 instructions)
11:38:00 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo13431763445405158822/target/sodg, 87 instructions
11:38:01 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:01 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo12414166135492195594/target/sodg/foo/x/main.sodg (103 instructions)
11:38:01 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo12414166135492195594/target/sodg, 103 instructions
11:38:01 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:01 [INFO] org.eolang.maven.ParseMojo: Parsed 1 .eo sources to XMIRs
11:38:01 [INFO] org.eolang.maven.VerifyMojo: Verified 1 out of 1 XMIR program(s)
11:38:01 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo1387190940037581095/target/sodg/foo/x/main.sodg (88 instructions)
11:38:01 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo1387190940037581095/target/sodg, 88 instructions
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit659234172769587896/target/phi/main.phi -> /tmp/junit659234172769587896/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit7143189498265992267/target/phi/main.phi -> /tmp/junit7143189498265992267/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit12709006425153022236/target/phi/main.phi -> /tmp/junit12709006425153022236/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit16027431987456304624/target/phi/main.phi -> /tmp/junit16027431987456304624/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit14289864303492000579/target/phi/main.phi -> /tmp/junit14289864303492000579/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit10168978795532964156/target/phi/main.phi -> /tmp/junit10168978795532964156/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit6335390684645410588/target/phi/main.phi -> /tmp/junit6335390684645410588/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit15414340487403866383/target/phi/main.phi -> /tmp/junit15414340487403866383/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit17692502960329709816/target/phi/main.phi -> /tmp/junit17692502960329709816/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit5063376154407174346/target/phi/main.phi -> /tmp/junit5063376154407174346/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.JavaFiles: Generated 4 .java file(s) from ./tmp/junit5125105634163636821/target/eo-test-sources/8-transpile/foo/x/main_1.xmir to ./tmp/junit5125105634163636821/target/generated-test-sources
11:38:01 [INFO] org.eolang.maven.TranspileMojo: Transpiled 1 XMIRs, created 4 Java files in ./tmp/junit5125105634163636821/target/generated-test-sources
11:38:01 [INFO] org.eolang.maven.TranspileMojo: The directory added to Maven 'compile-source-root': ./tmp/junit5125105634163636821/target/generated-test-sources
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit15828419913595153585/target/phi/main.phi -> /tmp/junit15828419913595153585/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.62 s -- in org.eolang.maven.TranspileMojoTest
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit13458494418225615894/target/phi/main.phi -> /tmp/junit13458494418225615894/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo4826962591067812437/target/sodg/foo/x/main.sodg (59 instructions)
11:38:01 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo4826962591067812437/target/sodg, 59 instructions
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit15516163782649786415/target/phi/main.phi -> /tmp/junit15516163782649786415/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit12260043869350132741/target/phi/main.phi -> /tmp/junit12260043869350132741/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:01 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit17978870827778246046/target/2-optimize/foo/x/main.xmir -> /tmp/junit17978870827778246046/target/phi/foo/x/main.phi
11:38:01 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit17978870827778246046/target/2-optimize to ./tmp/junit17978870827778246046/target/phi
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed to xmir: /tmp/junit13588747241736965344/target/phi/main.phi -> /tmp/junit13588747241736965344/target/1-parse/main.xmir
11:38:01 [INFO] org.eolang.maven.UnphiMojo: Parsed 1 phi files to xmir
11:38:01 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:01 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit17472880526631411299/target/2-optimize/main.xmir -> /tmp/junit17472880526631411299/target/phi/main.phi
11:38:01 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit17472880526631411299/target/2-optimize to ./tmp/junit17472880526631411299/target/phi
11:38:01 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:01 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:02 [WARN] org.eolang.maven.SodgMojo: XSL 'remove-leveled' took 104ms (over 100ms)
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit9456981446900396699/target/2-optimize/foo/x/main.xmir -> /tmp/junit9456981446900396699/target/phi/foo/x/main.phi
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit9456981446900396699/target/2-optimize to ./tmp/junit9456981446900396699/target/phi
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit1467920462072680219/target/2-optimize/foo/x/main.xmir -> /tmp/junit1467920462072680219/target/phi/foo/x/main.phi
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit1467920462072680219/target/2-optimize to ./tmp/junit1467920462072680219/target/phi
11:38:02 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit9198375531580417647/target/2-optimize/foo/x/main.xmir -> /tmp/junit9198375531580417647/target/phi/foo/x/main.phi
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit9198375531580417647/target/2-optimize to ./tmp/junit9198375531580417647/target/phi
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.70 s -- in org.eolang.maven.PhiMojoTest
11:38:02 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit15516163782649786415/target/2-optimize/main.xmir -> /tmp/junit15516163782649786415/target/phi/main.phi
11:38:02 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit15516163782649786415/target/2-optimize to ./tmp/junit15516163782649786415/target/phi
11:38:02 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:03 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo2032135337876304608/target/sodg/foo/x/main.sodg (118 instructions)
11:38:03 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo2032135337876304608/target/sodg, 118 instructions
11:38:03 [INFO] org.eolang.maven.ShakeMojo: Shaken 1 out of 1 XMIR program(s)
11:38:03 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit13588747241736965344/target/2-optimize/main.xmir -> /tmp/junit13588747241736965344/target/phi/main.phi
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit13588747241736965344/target/2-optimize to ./tmp/junit13588747241736965344/target/phi
11:38:03 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit13458494418225615894/target/2-optimize/main.xmir -> /tmp/junit13458494418225615894/target/phi/main.phi
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit13458494418225615894/target/2-optimize to ./tmp/junit13458494418225615894/target/phi
11:38:03 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo15513381756733615200/target/sodg/foo/x/main.sodg (60 instructions)
11:38:03 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo15513381756733615200/target/sodg, 60 instructions
11:38:03 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo11299383585767043524/target/sodg/foo/x/main.sodg (83 instructions)
11:38:03 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo11299383585767043524/target/sodg, 83 instructions
11:38:03 [INFO] org.eolang.maven.OptimizeMojo: Optimized 1 out of 1 XMIR program(s)
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated to phi: /tmp/junit12260043869350132741/target/2-optimize/main.xmir -> /tmp/junit12260043869350132741/target/phi/main.phi
11:38:03 [INFO] org.eolang.maven.PhiMojo: Translated 1 XMIR file(s) from ./tmp/junit12260043869350132741/target/2-optimize to ./tmp/junit12260043869350132741/target/phi
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.62 s -- in org.eolang.maven.UnphiMojoTest
11:38:03 [INFO] org.eolang.maven.SodgMojo: SODG for foo.x.main saved to ./tmp/eo6680163767756011963/target/sodg/foo/x/main.sodg (62 instructions)
11:38:03 [INFO] org.eolang.maven.SodgMojo: Converted 1 .xmir to SODGs, saved to ./tmp/eo6680163767756011963/target/sodg, 62 instructions
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.58 s -- in org.eolang.maven.SodgMojoTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 473, Failures: 0, Errors: 0, Skipped: 7
[INFO]
[INFO]
[INFO] --- jacoco:0.8.11:check (jacoco-check) @ eo-maven-plugin ---
[INFO] Loading execution data file /home/r/repo/eo-maven-plugin/target/jacoco.exec
[INFO] Analyzed bundle 'eo-maven-plugin' with 118 classes
[INFO] All coverage checks have been met.
[INFO]
[INFO] --- jacoco:0.8.11:report (jacoco-check) @ eo-maven-plugin ---
[INFO] Loading execution data file /home/r/repo/eo-maven-plugin/target/jacoco.exec
[INFO] Analyzed bundle 'eo-maven-plugin' with 118 classes
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-maven-plugin ---
[INFO] Versionalizing /home/r/repo/eo-maven-plugin/target/classes directory
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/hash/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/util/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/name/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/optimization/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/latex/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/tojos/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/footprint/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/objectionary/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/dependencies/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/rust/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar
[INFO]
[INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eo-maven-plugin ---
[INFO]
[INFO] >>> source:3.3.0:jar (jcabi-sources) > generate-sources @ eo-maven-plugin >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- resources:3.3.1:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 46 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- dependency:3.6.1:properties (default) @ eo-maven-plugin ---
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ eo-maven-plugin ---
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-maven-plugin/target/jacoco.exec
[INFO]
[INFO] --- plugin:3.10.2:helpmojo (default) @ eo-maven-plugin ---
[INFO]
[INFO] <<< source:3.3.0:jar (jcabi-sources) < generate-sources @ eo-maven-plugin <<<
[INFO]
[INFO]
[INFO] --- source:3.3.0:jar (jcabi-sources) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar
[INFO]
[INFO] --- javadoc:3.6.3:jar (jcabi-javadoc) @ eo-maven-plugin ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.eolang.maven...
Loading source files for package org.eolang.maven.hash...
Loading source files for package org.eolang.maven.util...
Loading source files for package org.eolang.maven.name...
Loading source files for package org.eolang.maven.optimization...
Loading source files for package org.eolang.maven.latex...
Loading source files for package org.eolang.maven.tojos...
Loading source files for package org.eolang.maven.footprint...
Loading source files for package org.eolang.maven.objectionary...
Loading source files for package org.eolang.maven.dependencies...
Loading source files for package org.eolang.maven.rust...
Loading source files for package org.eolang.eo_maven_plugin...
Constructing Javadoc information...
Standard Doclet version 11.0.18
Building tree for all the packages and classes...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/eo_maven_plugin/HelpMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/AssembleMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/BinarizeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/BinarizeParse.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Catalogs.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Central.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/CleanMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Coordinates.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/CopiedResources.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/CopyMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/CopySourcesMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/DemandMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Disclaimer.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/DiscoverMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/LatexMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/MarkMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Moja.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/OptimizationFolder.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/OptimizedTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/OptimizeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/ParseMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/PhiMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/Place.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/PlaceMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/PrintMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/ProbeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/PullMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/RegisterMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/ResolveMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/ShakeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/SodgMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/SpyTrain.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/TranspileMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/UnphiMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/UnplaceMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/UnspileMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/VerifyMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsDepgraph.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsEachWithoutTransitive.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsFake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsUniquelyVersioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsWithoutRuntime.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/DcsWithRuntime.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/CacheVersion.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/Footprint.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FtCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FtDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/ChCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/ChNarrow.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/ChPattern.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/ChRemote.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/ChText.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/CommitHash.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/CommitHash.ChConstant.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/CommitHashesMap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/CommitHashesMap.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/latex/LatexTemplate.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/DelimitedName.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/ObjectName.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnReplaced.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnSwap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnUnversioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/OnVersioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/Objectionaries.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/Objectionaries.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/Objectionary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/Objectionary.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/ObjsDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyCaching.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyEmpty.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyFallback.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyFallbackSwap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyFilesystem.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyHome.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyIndexed.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyRemote.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/OyRemote.UrlOy.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/OptCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/Optimization.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/OptSpy.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/OptTrain.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Buildable.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/BuildFailureException.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Cargo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Commented.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/FFINode.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Module.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Names.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Native.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/PrimeModule.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Project.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/RustNode.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/Savable.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/AttributeNotFoundException.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/ForeignTojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/ForeignTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/PlacedTojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/PlacedTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/TranspiledTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/FileHash.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/HmBase.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/HmOptional.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/Home.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/JoinedUnderscore.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/Rel.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/Walk.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/eo_maven_plugin/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/eo_maven_plugin/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/latex/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/latex/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/package-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/package-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/constant-values.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/serialized-form.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/CopiedResources.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Moja.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/PlaceMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/DiscoverMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/TranspileMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/RegisterMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/PullMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/SpyTrain.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/CleanMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/AssembleMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/OptimizedTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Coordinates.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/PrintMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/PhiMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/CopySourcesMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/CopyMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/LatexMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/ProbeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/SodgMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/UnphiMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/ShakeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Catalogs.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/BinarizeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/MarkMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/OptimizationFolder.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/DemandMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/OptimizeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/BinarizeParse.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/VerifyMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Place.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Disclaimer.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/ParseMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/UnspileMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/Central.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/UnplaceMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/ResolveMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/ChText.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/ChCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/CommitHash.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/CommitHash.ChConstant.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/ChRemote.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/ChPattern.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/CommitHashesMap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/CommitHashesMap.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/class-use/ChNarrow.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/HmBase.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/Rel.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/Walk.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/FileHash.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/HmOptional.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/Home.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/JoinedUnderscore.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnSwap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnVersioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnReplaced.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/ObjectName.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/DelimitedName.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/class-use/OnUnversioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/class-use/OptTrain.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/class-use/OptSpy.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/class-use/OptCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/class-use/Optimization.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/latex/class-use/LatexTemplate.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/ForeignTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/ForeignTojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/PlacedTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/PlacedTojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/TranspiledTojos.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/class-use/AttributeNotFoundException.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/Footprint.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/CacheVersion.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FtCached.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FtDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyFallbackSwap.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyEmpty.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyCaching.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyIndexed.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyFallback.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/Objectionary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/Objectionary.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/Objectionaries.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/Objectionaries.Fake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyRemote.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyRemote.UrlOy.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/ObjsDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyFilesystem.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/class-use/OyHome.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsWithoutRuntime.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsUniquelyVersioned.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsEachWithoutTransitive.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsFake.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsDepgraph.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/class-use/DcsWithRuntime.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Savable.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Native.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/RustNode.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/BuildFailureException.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/PrimeModule.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Commented.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Buildable.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Module.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Cargo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Names.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/FFINode.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/class-use/Project.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/eo_maven_plugin/class-use/HelpMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/eo_maven_plugin/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/dependencies/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/hash/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/latex/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/name/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/objectionary/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/optimization/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/rust/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/tojos/package-use.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/overview-tree.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/allclasses-index.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/allpackages-index.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/index.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/overview-summary.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
5 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallbackSwap.java:44: warning - invalid usage of tag &lt
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallbackSwap.java:44: warning - invalid usage of tag &gt
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallbackSwap.java:45: warning - invalid usage of tag &lt
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/OyFallbackSwap.java:45: warning - invalid usage of tag &gt
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/rust/Native.java:28: warning - Tag @link: reference not found: EOrust
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar
[INFO]
[INFO] --- invoker:3.6.0:install (default) @ eo-maven-plugin ---
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy:pom:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-json:pom:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-xml:pom:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:2.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.xbean:xbean-reflect:jar:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.collections:google-collections:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.groovy:groovy:jar:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.groovy:groovy-json:jar:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.groovy:groovy-xml:jar:4.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.12/groovy-json-4.0.12.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.12/groovy-4.0.12.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.12/groovy-xml-4.0.12.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.4.1/maven-shared-utils-3.4.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text:pom:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:64 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-master:pom:4.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.16.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:58 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:29 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (0 B at 0 B/s)
[INFO] Artifact commons-beanutils:commons-beanutils:pom:1.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (0 B at 0 B/s)
[INFO] Artifact commons-collections:commons-collections:pom:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.14.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.34.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.60.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (0 B at 0 B/s)
[INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0 B/s)
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.67.0/parent-0.67.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/parent/0.67.0/parent-0.67.0.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.34.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
[INFO] Installing /home/r/.m2/repository/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar
[INFO] Installing /home/r/.m2/repository/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/incubator/xembly/0.30.0/xembly-0.30.0.pom
[INFO] Installing /home/r/.m2/repository/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
[INFO] Installing /home/r/.m2/repository/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
[INFO] Installing /home/r/.m2/repository/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
[INFO] Installing /home/r/.m2/repository/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-log/0.24.1/jcabi-log-0.24.1.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
[INFO] Installing /home/r/.m2/repository/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
[INFO] Installing /home/r/.m2/repository/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom to /home/r/repo/eo-maven-plugin/target/local-repo/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom
[INFO] Installing /home/r/.m2/repository/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
[INFO] Installing /home/r/.m2/repository/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
[INFO] Installing /home/r/.m2/repository/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom
[INFO] Installing /home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[INFO] Installing /home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Installing /home/r/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
[INFO] Installing /home/r/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
[INFO] Installing /home/r/.m2/repository/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
[INFO] Installing /home/r/.m2/repository/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
[INFO] Installing /home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
[INFO] Installing /home/r/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Installing /home/r/.m2/repository/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar
[INFO] Installing /home/r/.m2/repository/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom
[INFO] Installing /home/r/.m2/repository/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
[INFO] Installing /home/r/.m2/repository/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
[INFO] Installing /home/r/.m2/repository/com/opencsv/opencsv/5.9/opencsv-5.9.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/opencsv/opencsv/5.9/opencsv-5.9.jar
[INFO] Installing /home/r/.m2/repository/com/opencsv/opencsv/5.9/opencsv-5.9.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/opencsv/opencsv/5.9/opencsv-5.9.pom
[INFO] Installing /home/r/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Installing /home/r/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom to /home/r/repo/eo-maven-plugin/target/local-repo/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Installing /home/r/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Installing /home/r/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Installing /home/r/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Installing /home/r/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[INFO] Installing /home/r/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[INFO] Installing /home/r/.m2/repository/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[INFO] Installing /home/r/.m2/repository/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar to /home/r/repo/eo-maven-plugin/target/local-repo/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar
[INFO] Installing /home/r/.m2/repository/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom to /home/r/repo/eo-maven-plugin/target/local-repo/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
[INFO] Installing /home/r/.m2/repository/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.jar
[INFO] Installing /home/r/.m2/repository/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/yegor256/jaxec/0.3.1/jaxec-0.3.1.pom
[INFO] Installing /home/r/.m2/repository/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
[INFO] Installing /home/r/.m2/repository/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
[INFO] Installing /home/r/.m2/repository/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar to /home/r/repo/eo-maven-plugin/target/local-repo/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
[INFO] Installing /home/r/.m2/repository/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/30/apache-30.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/30/apache-30.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/64/commons-parent-64.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/64/commons-parent-64.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.65.0/parent-0.65.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/parent/0.65.0/parent-0.65.0.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.66.0/parent-0.66.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/parent/0.66.0/parent-0.66.0.pom
[INFO] Installing /home/r/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Installing /home/r/.m2/repository/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.64.1/parent-0.64.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/parent/0.64.1/parent-0.64.1.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/23/apache-23.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/23/apache-23.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
[INFO] Installing /home/r/.m2/repository/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
[INFO] Installing /home/r/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/29/apache-29.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/29/apache-29.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/58/commons-parent-58.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/58/commons-parent-58.pom
[INFO] Installing /home/r/.m2/repository/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
[INFO] Installing /home/r/.m2/repository/net/java/jvnet-parent/5/jvnet-parent-5.pom to /home/r/repo/eo-maven-plugin/target/local-repo/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Installing /home/r/.m2/repository/org/glassfish/json/1.1.4/json-1.1.4.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/glassfish/json/1.1.4/json-1.1.4.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/19/apache-19.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/19/apache-19.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/13/apache-13.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/13/apache-13.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/16/apache-16.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/16/apache-16.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/21/apache-21.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/21/apache-21.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Installing /home/r/.m2/repository/org/apache/apache/31/apache-31.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/apache/31/apache-31.pom
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-parent/65/commons-parent-65.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/apache/commons/commons-parent/65/commons-parent-65.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/parent/0.60.5/parent-0.60.5.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/parent/0.60.5/parent-0.60.5.pom
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
[INFO] Installing /home/r/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom to /home/r/repo/eo-maven-plugin/target/local-repo/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Installing /home/r/.m2/repository/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom to /home/r/repo/eo-maven-plugin/target/local-repo/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO]
[INFO] --- invoker:3.6.0:run (default) @ eo-maven-plugin ---
[INFO] Building: duplicate_classes/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           duplicate_classes/pom.xml ........................ SUCCESS (25.20 s)
[INFO] Building: simple/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           simple/pom.xml ................................... SUCCESS (16.34 s)
[INFO] Building: hash_package_layer/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           hash_package_layer/pom.xml ....................... SUCCESS (3.675 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 3, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- antrun:3.1.0:run (jcabi-xcop) @ eo-maven-plugin ---
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/custom_goals/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/duplicate_classes/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/hash_package_layer/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/rewritten_sources/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/it/simple/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/add_rust/add_rust.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/phi/to-phi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/attrs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/classes.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/package.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/rename-tests-inners.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/tests.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/to-java.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/pre/varargs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-conflicting-greeks.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-duplicate-vertices.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-empty-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-lost-edges.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/catch-singleton-greeks.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-attrs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/normalize-names.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-dot.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-text.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg-to/to-xembly.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/_macros.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-loc-to-objects.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-meta.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-root.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/add-sodg-root.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/after.xsd looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/append-xi.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/before-each.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-rho.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/bind-sigma.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/connect-dots.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/epsilon-bindings.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/focus.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pi-copies.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/pre-clean.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-atoms.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/put-data.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/remove-leveled.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/touch-all.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/sodg/unroll-refs.xsl looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/site/site.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/optimize/main.xml looks good
[INFO]      [exec] /home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl looks good
[INFO] Executed tasks
[INFO]
[INFO] --- gpg:3.1.0:sign (jcabi-sign-artifacts) @ eo-maven-plugin ---
[INFO] Signing 4 files with 7E29B723C7834679204DD410AA57FF6B7040FA46 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ eo-maven-plugin ---
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.pom.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ eo-maven-plugin ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.6.13:deploy (jcabi-deploy-to-sonatype) @ eo-maven-plugin ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.34.4-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.6.13:release (jcabi-deploy-to-sonatype) @ eo-maven-plugin ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] -----------------------< org.eolang:eo-runtime >------------------------
[INFO] Building eo-runtime 0.34.4                                         [4/4]
[INFO]   from eo-runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.slf4j:jul-to-slf4j:pom:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-classic:pom:1.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-parent:pom:1.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-core:pom:1.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.llorllale:cactoos-matchers:pom:0.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:parent:pom:0.51.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:farea:pom:0.0.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jul-to-slf4j:jar:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:jar:2.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-classic:jar:1.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-core:jar:1.4.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.llorllale:cactoos-matchers:jar:0.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:farea:jar:0.0.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.0.13/farea-0.0.13.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ eo-runtime ---
[INFO] Deleting /home/r/repo/eo-runtime/target
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ eo-runtime ---
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-runtime/target/jacoco.exec
[INFO]
[INFO] --- eo:0.34.4:register (compile) @ eo-runtime ---
[INFO] Registered 24 EO sources from ./home/r/repo/eo-runtime/src/main/eo to ./home/r/repo/eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.34.4:assemble (compile) @ eo-runtime ---
[INFO] 45 attributes loaded from 37 stream(s) in 80ms, 45 saved, 421 ignored: ["Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-ContactAddress", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 24 .eo sources to XMIRs
[INFO] Optimized 24 out of 24 XMIR program(s)
[INFO] Shaken 24 out of 24 XMIR program(s)
[INFO] Discovered 13 foreign objects in 24 programs: [org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.string, org.eolang.float, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[INFO] Probing object(s): [index.eq.if, cases.length.eq.if, cases.length.eq]
[INFO] Probing object(s): [x-as-bytes.eq.or.if, x-as-bytes.eq.or.and.or, x-as-bytes.eq.or.and, x-as-bytes.eq.or, self-as-bytes.eq.or]
[INFO] Probing object(s): [value.as-bytes.eq.or.not, value.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, is-nan.or.or.or, is-nan.or.if, value.as-bytes.eq, num.eq.not, is-nan.or.or]
[INFO] Probing object(s): [x.plus.gt]
[INFO] Probing object(s): [value.as-bytes.eq.or.not, value.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, is-nan.or.or.or, is-nan.or.if, value.as-bytes.eq, num.eq.not, is-nan.or.or]
[INFO] Probing object(s): [new-next.gt.if]
[INFO] Probing object(s): [i.lt.if, index.lt.or.if, index.lt.or, index.lt.if]
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[INFO] Assemble cycle #1 (EO:24/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:21/PROBED:24), took 8s
[INFO] No .eo sources parsed to XMIRs
[INFO] Discovered 9 foreign objects in 3 programs: [org.eolang.error, org.eolang.nan, org.eolang.bool, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.positive-infinity, org.eolang.bytes, org.eolang.int]
[INFO] Nothing to probe, all programs checked already
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[INFO] Assemble cycle #2 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:21/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 29ms
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo/5-resolve
[INFO] Assemble cycle #3 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 15ms
[INFO] 3 assemble cycle(s) produced some new object(s): EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24
[INFO]
[INFO] --- eo:0.34.4:verify (compile) @ eo-runtime ---
[INFO] Verified 24 out of 24 XMIR program(s)
[INFO]
[INFO] --- eo:0.34.4:transpile (compile) @ eo-runtime ---
[INFO] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/cti.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/float.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/switch.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/string.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/nop.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/io/stdin.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 22 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/positive-infinity.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 11 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/nan.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/bool.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 22 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/negative-infinity.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/tuple.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/ram.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/heap.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/bytes.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Generated 7 .java file(s) from ./home/r/repo/eo-runtime/target/eo/8-transpile/org/eolang/int.xmir to ./home/r/repo/eo-runtime/target/generated-sources
[INFO] Transpiled 24 XMIRs, created 1178 Java files in ./home/r/repo/eo-runtime/target/generated-sources
[INFO] The directory added to Maven 'compile-source-root': ./home/r/repo/eo-runtime/target/generated-sources
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ eo-runtime ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 204 source files to /home/r/repo/eo-runtime/target/classes
[INFO] /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java: /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java uses unchecked or unsafe operations.
[INFO] /home/r/repo/eo-runtime/src/main/java/EOorg/EOeolang/EOrust.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- eo:0.34.4:register (test-compile) @ eo-runtime ---
[INFO] Registered 24 EO sources from ./home/r/repo/eo-runtime/src/test/eo to ./home/r/repo/eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.34.4:assemble (test-compile) @ eo-runtime ---
[INFO] Parsed 24 .eo sources to XMIRs
[WARNING] XSL 'stars-to-tuples' took 687ms (over 500ms)
[WARNING] XSL 'stars-to-tuples' took 672ms (over 500ms)
[WARNING] XSL 'stars-to-tuples' took 666ms (over 500ms)
[INFO] Optimized 24 out of 24 XMIR program(s)
[WARNING] XSL 'abstracts-float-up' took 566ms (over 500ms)
[WARNING] XSL 'add-refs' took 599ms (over 500ms)
[WARNING] XSL 'add-refs' took 781ms (over 500ms)
[WARNING] XSL 'add-refs' took 519ms (over 500ms)
[WARNING] XSL 'add-refs' took 609ms (over 500ms)
[WARNING] XSL 'add-refs' took 693ms (over 500ms)
[WARNING] XSL 'broken-refs' took 707ms (over 500ms)
[WARNING] XSL 'add-refs' took 731ms (over 500ms)
[WARNING] XSL 'broken-refs' took 660ms (over 500ms)
[WARNING] XSL 'fix-missed-names' took 753ms (over 500ms)
[WARNING] XSL 'remove-levels' took 783ms (over 500ms)
[WARNING] XSL 'constant-folding' took 520ms (over 500ms)
[WARNING] XSL 'fix-missed-names' took 551ms (over 500ms)
[WARNING] XSL 'constant-folding' took 554ms (over 500ms)
[WARNING] XSL 'fix-missed-names' took 582ms (over 500ms)
[WARNING] XSL 'set-locators' took 724ms (over 500ms)
[WARNING] XSL 'add-refs' took 752ms (over 500ms)
[WARNING] XSL 'add-refs' took 783ms (over 500ms)
[WARNING] XSL 'globals-to-abstracts' took 561ms (over 500ms)
[WARNING] XSL 'add-refs' took 695ms (over 500ms)
[WARNING] XSL 'set-locators' took 724ms (over 500ms)
[WARNING] XSL 'add-refs' took 728ms (over 500ms)
[WARNING] XSL 'remove-refs' took 730ms (over 500ms)
[INFO] Shaken 24 out of 24 XMIR program(s)
[INFO] Discovered 21 foreign objects in 24 programs: [org.eolang.switch, org.eolang.cti, org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.nop, org.eolang.negative-infinity, org.eolang.heap, org.eolang.io.stdout, org.eolang.as-phi, org.eolang.goto, org.eolang.bytes, org.eolang.tuple, org.eolang.cage, org.eolang.seq, org.eolang.ram]
[INFO] Probing object(s): [int.lt.eq, int.lt.not.eq, int.lt.not, int.gt.eq, int.gt.not.eq, int.gt.not, int.lte.eq, int.lte.not.eq, int.lte.not, int.gte.eq, int.gte.not.eq, int.gte.not, int.eq.eq.and.and.and.and.and.eq, int.eq.eq.and.and.and.and.and, int.eq.eq.and.and.and.and, int.eq.eq.and.and.and, int.eq.eq.and.and, int.eq.eq.and, int.eq.not.eq, int.eq.not, int.eq.eq, n.lt.if, n.eq.if, dividend.div.eq, int.div.eq, int.as-bytes.as-int.eq, int.as-bytes.as-int, int.as-bytes.eq, int.times.eq]
[INFO] Probing object(s): [s.slice.as-string, w.eq.and.eq, w.eq.and, r.slice.as-int.eq, r.slice.as-int, r.slice.slice.as-string, r.slice.slice, r.slice.write, s.slice.slice.slice, s.slice.slice]
[INFO] Probing object(s): [bool.eq.not, int.eq.if.eq, int.eq.if, x.write.eq.and, x.write.eq, bool.eq.and, bytes.as-bytes.eq.and, bytes.as-bytes.eq, m.as-int.gt.eq.while, m.as-int.gt.eq, m.as-int.gt, m.as-int.minus, x.as-int.lt.while.eq, x.as-int.lt.while, x.as-int.lt, x.as-int.plus]
[INFO] Probing object(s): [positive-infinity.eq.not, pos-inf.lt.eq, positive-infinity.lt.eq, pos-inf.lte.eq, positive-infinity.lte.eq, pos-inf.gt.not, positive-infinity.gt.not, pos-inf.gte.eq, positive-infinity.gte.eq, float.eq.eq.and.and.and.and.and.and.and.and.and.and.and.eq, float.eq.eq.and.and.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and.and, float.eq.eq.and.and.and.and.and, float.eq.eq.and.and.and.and, float.eq.eq.and.and.and, float.eq.eq.and.and, float.eq.eq.and, float.eq.eq, positive-infinity.as-bytes.eq, float.div.as-bytes]
[INFO] Probing object(s): [m.as-int.plus, a.x.write, a.x.as-int.eq, a.x.as-int, seq.and.eq, b.write.eq]
[INFO] Probing object(s): [float.eq.eq, try.eq.not, float.neg.eq, float.times.as-bytes.eq, float.times.as-bytes, float.plus.as-bytes.eq, float.plus.as-bytes, float.minus.as-bytes.eq, float.minus.as-bytes, float.div.as-bytes.eq, float.div.as-bytes, float.gt.eq, float.gte.eq, float.lt.eq, float.lte.eq, float.minus.eq, float.times.eq, float.div.eq, float.as-bytes.as-float.eq, float.as-bytes.as-float, float.as-bytes.eq, float.plus.eq]
[INFO] Probing object(s): [i.as-int.plus, i.as-int.lt.if, i.as-int.lt, x.eq.if, div.eq.and.eq, div.eq.and, a.gt.if]
[INFO] Probing object(s): [b.hello.eq, this.x.eq, i.lt.if, x.as-bool.while, &.x.write, a.neg.neg.neg.neg.eq, a.neg.neg.neg.neg, a.neg.neg.neg, a.neg.neg, n.as-int.gt.if, n.as-int.gt, n.as-int.minus, go.as-bool.while, org.eolang.memory, m.as-int.minus, a.foo.eq, vtx.eq.and, org.eolang.io.stdout, org.eolang.io, org.eolang, x.as-int.plus, n.times.eq, b1.v.write, b2.v.write, b1.v.eq, pyint.add.eq, f.next.plus]
[INFO] Probing object(s): [nan.eq.not, not-a-number.eq.not, nan.lt.eq, not-a-number.lt.eq, nan.lte.eq, not-a-number.lte.eq, nan.gt.eq, not-a-number.gt.eq, nan.gte.eq, not-a-number.gte.eq, not-a-number.times.as-bytes.eq, not-a-number.times.as-bytes, not-a-number.div.as-bytes.eq, not-a-number.div.as-bytes, not-a-number.plus.as-bytes.eq, not-a-number.plus.as-bytes, not-a-number.neg.as-bytes.eq, not-a-number.neg.as-bytes, not-a-number.minus.as-bytes.eq, not-a-number.minus.as-bytes, nan.as-bytes.eq, float.div.as-bytes]
[INFO] Probing object(s): [c.x.x, ma.as-int.plus, mb.as-int.plus, cb.z.plus]
[INFO] Probing object(s): [seq.gt.not, counter.as-float.plus, counter.as-int.plus]
[INFO] Probing object(s): [negative-infinity.eq.not, neg-inf.lt.eq, negative-infinity.lt.eq, neg-inf.lte.eq, negative-infinity.lte.eq, neg-inf.gt.not, negative-infinity.gt.eq, neg-inf.gte.eq, negative-infinity.gte.eq, negative-infinity.as-bytes.eq, float.div.as-bytes]
[INFO] Probing object(s): [org.eolang.io.stdout, org.eolang.io, org.eolang, m.as-int.plus]
[INFO] Probing object(s): [string.length.eq, nan.eq.not, positive-infinity.eq.eq, negative-infinity.eq.not, string.as-bytes.eq, string.eq.not, string.eq.eq, string.slice.eq]
[INFO] Probing object(s): [tuple.length.eq, arr.elements.length.eq, arr.elements.length, anArray.length.eq, anArray.at.eq, arr.at.eq.and.and.and, a.length.eq, tuple.empty.length.eq, tuple.empty.length, a.at.eq, tuple.empty.with.with.with, tuple.empty.with.with, tuple.empty.with, arr.at.eq.and.and, arr.at.eq.and, arr.at.eq]
[INFO] Probing object(s): [p1.eq.not, p2.gte.or.eq, p2.gte.or, mem.write.eq, p1.block.write.and.and.eq, p1.block.write.and.and, p1.block.write.and, p1.block.write, p2.block.eq, p3.block.eq]
[INFO] Probing object(s): [r.lt.not, try.slice.eq, dataized.lt.not, res.slice.eq, org.eolang.rust, org.eolang, applied.content.eq]
[INFO] Probing object(s): [bytes.slice.eq, bytes.slice.size.eq, bytes.slice.size, bytes.as-string.eq, int.as-bytes.left.eq.eq, int.as-bytes.left.eq.not, int.as-bytes.left.eq, int.as-bytes.left, int.as-bytes.right.eq.eq, int.as-bytes.right.eq.not, int.as-bytes.right.eq, int.as-bytes.right, int.as-bytes.and.eq.not, int.as-bytes.and.eq, int.as-bytes.or.eq.not, int.as-bytes.or.eq, int.as-bytes.xor.eq.not, int.as-bytes.xor.eq, int.as-bytes.eq.not, int.as-bytes.eq, int.as-bytes.not, a.and.eq, bytes.size.eq, bytes.as-bool.eq.not, bytes.as-bool.eq, a.concat.eq, b1.concat.eq, bytes.concat.eq, string.as-bytes.concat, s-bytes.as-string.eq, int.as-bytes.and.as-int.eq, int.as-bytes.and.as-int, int.as-bytes.and, int.as-bytes.xor.as-int.eq, int.as-bytes.xor.as-int, int.as-bytes.xor, int.as-bytes.or.as-int.eq, int.as-bytes.or.as-int, int.as-bytes.or, b.as-string.as-bytes, b.as-int.as-bytes, b.as-float.as-bytes, b.as-bool.as-bytes]
[INFO] Probing object(s): [as-phi.length.gt]
[INFO] Found 4 probe(s) in 24 program(s): [org.eolang.rust, org.eolang.io.stdout, org.eolang.io.stdout, org.eolang.memory]
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo-test/5-resolve
[INFO] Assemble cycle #1 (EO:24/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 23s
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] The directory is absent, nothing to place: ./home/r/repo/eo-runtime/target/eo-test/5-resolve
[INFO] Assemble cycle #2 (EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24 -> EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24), took 14ms
[INFO] 2 assemble cycle(s) produced some new object(s): EO:24/XMIR:24/OPTIMIZED:24/DISCOVERED:24/PROBED:24
[INFO]
[INFO] --- eo:0.34.4:verify (test-compile) @ eo-runtime ---
[INFO] Verified 24 out of 24 XMIR program(s)
[INFO]
[INFO] --- eo:0.34.4:transpile (test-compile) @ eo-runtime ---
[INFO] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/switch-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/goto-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 12 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/memory-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 28 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/positive-infinity-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 29 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/int-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 73 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/float-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 20 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/nan-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/nop-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 39 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/runtime-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 11 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/bool-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/unit-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/ram-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 27 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/negative-infinity-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/seq-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/try-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/io/stdout-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 18 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/tuple-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 10 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/cage-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 32 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/string-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 58 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/bytes-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 16 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/rust-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/cti-test.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/heap-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/eo-runtime/target/eo-test/8-transpile/org/eolang/as-phi-tests.xmir to ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] Transpiled 24 XMIRs, created 5230 Java files in ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO] The directory added to Maven 'test-compile-source-root': ./home/r/repo/eo-runtime/target/generated-test-sources
[INFO]
[INFO] --- eo:0.34.4:binarize (test-compile) @ eo-runtime ---
[INFO] Created cargo project native0.rs from Φ.org.eolang.rust-returns-positive-int.r.α0
[INFO] Created java class native0.rs from Φ.org.eolang.rust-returns-positive-int.r.α0
[INFO] Created cargo project native1.rs from Φ.org.eolang.rust-returns-negative-int.r.α0
[INFO] Created java class native1.rs from Φ.org.eolang.rust-returns-negative-int.r.α0
[INFO] Created cargo project native2.rs from Φ.org.eolang.rust-returns-positive-double.r.α0
[INFO] Created java class native2.rs from Φ.org.eolang.rust-returns-positive-double.r.α0
[INFO] Created cargo project native3.rs from Φ.org.eolang.rust-returns-negative-double.r.α0
[INFO] Created java class native3.rs from Φ.org.eolang.rust-returns-negative-double.r.α0
[INFO] Created cargo project native4.rs from Φ.org.eolang.rust-is-byte-array.my-bytes.α0
[INFO] Created java class native4.rs from Φ.org.eolang.rust-is-byte-array.my-bytes.α0
[INFO] Created cargo project native5.rs from Φ.org.eolang.rust-find-returns-int.r.α0
[INFO] Created java class native5.rs from Φ.org.eolang.rust-find-returns-int.r.α0
[INFO] Created cargo project native6.rs from Φ.org.eolang.rust-returns-vertex.read.α0
[INFO] Created java class native6.rs from Φ.org.eolang.rust-returns-vertex.read.α0
[INFO] Created cargo project native7.rs from Φ.org.eolang.rust-is-string.content.α0
[INFO] Created java class native7.rs from Φ.org.eolang.rust-is-string.content.&alpha;0
[INFO] Created cargo project native8.rs from &Phi;.org.eolang.rust-invalid-put.put.&alpha;0
[INFO] Created java class native8.rs from &Phi;.org.eolang.rust-invalid-put.put.α0
[INFO] Created cargo project native9.rs from Φ.org.eolang.rust-bind-not-fails.insert.α0
[INFO] Created java class native9.rs from Φ.org.eolang.rust-bind-not-fails.insert.α0
[INFO] Created cargo project native10.rs from Φ.org.eolang.rust-copy-not-fails.copy.α0
[INFO] Created java class native10.rs from Φ.org.eolang.rust-copy-not-fails.copy.α0
[INFO] Created cargo project native11.rs from Φ.org.eolang.rust-dataize-not-fails.dataized.α0
[INFO] Created java class native11.rs from Φ.org.eolang.rust-dataize-not-fails.dataized.α0
[INFO] Created cargo project native12.rs from Φ.org.eolang.rust-plus.plus.α0
[INFO] Created java class native12.rs from Φ.org.eolang.rust-plus.plus.α0
[INFO] Created cargo project native13.rs from Φ.org.eolang.rust-error.err.α0
[INFO] Created java class native13.rs from Φ.org.eolang.rust-error.err.α0
[INFO] Created cargo project native14.rs from Φ.org.eolang.rust-put-to-copy.data.α0
[INFO] Created java class native14.rs from Φ.org.eolang.rust-put-to-copy.data.α0
[INFO] Created cargo project native15.rs from Φ.org.eolang.rust-bind-to-copy.applied.α0
[INFO] Created java class native15.rs from Φ.org.eolang.rust-bind-to-copy.applied.α0
[INFO] content of native11 was not changed since the last launch
[INFO] content of native6 was not changed since the last launch
[INFO] content of native0 was not changed since the last launch
[INFO] content of native10 was not changed since the last launch
[INFO] content of native13 was not changed since the last launch
[INFO] content of native15 was not changed since the last launch
[INFO] content of native1 was not changed since the last launch
[INFO] content of native4 was not changed since the last launch
[INFO] content of native8 was not changed since the last launch
[INFO] content of native7 was not changed since the last launch
[INFO] content of native14 was not changed since the last launch
[INFO] content of native5 was not changed since the last launch
[INFO] content of native9 was not changed since the last launch
[INFO] content of native12 was not changed since the last launch
[INFO] content of native3 was not changed since the last launch
[INFO] content of native2 was not changed since the last launch
[INFO] Built in total 16 cargo projects
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eo-runtime ---
[INFO] Copying 12 resources from src/test/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 464 source files to /home/r/repo/eo-runtime/target/test-classes
[INFO]
[INFO] --- surefire:3.2.3:test (default-test) @ eo-runtime ---
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=10860839987123699
[INFO] Surefire report directory: /home/r/repo/eo-runtime/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running EOorg.EOeolang.EOnan_not_eq_nanTest
[INFO] Running org.eolang.DataizedTest
[INFO] Running EOorg.EOeolang.EOgets_lengths_of_empty_tuple_through_special_syntaxTest
[INFO] Running EOorg.EOeolang.EOright_with_odd_plusTest
[INFO] Running EOorg.EOeolang.EOintEOplusTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_floatTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_lt_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnan_times_number_is_nanTest
[INFO] Running EOorg.EOeolang.EOconcat_with_emptyTest
[INFO] Running EOorg.EOeolang.EOand_with_zeroTest
[INFO] Running EOorg.EOeolang.EOnegative_float_div_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOleft_with_minus_oneTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in EOorg.EOeolang.EOand_with_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in EOorg.EOeolang.EOnan_not_eq_nanTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_floatTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in EOorg.EOeolang.EOconcat_with_emptyTest
[INFO] Running EOorg.EOeolang.EOconstant_defends_against_side_effectsTest
[INFO] Running EOorg.EOeolang.EOdataizes_encaged_object_lazily_secondTest
[INFO] Running EOorg.EOeolang.EOnot_with_zeroTest
[INFO] Running EOorg.EOeolang.EOsimple_division_by_zeroTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in EOorg.EOeolang.EOgets_lengths_of_empty_tuple_through_special_syntaxTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in EOorg.EOeolang.EOpositive_infinity_lt_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOzero_equal_to_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOcalculates_fibonacci_number_with_recursionTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in EOorg.EOeolang.EOleft_with_minus_oneTest
[INFO] Running EOorg.EOeolang.EOnop_is_true_despite_argumentsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in EOorg.EOeolang.EOintEOplusTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in EOorg.EOeolang.EOright_with_odd_plusTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in EOorg.EOeolang.EOnan_times_number_is_nanTest
[INFO] Running EOorg.EOeolang.EOless_equalTest
[INFO] Running EOorg.EOeolang.EOsize_of_part_is_correctTest
[INFO] Running EOorg.EOeolang.EOone_symbol_string_comparesTest

finallyCan't divide by integer zero[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in EOorg.EOeolang.EOsimple_division_by_zeroTest
[INFO] Running EOorg.EOeolang.EOtakes_parent_through_attributeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.EOone_symbol_string_comparesTest
[INFO] Running EOorg.EOeolang.EOfloat_div_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in EOorg.EOeolang.EOnop_is_true_despite_argumentsTest
[INFO] Running org.eolang.PhWithTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in EOorg.EOeolang.EOnot_with_zeroTest
[INFO] Running EOorg.EOeolang.EOto_bytes_and_backwardsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in EOorg.EOeolang.EOsize_of_part_is_correctTest
[INFO] Running EOorg.EOeolang.EOseq_single_dataization_int_greater_than_testTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in EOorg.EOeolang.EOfloat_div_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOwrites_into_memoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in EOorg.EOeolang.EOtakes_parent_through_attributeTest
[INFO] Running EOorg.EOeolang.EOint_zero_eq_to_float_zeroTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in EOorg.EOeolang.EOless_equalTest
[INFO] Running EOorg.EOeolang.EOcounts_size_of_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.EOcounts_size_of_bytesTest
[INFO] Running EOorg.EOeolang.EOtuple_with_negative_index_out_of_boundsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in EOorg.EOeolang.EOint_zero_eq_to_float_zeroTest
[INFO] Running EOorg.EOeolang.EOsub_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s -- in EOorg.EOeolang.EOnegative_float_div_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOtimes_by_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in EOorg.EOeolang.EOto_bytes_and_backwardsTest
[INFO] Running EOorg.EOeolang.EOrust_bind_not_failsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s -- in EOorg.EOeolang.EOzero_equal_to_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOcompares_bool_to_bytes_reverseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in EOorg.EOeolang.EOcompares_bool_to_bytes_reverseTest
[INFO] Running EOorg.EOeolang.EOneg_zero_gte_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in EOorg.EOeolang.EOtimes_by_zeroTest
[INFO] Running EOorg.EOeolang.EOneg_zero_lte_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in EOorg.EOeolang.EOsub_testTest
[INFO] Running EOorg.EOeolang.EOnan_minus_number_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in EOorg.EOeolang.EOnan_minus_number_is_nanTest
[INFO] Running EOorg.EOeolang.EOtimes_diff_signTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in EOorg.EOeolang.EOrust_bind_not_failsTest
[INFO] Running EOorg.EOeolang.EOintersection_writes_in_ramTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in EOorg.EOeolang.EOcalculates_fibonacci_number_with_recursionTest
[INFO] Running EOorg.EOeolang.EOnan_as_bytes_is_bytes_of_zero_div_zeroTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in EOorg.EOeolang.EOtuple_with_negative_index_out_of_boundsTest
[INFO] Running EOorg.EOeolang.EOzTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOzTest
[INFO] Running EOorg.EOeolang.EOswitch_with_several_true_casesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in EOorg.EOeolang.EOneg_zero_gte_zeroTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gte_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in EOorg.EOeolang.EOnan_as_bytes_is_bytes_of_zero_div_zeroTest
[INFO] Running EOorg.EOeolang.EOkids_are_accessible_in_const_objectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in EOorg.EOeolang.EOneg_zero_lte_zeroTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_eq_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.EOpositive_infinity_gte_floatTest
[INFO] Running EOorg.EOeolang.EOtwo_nested_try_blocksTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in EOorg.EOeolang.EOkids_are_accessible_in_const_objectTest
[INFO] Running EOorg.EOeolang.EOrust_returns_vertexTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in EOorg.EOeolang.EOtimes_diff_signTest
[INFO] Running EOorg.EOeolang.EOtext_block_with_marginTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in EOorg.EOeolang.EOnegative_infinity_not_eq_floatTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_lt_nanTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in EOorg.EOeolang.EOtext_block_with_marginTest
[INFO] Running EOorg.EOeolang.EObytesEOconcatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in EOorg.EOeolang.EOtwo_nested_try_blocksTest
[INFO] Running EOorg.EOeolang.EOcageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in EOorg.EOeolang.EOrust_returns_vertexTest
[INFO] Running org.eolang.MainTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in EOorg.EOeolang.EObytesEOconcatTest
[INFO] Running EOorg.EOeolang.EOboolEOandTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in EOorg.EOeolang.EOnegative_infinity_not_lt_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_as_bytes_is_validTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.EOboolEOandTest
[INFO] Running EOorg.EOeolang.EOzero_divisionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.EOnegative_infinity_as_bytes_is_validTest
[INFO] Running org.eolang.ExInterruptedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eolang.ExInterruptedTest
[INFO] Running EOorg.EOeolang.EOinline_float_computationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in EOorg.EOeolang.EOzero_divisionTest
[INFO] Running EOorg.EOeolang.EOand_with_one_neg_one_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOand_with_one_neg_one_plusTest
[INFO] Running EOorg.EOeolang.EOpositive_object_verticesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in EOorg.EOeolang.EOinline_float_computationTest
[INFO] Running EOorg.EOeolang.EOor_neg_bytes_as_int_with_leading_zeroesTest
SLF4J(W): A number (1) of logging calls during the initialization phase have been intercepted and are
SLF4J(W): now being replayed. These are subject to the filtering rules of the underlying logging system.
SLF4J(W): See also https://www.slf4j.org/codes.html#replay
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.EOor_neg_bytes_as_int_with_leading_zeroesTest
[INFO] Running EOorg.EOeolang.EOrust_returns_positive_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOpositive_object_verticesTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lte_intTest
Hello world from rust
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.EOpositive_infinity_not_lte_intTest
[INFO] Running org.eolang.BytesOfTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in EOorg.EOeolang.EOrust_returns_positive_intTest
[INFO] Running EOorg.EOeolang.EOright_with_even_negTest
DEBUG o.e.Dataized - ·𝔻( <?>int.plus.ρ≡EOorg.EOeolang.EOintν9794 ) ➜ 00-00-00-00-00-00-00-02
DEBUG o.e.Dataized - ·𝔻( <?>int.plus.x≡EOorg.EOeolang.EOintν9802 ) ➜ 00-00-00-00-00-00-00-02
DEBUG o.e.Dataized - 𝔻( <?>org.eolang.DataizedTest.PhiDecν9790 ) ➜ 00-00-00-00-00-00-00-04
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s -- in org.eolang.DataizedTest
[INFO] Running EOorg.EOeolang.EOboolEOnotTest
DEBUG o.e.Dataized - ··𝔻( <Φ.org.eolang.tuple$at.φ.α1.ρ.α0.α0:58:27>int.plus.x≡<Φ.org.eolang.tuple$at.φ.α1.ρ.α0.α0:58:27>EOorg.EOeolang.EOintν9721 ) ➜ FF-FF-FF-FF-FF-FF-FF-FF
DEBUG o.e.Dataized - ·𝔻( <?>bytes.right.ρ≡EOorg.EOeolang.EObytesν9739=FF-FF-FF-FF-FF-FF-FF-DASF ) ➜ FF-FF-FF-FF-FF-FF-FF-DA
DEBUG o.e.Dataized - ·𝔻( <?>int.plus.ρ≡EOorg.EOeolang.EOintν9826 ) ➜ 00-00-00-00-00-00-00-00
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOboolEOnotTest
[INFO] Running EOorg.EOeolang.EOtuple_fluent_with_indentedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in EOorg.EOeolang.EOright_with_even_negTest
[INFO] Running EOorg.EOeolang.EOfloat_minus_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in EOorg.EOeolang.EOfloat_minus_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOcompares_two_stringsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in EOorg.EOeolang.EOcompares_two_stringsTest
[INFO] Running EOorg.EOeolang.EObytes_equal_to_stringTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.EObytes_equal_to_stringTest
[INFO] Running EOorg.EOeolang.EOcalculates_fibonacci_number_with_tailTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eolang.BytesOfTest
[INFO] Running EOorg.EOeolang.EOone_div_zero_is_positive_infinityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in EOorg.EOeolang.EOcalculates_fibonacci_number_with_tailTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_gt_nanTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOone_div_zero_is_positive_infinityTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.EOpositive_infinity_not_gt_nanTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_eq_intTest
[INFO] Running EOorg.EOeolang.EOparent_in_vertical_notationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOpositive_infinity_not_eq_intTest
[INFO] Running EOorg.EOeolang.EObitwise_worksTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EObitwise_worksTest
[INFO] Running EOorg.EOeolang.EOfloat_zero_not_equal_to_nanTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.650 s -- in EOorg.EOeolang.EOconstant_defends_against_side_effectsTest
[INFO] Running EOorg.EOeolang.EOnan_not_lt_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOparent_in_vertical_notationTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lte_positive_infinityTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.524 s -- in EOorg.EOeolang.EOseq_single_dataization_int_greater_than_testTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lte_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOnan_not_lt_nanTest
[INFO] Running EOorg.EOeolang.EOmakes_deep_object_recursivelyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOpositive_infinity_not_lte_floatTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOnegative_infinity_lte_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOminus_one_div_zero_is_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOdiv_with_remainderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOfloat_zero_not_equal_to_nanTest
[INFO] Running EOorg.EOeolang.EOdiv_testTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s -- in EOorg.EOeolang.EOwrites_into_memoryTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOdiv_with_remainderTest
[INFO] Running EOorg.EOeolang.EOcompares_two_different_stringsTest
[INFO] Running EOorg.EOeolang.EOnan_plus_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.EOdiv_testTest
[INFO] Running EOorg.EOeolang.EOas_bytes_equals_to_floatTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in EOorg.EOeolang.EOminus_one_div_zero_is_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOpositive_float_minus_negative_infinityTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.EOnan_plus_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOnan_plus_number_is_nanTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOnan_plus_number_is_nanTest
[INFO] Running EOorg.EOeolang.EOapp_that_calls_funcTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOas_bytes_equals_to_floatTest
[INFO] Running EOorg.EOeolang.EOturns_string_into_bytesTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOcompares_two_different_stringsTest
[INFO] Running EOorg.EOeolang.EOtakes_object_id_from_abstract_emptyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOturns_string_into_bytesTest
[INFO] Running EOorg.EOeolang.EOio.EOstdoutTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOapp_that_calls_funcTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.EOtakes_object_id_from_abstract_emptyTest
[INFO] Running EOorg.EOeolang.EOstringEOsliceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOstringEOsliceTest
[INFO] Running EOorg.EOeolang.EOconcat_empty_withTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in EOorg.EOeolang.EOconcat_empty_withTest
[INFO] Running EOorg.EOeolang.EOavoid_infinite_loopTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in EOorg.EOeolang.EOmakes_deep_object_recursivelyTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lte_intTest
Exception in thread "VrbPrc.Monitor-276312595-out" java.lang.IllegalStateException: The thread has been interrupted
        at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:208)
        at java.base/java.lang.Thread.run(Thread.java:829)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in EOorg.EOeolang.EOnegative_infinity_lte_intTest
[INFO] Running EOorg.EOeolang.EObitwise_works_negativeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EObitwise_works_negativeTest
[INFO] Running EOorg.EOeolang.EOor_neg_bytes_as_int_with_oneTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in EOorg.EOeolang.EOor_neg_bytes_as_int_with_oneTest
[INFO] Running EOorg.EOeolang.EOxor_with_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOxor_with_zeroTest
[INFO] Running EOorg.EOeolang.EOintEOminusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOintEOminusTest
[INFO] Running EOorg.EOeolang.EOseq_single_dataization_float_less_than_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s -- in EOorg.EOeolang.EOpositive_float_minus_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOint_equal_to_nan_and_infinites_is_falseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in EOorg.EOeolang.EOint_equal_to_nan_and_infinites_is_falseTest
[INFO] Running EOorg.EOeolang.EOjust_prints_warningTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in EOorg.EOeolang.EOseq_single_dataization_float_less_than_testTest
[INFO] Running EOorg.EOeolang.EOfloat_not_equal_to_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.EOjust_prints_warningTest
[INFO] Running EOorg.EOeolang.EOnan_not_gte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOnan_not_gte_nanTest
[INFO] Running org.eolang.AtLambdaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in EOorg.EOeolang.EOfloat_not_equal_to_nanTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gt_intTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOpositive_infinity_gt_intTest
[INFO] Running EOorg.EOeolang.EOnan_not_gt_nanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eolang.AtLambdaTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lt_floatTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_not_gt_nanTest
[INFO] Running EOorg.EOeolang.EOzero_gte_neg_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.EOnegative_infinity_lt_floatTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gt_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOnegative_infinity_not_gt_nanTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_eq_nanTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOpositive_infinity_not_eq_nanTest
[INFO] Running EOorg.EOeolang.EOprints_itselfTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.651 s -- in org.eolang.PhWithTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_eq_positive_infinityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in EOorg.EOeolang.EOprints_itselfTest
[INFO] Running EOorg.EOeolang.EOas_int_is_transparentTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOpositive_infinity_eq_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOtakes_part_of_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOas_int_is_transparentTest
[INFO] Running EOorg.EOeolang.EOtupleEOatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOtakes_part_of_bytesTest
[INFO] Running EOorg.EOeolang.EOreturns_same_objectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in EOorg.EOeolang.EOzero_gte_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOpositive_float_times_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.EOreturns_same_objectTest
[INFO] Running EOorg.EOeolang.EOor_with_two_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.EOor_with_two_negTest
[INFO] Running EOorg.EOeolang.EOright_with_zeroTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOright_with_zeroTest
[INFO] Running EOorg.EOeolang.EOcorrectly_handles_same_name_attrs_simplifiedTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in EOorg.EOeolang.EOpositive_float_times_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOstring_equals_to_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.EOstring_equals_to_bytesTest
[INFO] Running EOorg.EOeolang.EOneg_testTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOcorrectly_handles_same_name_attrs_simplifiedTest
[INFO] Running EOorg.EOeolang.EOstores_abstract_object_into_cageTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in EOorg.EOeolang.EOneg_testTest
[INFO] Running EOorg.EOeolang.EOand_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOand_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Running EOorg.EOeolang.EOzero_eq_to_zeroTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.EOzero_eq_to_zeroTest
[INFO] Running EOorg.EOeolang.EOcompares_two_foreign_objectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOcompares_two_foreign_objectsTest
[INFO] Running EOorg.EOeolang.EOturns_bytes_into_a_stringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOturns_bytes_into_a_stringTest
[INFO] Running EOorg.EOeolang.EOgreater_equalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.EOgreater_equalTest
[INFO] Running EOorg.EOeolang.EOdirectly_accesses_objects_from_standard_rootTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in EOorg.EOeolang.EOstores_abstract_object_into_cageTest
[INFO] Running EOorg.EOeolang.EOtimes_by_oneTest
[INFO] Running org.eolang.SnippetTestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in EOorg.EOeolang.EOtimes_by_oneTest
[INFO] Running EOorg.EOeolang.EOcompares_bool_to_stringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOcompares_bool_to_stringTest
[INFO] Running org.eolang.PhDefaultTest
[WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.806 s -- in EOorg.EOeolang.EOtupleEOatTest
[INFO] Running EOorg.EOeolang.EOconcat_emptyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOconcat_emptyTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gte_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOnegative_infinity_not_gte_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnan_minus_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_minus_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lt_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOnegative_infinity_lt_intTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_gte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOpositive_infinity_not_gte_nanTest
[INFO] Running EOorg.EOeolang.EOreads_the_lengthTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOreads_the_lengthTest
[INFO] Running EOorg.EOeolang.HeapsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.HeapsTest
[INFO] Running EOorg.EOeolang.EOzero_lte_neg_zeroTest
Hello, world!
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.814 s -- in EOorg.EOeolang.EOcageTest
[INFO] Running EOorg.EOeolang.EOintEOnegTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in EOorg.EOeolang.EOzero_lte_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOmalloc_returns_different_pointersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOintEOnegTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_is_equal_to_one_div_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOnegative_infinity_is_equal_to_one_div_zeroTest
[INFO] Running org.eolang.AtConstTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.AtConstTest
[INFO] Running EOorg.EOeolang.EOcage_nested_objectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.063 s -- in org.eolang.MainTest
[INFO] Running EOorg.EOeolang.EOgte_falseTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eolang.PhDefaultTest
[INFO] Running EOorg.EOeolang.EOseveral_slices_ramTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in EOorg.EOeolang.EOgte_falseTest
[INFO] Running EOorg.EOeolang.EOnan_not_eq_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOnan_not_eq_numberTest
[INFO] Running org.eolang.PhLoggedTest
39891.attr(#0)...
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.523 s -- in EOorg.EOeolang.EOintersection_writes_in_ramTest
[INFO] Running EOorg.EOeolang.EOunderstands_this_correctlyTest
39891.attr(#0)!
0.attr("org")...
0.attr("org")!
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.EOunderstands_this_correctlyTest
[INFO] Running EOorg.EOeolang.EOrust_put_to_copyTest
0.copy()...
0.copy()! -> 0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eolang.PhLoggedTest
[INFO] Running EOorg.EOeolang.EOcalculates_only_once_BROKENTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in EOorg.EOeolang.EOrust_put_to_copyTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_eq_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.EOnegative_infinity_not_eq_nanTest
[INFO] Running EOorg.EOeolang.EOdirectly_accesses_objects_from_rootTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 s -- in EOorg.EOeolang.EOmalloc_returns_different_pointersTest
[INFO] Running EOorg.EOeolang.EOcheck_triple_quotesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOcheck_triple_quotesTest
[INFO] Running EOorg.EOeolang.EOinfinite_loop_checkTest
Works fine![INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.200 s -- in EOorg.EOeolang.EOdirectly_accesses_objects_from_standard_rootTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_gte_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOnegative_infinity_gte_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOrust_plusTest
sum 5 + 10 = 15
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in EOorg.EOeolang.EOrust_plusTest
[INFO] Running EOorg.EOeolang.EOgreater_falseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOgreater_falseTest
[INFO] Running EOorg.EOeolang.EOnot_with_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnot_with_negTest
[INFO] Running org.eolang.PhPackageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.068 s -- in EOorg.EOeolang.EOtuple_fluent_with_indentedTest
[INFO] Running EOorg.EOeolang.EOfloat_equal_to_nan_and_infinites_is_false_highloadTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.748 s -- in EOorg.EOeolang.EOio.EOstdoutTest
[INFO] Running EOorg.EOeolang.EOslice_from_startTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOslice_from_startTest
[INFO] Running org.eolang.JavaPathTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eolang.JavaPathTest
[INFO] Running EOorg.EOeolang.EOswitch_simple_caseTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in org.eolang.PhPackageTest
[INFO] Running EOorg.EOeolang.EOmakes_shallow_copyTest
Hello, world![INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.430 s -- in EOorg.EOeolang.EOdirectly_accesses_objects_from_rootTest
[INFO] Running EOorg.EOeolang.EOleft_with_even_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOleft_with_even_negTest
[INFO] Running EOorg.EOeolang.EOiterates_over_sigmaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.410 s -- in EOorg.EOeolang.EOinfinite_loop_checkTest
[INFO] Running EOorg.EOeolang.EOrust_errorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOrust_errorTest
[INFO] Running EOorg.EOeolang.EOslice_end_greater_actualTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOslice_end_greater_actualTest
[INFO] Running EOorg.EOeolang.EOnan_neg_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_neg_is_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_gt_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOnegative_infinity_gt_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOslice_in_the_middleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOslice_in_the_middleTest
[INFO] Running EOorg.EOeolang.EOwrites_integer_to_ramTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.710 s -- in EOorg.EOeolang.EOfloat_equal_to_nan_and_infinites_is_false_highloadTest
[INFO] Running EOorg.EOeolang.EOfloat_not_lte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 s -- in EOorg.EOeolang.EOseveral_slices_ramTest
[INFO] Running EOorg.EOeolang.EOpositive_float_minus_positive_infinityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in EOorg.EOeolang.EOiterates_over_sigmaTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in EOorg.EOeolang.EOwrites_integer_to_ramTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_bool_error_overflowTest
[INFO] Running EOorg.EOeolang.EOwritten_in_several_linesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_bool_error_overflowTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_eq_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.EOwritten_in_several_linesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOpositive_infinity_not_eq_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOreturns_from_method_bodyTest
[INFO] Running EOorg.EOeolang.EOmemoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in EOorg.EOeolang.EOfloat_not_lte_nanTest
[INFO] Running EOorg.EOeolang.EOrefers_to_inner_vars_correctlyTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in EOorg.EOeolang.EOmemoryTest
[INFO] Running EOorg.EOeolang.EOless_falseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOless_falseTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gte_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOpositive_infinity_gte_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOpositive_float_plus_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in EOorg.EOeolang.EOpositive_float_plus_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOslice_end_below_startTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOslice_end_below_startTest
[INFO] Running org.eolang.PhNamedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eolang.PhNamedTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gte_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in EOorg.EOeolang.EOpositive_infinity_gte_intTest
[INFO] Running EOorg.EOeolang.EOcatches_simple_exceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.EOcatches_simple_exceptionTest
[INFO] Running org.eolang.DataTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eolang.DataTest
[INFO] Running EOorg.EOeolang.EOcalling_caged_functionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOcalling_caged_functionTest
[INFO] Running EOorg.EOeolang.EOboolEOwhileTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in EOorg.EOeolang.EOpositive_float_minus_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnegative_float_minus_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in EOorg.EOeolang.EOboolEOwhileTest
[INFO] Running EOorg.EOeolang.EOas_float_is_transparentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOas_float_is_transparentTest
[INFO] Running EOorg.EOeolang.EOnop_is_trueTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOnop_is_trueTest
[INFO] Running EOorg.EOeolang.EOnegative_object_verticesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in EOorg.EOeolang.EOnegative_object_verticesTest
[INFO] Running EOorg.EOeolang.EOallocates_and_usesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in EOorg.EOeolang.EOnegative_float_minus_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_eq_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOnegative_infinity_eq_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOas_phiTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOas_phiTest
[INFO] Running EOorg.EOeolang.EOrust_is_stringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOrust_is_stringTest
[INFO] Running EOorg.EOeolang.EOcatches_writing_objects_of_different_typesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in EOorg.EOeolang.EOreturns_from_method_bodyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s -- in EOorg.EOeolang.EOallocates_and_usesTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gt_intTest
[INFO] Running EOorg.EOeolang.EOnegative_float_plus_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnegative_infinity_not_gt_intTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lt_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOpositive_infinity_not_lt_intTest
[INFO] Running EOorg.EOeolang.EOnan_not_lte_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOnan_not_lte_numberTest
[INFO] Running EOorg.EOeolang.EOlast_while_dataization_object_with_false_conditionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.EOnegative_float_plus_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOrust_returns_negative_doubleTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in EOorg.EOeolang.EOlast_while_dataization_object_with_false_conditionTest
[INFO] Running EOorg.EOeolang.EOcorrectly_handles_same_name_attrsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in EOorg.EOeolang.EOcorrectly_handles_same_name_attrsTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lt_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in EOorg.EOeolang.EOrust_returns_negative_doubleTest
[INFO] Running EOorg.EOeolang.EOtake_vertex_as_vertical_attributeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOtake_vertex_as_vertical_attributeTest
[INFO] Running EOorg.EOeolang.EOcreates_empty_tuple_with_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOpositive_infinity_not_lt_nanTest
[INFO] Running EOorg.EOeolang.EOfloat_not_gte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.732 s -- in EOorg.EOeolang.EOmakes_shallow_copyTest
[INFO] Running EOorg.EOeolang.EOand_neg_bytes_as_int_with_leading_zeroesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOand_neg_bytes_as_int_with_leading_zeroesTest
[INFO] Running EOorg.EOeolang.EOas_bytes_equals_to_int_backwardsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOas_bytes_equals_to_int_backwardsTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.EOfloat_not_gte_nanTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_intTest
[INFO] Running EOorg.EOeolang.EOtuple_at_with_errorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_intTest
[INFO] Running EOorg.EOeolang.EOxor_with_two_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in EOorg.EOeolang.EOcreates_empty_tuple_with_numberTest
[INFO] Running EOorg.EOeolang.EOramEOramSliceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOxor_with_two_negTest
[INFO] Running EOorg.EOeolang.EOas_string_is_transparentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOas_string_is_transparentTest
[INFO] Running org.eolang.AtNamedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.AtNamedTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lte_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.320 s -- in EOorg.EOeolang.EOcalculates_only_once_BROKENTest
[INFO] Running EOorg.EOeolang.EOfloat_not_equal_to_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOnegative_infinity_lte_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOwhile_without_last_dataizationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in EOorg.EOeolang.EOtuple_at_with_errorTest
[INFO] Running EOorg.EOeolang.EOless_trueTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOless_trueTest
[INFO] Running EOorg.EOeolang.EOmakes_tuple_through_special_syntaxTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in EOorg.EOeolang.EOcatches_writing_objects_of_different_typesTest
[INFO] Running EOorg.EOeolang.EOtryTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in EOorg.EOeolang.EOfloat_not_equal_to_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOio.EOstdinTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.EOmakes_tuple_through_special_syntaxTest
[INFO] Running org.eolang.UniverseDefaultTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.EOtryTest
[INFO] Running EOorg.EOeolang.EOtuple_with_negative_index_gets_lastTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eolang.UniverseDefaultTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lt_negative_infinityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOpositive_infinity_not_lt_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOnan_times_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_times_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOsupports_escape_sequences_line_breakTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOsupports_escape_sequences_line_breakTest
[INFO] Running EOorg.EOeolang.EOphi_in_vertical_notationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.EOphi_in_vertical_notationTest
[INFO] Running EOorg.EOeolang.EOdivision_by_oneTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.EOdivision_by_oneTest
[INFO] Running EOorg.EOeolang.EOnamed_inner_abstract_objectTest
[INFO] Running EOorg.EOeolang.EOtry_without_error_blockTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in EOorg.EOeolang.EOio.EOstdinTest
[INFO] Running EOorg.EOeolang.EOgreater_trueTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOgreater_trueTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.EOtry_without_error_blockTest
[INFO] Running EOorg.EOeolang.EOor_with_one_neg_one_plusTest
[INFO] Running EOorg.EOeolang.EOstringTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.EOstringTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.EOor_with_one_neg_one_plusTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_lte_nanTest
[INFO] Running EOorg.EOeolang.EOfloat_not_gt_nanTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in EOorg.EOeolang.EOtuple_with_negative_index_gets_lastTest
[INFO] Running EOorg.EOeolang.EOadd_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.EOfloat_not_gt_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gte_nanTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.EOnegative_infinity_not_lte_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gte_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOnegative_infinity_not_gte_floatTest
[INFO] Running EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_0Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in EOorg.EOeolang.EOnegative_infinity_not_gte_nanTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_eq_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_0Test
[INFO] Running EOorg.EOeolang.EOnegative_float_minus_positive_infinityTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in EOorg.EOeolang.EOadd_testTest
[INFO] Running EOorg.EOeolang.EOcompares_string_with_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in EOorg.EOeolang.EOnamed_inner_abstract_objectTest
[INFO] Running EOorg.EOeolang.EOzero_not_less_that_neg_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in EOorg.EOeolang.EOnegative_infinity_not_eq_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOzero_not_less_that_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOcomplex_bool_expression_in_whileTest
[INFO] Running EOorg.EOeolang.EOheapEOpointerEOblockTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.EOcompares_string_with_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnon_empty_tuple_length_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOcomplex_bool_expression_in_whileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.EOheapEOpointerEOblockTest
[INFO] Running EOorg.EOeolang.EOgte_trueTest
[INFO] Running EOorg.EOeolang.EOcompares_bool_to_bytesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in EOorg.EOeolang.EOnon_empty_tuple_length_testTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in EOorg.EOeolang.EOcompares_bool_to_bytesTest
[INFO] Running EOorg.EOeolang.EOtakes_parent_objectTest
[INFO] Running EOorg.EOeolang.EOnan_not_gte_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOtakes_parent_objectTest
[INFO] Running org.eolang.CachedPhiTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in EOorg.EOeolang.EOgte_trueTest
[INFO] Running EOorg.EOeolang.EOpositive_float_plus_negative_infinityTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eolang.CachedPhiTest
[INFO] Running EOorg.EOeolang.EOxor_neg_bytes_as_int_with_leading_zeroesTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in EOorg.EOeolang.EOnan_not_gte_numberTest
[INFO] Running EOorg.EOeolang.EOtuple_with_negative_index_gets_firstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOxor_neg_bytes_as_int_with_leading_zeroesTest
[INFO] Running EOorg.EOeolang.EOslice_foreign_literals_2Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.EOslice_foreign_literals_2Test
[INFO] Running EOorg.EOeolang.EOslice_escape_sequences_unicodeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.EOpositive_float_plus_negative_infinityTest
[INFO] Running EOorg.EOeolang.RamTest
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in EOorg.EOeolang.RamTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_boolTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_boolTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in EOorg.EOeolang.EOslice_escape_sequences_unicodeTest
[INFO] Running EOorg.EOeolang.EOno_slice_stringTest
[INFO] Running EOorg.EOeolang.EOcompares_string_with_nanTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.EOno_slice_stringTest
[INFO] Running EOorg.EOeolang.EOmallocs_do_not_overlapTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOcompares_string_with_nanTest
[INFO] Running EOorg.EOeolang.EOand_with_two_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.EOand_with_two_negTest
[INFO] Running EOorg.EOeolang.EOincrements_pointerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s -- in EOorg.EOeolang.EOwhile_without_last_dataizationTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gte_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in EOorg.EOeolang.EOpositive_infinity_gte_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOnegative_float_times_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in EOorg.EOeolang.EOincrements_pointerTest
[INFO] Running EOorg.EOeolang.EOtuple_fluent_withTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in EOorg.EOeolang.EOnegative_float_times_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOlast_while_dataization_objectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in EOorg.EOeolang.EOnegative_float_minus_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_eq_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.EOpositive_infinity_not_eq_floatTest
[INFO] Running org.eolang.PhiTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eolang.PhiTest
[INFO] Running EOorg.EOeolang.EOconcatenation_of_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.EOconcatenation_of_bytesTest
[INFO] Running EOorg.EOeolang.EOnegative_float_plus_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in EOorg.EOeolang.EOnegative_float_plus_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOeq_falseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in EOorg.EOeolang.EOeq_falseTest
[INFO] Running org.eolang.VerticesTest
[INFO] Running EOorg.EOeolang.EOas_bytes_equals_to_float_backwardsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOas_bytes_equals_to_float_backwardsTest
[INFO] Running EOorg.EOeolang.EOzero_div_zero_as_bytes_is_equal_to_nan_as_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOzero_div_zero_as_bytes_is_equal_to_nan_as_bytesTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_as_bytes_is_validTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in EOorg.EOeolang.EOpositive_infinity_as_bytes_is_validTest
[INFO] Running EOorg.EOeolang.EOxor_with_one_neg_one_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOxor_with_one_neg_one_plusTest
[INFO] Running EOorg.EOeolang.EOcalculates_length_of_spaces_onlyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.857 s -- in EOorg.EOeolang.EOramEOramSliceTest
[INFO] Running EOorg.EOeolang.EOsupports_escape_sequencesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOsupports_escape_sequencesTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_eq_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOcalculates_length_of_spaces_onlyTest
[INFO] Running org.eolang.PhMethodTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.EOnegative_infinity_not_eq_intTest
[INFO] Running EOorg.EOeolang.EOintTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOintTest
[INFO] Running EOorg.EOeolang.EOintEOltTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in EOorg.EOeolang.EOintEOltTest
[INFO] Running EOorg.EOeolang.EOleft_with_odd_plusTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOleft_with_odd_plusTest
[INFO] Running EOorg.EOeolang.EOwrite_and_read_without_errorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eolang.PhMethodTest
[INFO] Running EOorg.EOeolang.EOtimes_two_positivesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.EOwrite_and_read_without_errorTest
[INFO] Running EOorg.EOeolang.EOdataizes_encaged_object_lazily_thirdTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in EOorg.EOeolang.EOtimes_two_positivesTest
[INFO] Running EOorg.EOeolang.EOtimes_two_negativesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in EOorg.EOeolang.EOtimes_two_negativesTest
[INFO] Running EOorg.EOeolang.EOdataizes_encaged_object_lazily_firstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s -- in EOorg.EOeolang.EOlast_while_dataization_objectTest
[INFO] Running EOorg.EOeolang.EOor_with_two_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOor_with_two_plusTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_string_error_overflowTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_string_error_overflowTest
[INFO] Running EOorg.EOeolang.EOerrorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in EOorg.EOeolang.EOerrorTest
[INFO] Running EOorg.EOeolang.EOrust_returns_positive_doubleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in EOorg.EOeolang.EOrust_returns_positive_doubleTest
[INFO] Running EOorg.EOeolang.EOnegative_float_div_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in EOorg.EOeolang.EOnegative_float_div_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOand_with_two_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOand_with_two_plusTest
[INFO] Running EOorg.EOeolang.EOleq_falseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.EOleq_falseTest
[INFO] Running EOorg.EOeolang.EOtext_block_tree_linesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOtext_block_tree_linesTest
[INFO] Running EOorg.EOeolang.EOdiv_for_dividend_greater_than_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOdiv_for_dividend_greater_than_zeroTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_lte_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOpositive_infinity_lte_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOgte_equalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in EOorg.EOeolang.EOgte_equalTest
[INFO] Running org.eolang.PhCopyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eolang.PhCopyTest
[INFO] Running EOorg.EOeolang.EOrust_is_byte_arrayTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in EOorg.EOeolang.EOrust_is_byte_arrayTest
[INFO] Running EOorg.EOeolang.EOcompares_two_different_typesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOcompares_two_different_typesTest
[INFO] Running EOorg.EOeolang.EOslice_escape_sequences_line_breakTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOslice_escape_sequences_line_breakTest
[INFO] Running EOorg.EOeolang.EOwrites_into_cageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s -- in EOorg.EOeolang.EOmallocs_do_not_overlapTest
[INFO] Running EOorg.EOeolang.EOrho_of_add_should_not_changeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOrho_of_add_should_not_changeTest
[INFO] Running EOorg.EOeolang.EOrust_invalid_putTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOrust_invalid_putTest
[INFO] Running EOorg.EOeolang.EOtry_memory_update_catchTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in EOorg.EOeolang.EOwrites_into_cageTest
[INFO] Running EOorg.EOeolang.EOneg_zero_not_less_that_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOneg_zero_not_less_that_zeroTest
[INFO] Running EOorg.EOeolang.EOstandard_root_and_rootTest
oneone[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.EOstandard_root_and_rootTest
[INFO] Running EOorg.EOeolang.EOparent_in_horizontal_notationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOparent_in_horizontal_notationTest
[INFO] Running EOorg.EOeolang.EOio.EOprints_string_to_consoleTest
Hello world
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOio.EOprints_string_to_consoleTest
[INFO] Running EOorg.EOeolang.EOpositive_float_times_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in EOorg.EOeolang.EOpositive_float_times_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOas_bool_is_transparentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOas_bool_is_transparentTest
[INFO] Running EOorg.EOeolang.EOgets_lengths_of_empty_tupleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOgets_lengths_of_empty_tupleTest
[INFO] Running EOorg.EOeolang.EOmoves_copy_to_new_parentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in EOorg.EOeolang.EOmoves_copy_to_new_parentTest
[INFO] Running EOorg.EOeolang.EOpositive_float_div_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in EOorg.EOeolang.EOpositive_float_div_negative_infinityTest
[INFO] Running org.eolang.PhConstTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eolang.PhConstTest
[INFO] Running EOorg.EOeolang.EOswitch_case_with_errorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in EOorg.EOeolang.EOswitch_case_with_errorTest
[INFO] Running EOorg.EOeolang.EOmemory_in_outer_scopeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in EOorg.EOeolang.EOmemory_in_outer_scopeTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gt_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in EOorg.EOeolang.EOnegative_infinity_not_gt_floatTest
[INFO] Running EOorg.EOeolang.EOpreserves_indentation_in_textTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in EOorg.EOeolang.EOpreserves_indentation_in_textTest
[INFO] Running EOorg.EOeolang.EOright_way_to_use_hierarchyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOright_way_to_use_hierarchyTest
[INFO] Running EOorg.EOeolang.EOgets_lengths_of_empty_tuple_without_additional_objTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOgets_lengths_of_empty_tuple_without_additional_objTest
[INFO] Running EOorg.EOeolang.EOgoto_jumps_forwardTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 s -- in EOorg.EOeolang.EOtuple_fluent_withTest
[INFO] Running EOorg.EOeolang.EOright_with_minus_oneTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOright_with_minus_oneTest
[INFO] Running EOorg.EOeolang.EOor_with_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOor_with_zeroTest
[INFO] Running EOorg.EOeolang.EOrust_copy_not_failsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.EOrust_copy_not_failsTest
[INFO] Running org.eolang.AtLoggedTest
INFO  mock -   test.get()...

INFO  mock -   test.get()! -> 0

INFO  mock -   test.copy()...

INFO  mock -   test.copy()!

INFO  mock -   test.put()...

INFO  mock -   test.put()!

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eolang.AtLoggedTest
[INFO] Running EOorg.EOeolang.EOslice_from_the_endTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.EOslice_from_the_endTest
[INFO] Running EOorg.EOeolang.EOnot_with_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOnot_with_plusTest
[INFO] Running EOorg.EOeolang.EOgoto_jumps_backwards_without_last_datizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s -- in EOorg.EOeolang.EOtry_memory_update_catchTest
[INFO] Running EOorg.EOeolang.EOswitch_strings_caseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.486 s -- in EOorg.EOeolang.EOrefers_to_inner_vars_correctlyTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gt_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOnegative_infinity_not_gt_positive_infinityTest
[INFO] Running org.eolang.AtLocatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eolang.AtLocatedTest
[INFO] Running EOorg.EOeolang.EOcompares_two_boolsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in EOorg.EOeolang.EOcompares_two_boolsTest
[INFO] Running EOorg.EOeolang.EOprints_itself_to_consoleTest
as-phi.x ≡ ν113803·prints-itself-to-console⟦
        ρ ↦ Φ,
        σ ↦ Φ
⟧[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOprints_itself_to_consoleTest
[INFO] Running EOorg.EOeolang.EOswitch_with_all_false_casesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.259 s -- in org.eolang.VerticesTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lte_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in EOorg.EOeolang.EOpositive_infinity_not_lte_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gt_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in EOorg.EOeolang.EOpositive_infinity_gt_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnan_div_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_div_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOsupports_escape_sequences_in_textTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOsupports_escape_sequences_in_textTest
[INFO] Running EOorg.EOeolang.EOwrites_and_slice_ramTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in EOorg.EOeolang.EOwrites_and_slice_ramTest
[INFO] Running EOorg.EOeolang.EOleft_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in EOorg.EOeolang.EOleft_zeroTest
[INFO] Running EOorg.EOeolang.EOnegative_float_times_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in EOorg.EOeolang.EOnegative_float_times_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOmemory_is_strictly_typed_stringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOmemory_is_strictly_typed_stringTest
[INFO] Running EOorg.EOeolang.EOeight_byte_numbers_xor_as_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOeight_byte_numbers_xor_as_intTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lte_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOnegative_infinity_lte_floatTest
[INFO] Running EOorg.EOeolang.EOswitch_complex_caseTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.651 s -- in EOorg.EOeolang.EOgoto_jumps_forwardTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lt_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOnegative_infinity_lt_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOtuple_empty_fluent_with_indented_keywordTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.94 s -- in EOorg.EOeolang.EOavoid_infinite_loopTest
[INFO] Running EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_1Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_1Test
[INFO] Running EOorg.EOeolang.EOpositive_infinity_is_equal_to_one_div_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOpositive_infinity_is_equal_to_one_div_zeroTest
[INFO] Running EOorg.EOeolang.EOiterates_over_simple_counterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.96 s -- in EOorg.EOeolang.EOdataizes_encaged_object_lazily_secondTest
[INFO] Running EOorg.EOeolang.EOempty_tuple_lengthTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOempty_tuple_lengthTest
[INFO] Running EOorg.EOeolang.EOxTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOxTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gt_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in EOorg.EOeolang.EOpositive_infinity_gt_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in EOorg.EOeolang.EOiterates_over_simple_counterTest
[INFO] Running EOorg.EOeolang.EOwrites_into_two_memory_objects_and_check_firstTest
[INFO] Running EOorg.EOeolang.EOtext_block_one_lineTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOtext_block_one_lineTest
[INFO] Running EOorg.EOeolang.EOneg_zero_not_greater_that_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOneg_zero_not_greater_that_zeroTest
[INFO] Running EOorg.EOeolang.EOleft_with_even_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOleft_with_even_plusTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_gt_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOpositive_infinity_gt_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOfloat_zero_eq_to_int_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in EOorg.EOeolang.EOfloat_zero_eq_to_int_zeroTest
[INFO] Running EOorg.EOeolang.EOslice_foreign_literalsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOslice_foreign_literalsTest
[INFO] Running EOorg.EOeolang.EOintEOeqTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in EOorg.EOeolang.EOintEOeqTest
[INFO] Running EOorg.EOeolang.EOseqTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s -- in EOorg.EOeolang.EOseqTest
[INFO] Running EOorg.EOeolang.EOslice_empty_stringTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOslice_empty_stringTest
[INFO] Running EOorg.EOeolang.EOconvertable_to_boolTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOconvertable_to_boolTest
[INFO] Running EOorg.EOeolang.EOright_with_odd_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOright_with_odd_negTest
[INFO] Running EOorg.EOeolang.EOfloat_plus_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOfloat_plus_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOrewrites_and_increments_itselfTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.64 s -- in EOorg.EOeolang.EOcage_nested_objectsTest
[INFO] Running EOorg.EOeolang.EOadd_wrong_argsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in EOorg.EOeolang.EOadd_wrong_argsTest
[INFO] Running EOorg.EOeolang.EOneg_zero_equal_to_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in EOorg.EOeolang.EOneg_zero_equal_to_zeroTest
[INFO] Running EOorg.EOeolang.EOcompiles_correctly_with_long_duplicate_namesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOcompiles_correctly_with_long_duplicate_namesTest
[INFO] Running EOorg.EOeolang.EOor_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in EOorg.EOeolang.EOor_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Running EOorg.EOeolang.EOrust_find_returns_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in EOorg.EOeolang.EOrust_find_returns_intTest
[INFO] Running EOorg.EOeolang.EOseq_single_dataization_int_less_than_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.824 s -- in EOorg.EOeolang.EOtuple_empty_fluent_with_indented_keywordTest
[INFO] Running EOorg.EOeolang.EOleft_with_odd_negTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOleft_with_odd_negTest
[INFO] Running EOorg.EOeolang.EOthrows_when_applies_to_closed_objectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in EOorg.EOeolang.EOthrows_when_applies_to_closed_objectTest
[INFO] Running EOorg.EOeolang.EOleft_with_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in EOorg.EOeolang.EOleft_with_zeroTest
[INFO] Running EOorg.EOeolang.EOconcat_stringsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in EOorg.EOeolang.EOconcat_stringsTest
[INFO] Running EOorg.EOeolang.EOsupports_escape_sequences_unicodeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOsupports_escape_sequences_unicodeTest
[INFO] Running EOorg.EOeolang.EOxor_with_two_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.EOxor_with_two_plusTest
[INFO] Running EOorg.EOeolang.EOcompares_string_with_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOcompares_string_with_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOrust_bind_to_copyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOrust_bind_to_copyTest
[INFO] Running EOorg.EOeolang.EOxor_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOxor_neg_bytes_as_int_without_leading__zeroesTest
[INFO] Running EOorg.EOeolang.EOgoto_jumps_backwardsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in EOorg.EOeolang.EOseq_single_dataization_int_less_than_testTest
[INFO] Running EOorg.EOeolang.EOmultiply_by_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOmultiply_by_zeroTest
[INFO] Running EOorg.EOeolang.EOwrites_into_two_memory_objectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s -- in EOorg.EOeolang.EOwrites_into_two_memory_objectsTest
[INFO] Running EOorg.EOeolang.EOconcat_bools_as_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in EOorg.EOeolang.EOconcat_bools_as_bytesTest
[INFO] Running EOorg.EOeolang.EOforks_on_conditionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in EOorg.EOeolang.EOforks_on_conditionTest
[INFO] Running EOorg.EOeolang.EOextract_attribute_from_decorateeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in EOorg.EOeolang.EOextract_attribute_from_decorateeTest
[INFO] Running EOorg.EOeolang.EOcopy_object_with_dotTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOcopy_object_with_dotTest
[INFO] Running EOorg.EOeolang.EOslice_start_below_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in EOorg.EOeolang.EOslice_start_below_zeroTest
[INFO] Running EOorg.EOeolang.EOzero_not_greater_that_neg_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOzero_not_greater_that_neg_zeroTest
[INFO] Running EOorg.EOeolang.EOfloat_times_nan_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOfloat_times_nan_is_nanTest
[INFO] Running EOorg.EOeolang.EOpositive_float_div_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in EOorg.EOeolang.EOpositive_float_div_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOnan_not_gt_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOnan_not_gt_numberTest
[INFO] Running EOorg.EOeolang.EOstringEOasBytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOstringEOasBytesTest
[INFO] Running EOorg.EOeolang.EOmakes_object_a_constantTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in EOorg.EOeolang.EOmakes_object_a_constantTest
[INFO] Running EOorg.EOeolang.EOtry_memory_updateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.159 s -- in EOorg.EOeolang.EOwrites_into_two_memory_objects_and_check_firstTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lt_floatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in EOorg.EOeolang.EOpositive_infinity_not_lt_floatTest
[INFO] Running EOorg.EOeolang.EOnan_div_number_is_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOnan_div_number_is_nanTest
[INFO] Running EOorg.EOeolang.EOslice_chainTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s -- in EOorg.EOeolang.EOslice_chainTest
[INFO] Running EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_2Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 s -- in EOorg.EOeolang.EOrewrites_and_increments_itselfTest
[INFO] Running EOorg.EOeolang.EOleq_trueTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in EOorg.EOeolang.EOleq_trueTest
[INFO] Running EOorg.EOeolang.EOfloat_not_lt_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.EOfloat_not_lt_nanTest
[INFO] Running EOorg.EOeolang.EOcompares_two_local_objectsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in EOorg.EOeolang.EOcompares_two_local_objectsTest
[INFO] Running EOorg.EOeolang.EOnested_gotoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s -- in EOorg.EOeolang.EOtuple_as_a_bound_attribute_size_2Test
[INFO] Running EOorg.EOeolang.EOconjuction_of_bytesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in EOorg.EOeolang.EOconjuction_of_bytesTest
[INFO] Running EOorg.EOeolang.EOfloat_not_equal_to_negative_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in EOorg.EOeolang.EOfloat_not_equal_to_negative_infinityTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_lt_positive_infinityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in EOorg.EOeolang.EOnegative_infinity_lt_positive_infinityTest
[INFO] Running EOorg.EOeolang.EOphi_in_horizontal_notationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOphi_in_horizontal_notationTest
[INFO] Running EOorg.EOeolang.EOxor_as_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in EOorg.EOeolang.EOxor_as_intTest
[INFO] Running EOorg.EOeolang.EOnan_not_lte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in EOorg.EOeolang.EOnan_not_lte_nanTest
[INFO] Running EOorg.EOeolang.EOtuple_withTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s -- in EOorg.EOeolang.EOnested_gotoTest
[INFO] Running EOorg.EOeolang.EOmulti_layer_volatilityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.217 s -- in EOorg.EOeolang.EOtry_memory_updateTest
[INFO] Running EOorg.EOeolang.EOdouble_writesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.228 s -- in EOorg.EOeolang.EOmulti_layer_volatilityTest
[INFO] Running EOorg.EOeolang.EOeq_trueTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in EOorg.EOeolang.EOeq_trueTest
[INFO] Running EOorg.EOeolang.EOas_bytes_equals_to_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in EOorg.EOeolang.EOas_bytes_equals_to_intTest
[INFO] Running EOorg.EOeolang.EOfloat_neg_zero_eq_to_int_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in EOorg.EOeolang.EOfloat_neg_zero_eq_to_int_zeroTest
[INFO] Running EOorg.EOeolang.EOnan_not_lt_numberTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in EOorg.EOeolang.EOnan_not_lt_numberTest
[INFO] Running EOorg.EOeolang.EOseq_single_dataization_float_greater_than_testTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s -- in EOorg.EOeolang.EOseq_single_dataization_float_greater_than_testTest
[INFO] Running EOorg.EOeolang.EOor_neg_bytes_as_int_with_zeroTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in EOorg.EOeolang.EOor_neg_bytes_as_int_with_zeroTest
[INFO] Running EOorg.EOeolang.EOdiv_less_than_oneTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in EOorg.EOeolang.EOdiv_less_than_oneTest
[INFO] Running EOorg.EOeolang.EOrust_dataize_not_failsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.115 s -- in EOorg.EOeolang.EOdouble_writesTest
[INFO] Running EOorg.EOeolang.EOleq_equalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in EOorg.EOeolang.EOrust_dataize_not_failsTest
[INFO] Running EOorg.EOeolang.EOmalloc_return_errorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in EOorg.EOeolang.EOmalloc_return_errorTest
[INFO] Running EOorg.EOeolang.EOone_xor_one_as_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in EOorg.EOeolang.EOone_xor_one_as_intTest
[INFO] Running EOorg.EOeolang.EOrecursion_without_argumentsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in EOorg.EOeolang.EOleq_equalTest
[INFO] Running EOorg.EOeolang.EOnegative_infinity_not_gte_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in EOorg.EOeolang.EOnegative_infinity_not_gte_intTest
[INFO] Running EOorg.EOeolang.EOpositive_infinity_not_lte_nanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in EOorg.EOeolang.EOpositive_infinity_not_lte_nanTest
[INFO] Running EOorg.EOeolang.EOright_with_even_plusTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in EOorg.EOeolang.EOright_with_even_plusTest
[INFO] Running EOorg.EOeolang.EOrust_returns_negative_intTest
Hello world from rust
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in EOorg.EOeolang.EOrust_returns_negative_intTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.69 s -- in EOorg.EOeolang.EOdataizes_encaged_object_lazily_firstTest
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.85 s -- in EOorg.EOeolang.EOswitch_with_all_false_casesTest
Finished![WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 32.70 s -- in EOorg.EOeolang.EOgoto_jumps_backwards_without_last_datizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.38 s -- in EOorg.EOeolang.EOrecursion_without_argumentsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.07 s -- in EOorg.EOeolang.EOswitch_simple_caseTest
Finished![INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.43 s -- in EOorg.EOeolang.EOgoto_jumps_backwardsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.40 s -- in EOorg.EOeolang.EOtuple_withTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.1 s -- in EOorg.EOeolang.EOswitch_with_several_true_casesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.2 s -- in EOorg.EOeolang.EOswitch_strings_caseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.6 s -- in EOorg.EOeolang.EOswitch_complex_caseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 194.2 s -- in org.eolang.SnippetTestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 212.9 s -- in EOorg.EOeolang.EOtuple_with_negative_index_gets_firstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 539.4 s -- in EOorg.EOeolang.EOdataizes_encaged_object_lazily_thirdTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 652, Failures: 0, Errors: 0, Skipped: 6
[INFO]
[INFO]
[INFO] --- jacoco:0.8.11:check (jacoco-check) @ eo-runtime ---
[INFO] Loading execution data file /home/r/repo/eo-runtime/target/jacoco.exec
[INFO] Analyzed bundle 'eo-runtime' with 211 classes
[INFO] All coverage checks have been met.
[INFO]
[INFO] --- jacoco:0.8.11:report (jacoco-check) @ eo-runtime ---
[INFO] Loading execution data file /home/r/repo/eo-runtime/target/jacoco.exec
[INFO] Analyzed bundle 'eo-runtime' with 211 classes
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-runtime ---
[INFO] Versionalizing /home/r/repo/eo-runtime/target/classes directory
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOio/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/org-eolang-eo-runtime-jar.txt added
[INFO]
[INFO] --- eo:0.34.4:copy (compile) @ eo-runtime ---
[INFO] 24 source(s) copied from ./home/r/repo/eo-runtime/src/main/eo to ./home/r/repo/eo-runtime/target/classes/EO-SOURCES
[INFO]
[INFO] --- eo:0.34.4:unplace (compile) @ eo-runtime ---
[INFO] The list of placed binaries is absent: ./home/r/repo/eo-runtime/target/eo-placed.csv
[INFO]
[INFO] --- eo:0.34.4:unspile (compile) @ eo-runtime ---
[INFO] Deleted 100 .class files out of 223 in ./home/r/repo/eo-runtime/target/classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar
[INFO]
[INFO] >>> source:3.3.0:jar (jcabi-sources) > generate-sources @ eo-runtime >>>
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.2.0:create (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.2.0:create-timestamp (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ eo-runtime ---
[INFO] argLine set to -javaagent:/home/r/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/r/repo/eo-runtime/target/jacoco.exec
[INFO]
[INFO] --- eo:0.34.4:register (compile) @ eo-runtime ---
[INFO] There are 24 EO sources registered already
[INFO] Registered 24 EO sources from ./home/r/repo/eo-runtime/src/main/eo to ./home/r/repo/eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] <<< source:3.3.0:jar (jcabi-sources) < generate-sources @ eo-runtime <<<
[INFO]
[INFO]
[INFO] --- source:3.3.0:jar (jcabi-sources) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-sources.jar
[INFO]
[INFO] --- javadoc:3.6.3:jar (jcabi-javadoc) @ eo-runtime ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.eolang...
Loading source files for package EOorg.EOeolang...
Loading source files for package EOorg.EOeolang.EOio...
Loading source files for package EOorg...
Constructing Javadoc information...
Standard Doclet version 11.0.18
Building tree for all the packages and classes...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/AtMemoized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOas_phi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOif.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOnot.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObool$EOwhile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_bool.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_float.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_int.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_string.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOconcat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOleft.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOnot.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOright.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOxor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOcage.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOcti.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOerror.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOerror.ExError.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfloat$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgoto.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOfree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOmalloc.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOpointer.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOpointer$EOadd.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOpointer$EOblock.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOheap$EOpointer$EOsub.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOint$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmemory.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnan$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_num_gte_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_num_gt_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_num_gte_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_num_gt_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram$EOram_slice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram$EOram_slice$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram$EOram_slice$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOram$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOrust.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOseq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOas_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOlength.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOswitch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOswitch$EOcase_at.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtry.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOempty.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOempty$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOempty$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOlength.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtuple$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/Ram.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOstdin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOstdin$EOnext_line.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOstdin$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOstdout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/Input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtAtom.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtCage.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtComposite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtFree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtLambda.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtOnce.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtSimple.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Attr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/BytesOf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Data.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Data.Once.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Data.ToPhi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Data.Value.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Dataized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExAbstract.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExFailure.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExFlow.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExInterrupted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExNative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Expr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExReadOnly.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/ExUnset.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Main.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Param.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhConst.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhCopy.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhDefault.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhFake.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Phi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhLocated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhLogged.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhMethod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/PhWith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Term.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Universe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/UniverseDefault.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/UniverseSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Versionized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Volatile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/XmirObject.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/constant-values.html...
Generating /home/r/repo/eo-runtime/target/apidocs/serialized-form.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Dataized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExUnset.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtAtom.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/XmirObject.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExReadOnly.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Universe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhConst.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Versionized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Data.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Data.Value.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Data.ToPhi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Data.Once.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Phi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExInterrupted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtFree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhMethod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtComposite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/BytesOf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExFlow.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Param.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Volatile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhCopy.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhWith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExAbstract.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhLogged.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtSimple.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtCage.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExNative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhFake.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/UniverseDefault.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Attr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Term.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Main.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/UniverseSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtLambda.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Expr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtOnce.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhDefault.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/PhLocated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExFailure.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtry.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOseq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOcage.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram$EOram_slice$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/AtMemoized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOas_phi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOgoto.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOrust.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOlength.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_float.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram$EOram_slice$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOconcat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOright.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_int.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOerror.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOerror.ExError.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOas_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOwhile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOnot.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/Ram.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOif.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer$EOblock.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_string.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOxor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmemory.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram$EOram_slice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_num_gt_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOnot.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOswitch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOcti.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOleft.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer$EOsub.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_num_gte_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOempty$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_num_gte_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOneg.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_num_gt_zero.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOempty$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOempty.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOfree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_bool.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOram.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOswitch$EOcase_at.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtuple$EOlength.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOint.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObool$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer$EOadd.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOmalloc.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin$EOnext_line.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/Input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/eo-runtime/target/apidocs/overview-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/eo-runtime/target/apidocs/allclasses-index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/allpackages-index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/eo-runtime/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-runtime/target/apidocs/allclasses.html...
Generating /home/r/repo/eo-runtime/target/apidocs/index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/overview-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-javadoc.jar
[INFO]
[INFO] --- antrun:3.1.0:run (jcabi-xcop) @ eo-runtime ---
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/eo-runtime/pom.xml looks good
[INFO]      [exec] /home/r/repo/eo-runtime/src/test/resources/logback.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- gpg:3.1.0:sign (jcabi-sign-artifacts) @ eo-runtime ---
[INFO] Signing 4 files with 7E29B723C7834679204DD410AA57FF6B7040FA46 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- groovy:2.1.1:execute (project-validate) @ eo-runtime ---
Verified with check-folders-numbering.groovy - OK. Result: true
Verify that all java classes were compiled successfully
Verified with check-all-java-classes-compiled.groovy - OK. Result: null
Verify that there are no any dependencies in eo-runtime except those that are needed for tests
Verified with check-runtime-deps.groovy - OK. Result: true
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ eo-runtime ---
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-sources.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.pom.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ eo-runtime ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.6.13:deploy (jcabi-deploy-to-sonatype) @ eo-runtime ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.34.4-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO]  * Remote staging into staging profile ID "33927022b5669b"
[INFO]  * Created staging repository with ID "orgeolang-1200".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200
[INFO]  * Uploading locally staged artifacts to profile org.eolang
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom.asc (833 B at 1.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/maven-metadata.xml (301 B at 438 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar.asc (833 B at 4.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar.asc (833 B at 4.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/maven-metadata.xml (302 B at 424 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar.asc (833 B at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/maven-metadata.xml (307 B at 430 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar (251 kB at 194 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar (973 kB at 548 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar (175 kB at 209 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar (315 kB at 331 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.pom (17 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml (222 B at 284 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/maven-metadata.xml (222 B at 310 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.jar (171 kB at 206 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom (12 kB at 17 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom (13 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/maven-metadata.xml (301 B at 419 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4.pom.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.jar (280 kB at 332 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4.pom (9.1 kB at 13 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-javadoc.jar.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-sources.jar.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-javadoc.jar (1.1 MB at 862 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar (1.2 MB at 994 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-runtime/0.34.4/eo-runtime-0.34.4-javadoc.jar.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4-sources.jar (279 kB at 336 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-maven-plugin/0.34.4/eo-maven-plugin-0.34.4.jar.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parent/0.34.4/eo-parent-0.34.4.pom.asc (833 B at 3.5 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1200/org/eolang/eo-parser/0.34.4/eo-parser-0.34.4-sources.jar.asc (833 B at 3.5 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeolang-1200".

Waiting for operation to complete...
...................

[INFO] Remote staged 1 repositories, finished with success.
[INFO]
[INFO] --- nexus-staging:1.6.13:release (jcabi-deploy-to-sonatype) @ eo-runtime ---
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] Releasing staging repository with IDs=[orgeolang-1200]

Waiting for operation to complete...
..................

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 0.34.4:
[INFO]
[INFO] eo ................................................. SUCCESS [01:01 min]
[INFO] eo-parser .......................................... SUCCESS [ 53.932 s]
[INFO] eo-maven-plugin .................................... SUCCESS [02:15 min]
[INFO] eo-runtime ......................................... SUCCESS [12:44 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17:36 min
[INFO] Finished at: 2024-01-17T11:51:47Z
[INFO] ------------------------------------------------------------------------
0m0mbranch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
HEAD is now at b4c01f701 Deploying to gh-pages from @ objectionary/eo@878b3d512d60e9704a4c905a6077bc6f8575e701 🚀
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
[gh-pages 6e2d00ad9] XMIR XSD 0.34.4
 1 file changed, 17 insertions(+), 3 deletions(-)
[gh-pages a06352de1] objectionary 0.34.4
 48 files changed, 72 insertions(+), 72 deletions(-)
Switched to branch '__rultor'
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.34.4 -m '0.34.4: tagged by rultor.com'
+ git reset --hard
HEAD is now at 88e99bb6c 0.34.4
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 88e99bb6c).
+ git push --all origin
remote:
remote: GitHub found 5 vulnerabilities on objectionary/eo's default branch (3 critical, 2 high). To find out more, visit:
remote:      https://github.com/objectionary/eo/security/dependabot
remote:
To github.com:objectionary/eo.git
   b4c01f701..a06352de1  gh-pages -> gh-pages
+ git push --tags origin
To github.com:objectionary/eo.git
 * [new tag]             0.34.4 -> 0.34.4
container 34ebfcfc7ca592d1138866529c615f76d64334dcb2ba94c9b4f69dd7e4990f77 is dead
Wed Jan 17 12:52:24 PM CET 2024