+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1456
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Dec 27 10:53:52 UTC 2024
+ uptime
10:53:52 up 1 min, 0 users, load average: 1.42, 0.48, 0.17
+ head=git@github.com:objectionary/eo.git
+ ff=default
+ image=yegor256/rultor-image:1.23.1
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.50.0
+ vars=('--env=head=git@github.com:objectionary/eo.git' '--env=tag=0.50.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.50.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install -y python3-pygments'\'' '\'';'\'' '\''sudo pip3 install pygments'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''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 -DskipTests -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -DskipTests -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/target/classes/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 .'\'' '\'';'\'' '\''mkdir -p xsd'\'' '\'';'\'' '\''cp XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git add XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/version 0\.0\.0/version ${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.50.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get install -y python3-pygments' ';' 'sudo pip3 install pygments' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'gem install pdd' ';' 'gem install texsc:0.6.0' ';' '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 -DskipTests -Dinvoker.skip' ';' 'mvn clean deploy -DskipTests -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/target/classes/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 .' ';' 'mkdir -p xsd' ';' 'cp XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git add XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/version 0\.0\.0/version ${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_3619
+ as_root=false
+ hostname
ip-172-31-17-15
+ pwd
/tmp/rultor-HZzt
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:objectionary/eo.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com: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.50.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt-get install -y python3-pygments' ';' 'sudo pip3 install pygments' ';' 'javac -version' ';' 'pdd --file=/dev/null' ';' 'gem install pdd' ';' 'gem install texsc:0.6.0' ';' '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 -DskipTests -Dinvoker.skip' ';' 'mvn clean deploy -DskipTests -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/target/classes/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 .' ';' 'mkdir -p xsd' ';' 'cp XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git add XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/version 0\.0\.0/version ${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
+ set -ex
+ '[' -z 0.50.0 ']'
+ [[ 0.50.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.50.0"'
tag name is valid: "0.50.0"
+ cd repo
++ git tag -l 0.50.0
+ '[' ']'
+ 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.26
++ echo 0.26 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.26, low enough to run a new Docker container'
load average is 0.26, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.23.1
+ docker pull yegor256/rultor-image:1.23.1
1.23.1: Pulling from yegor256/rultor-image
bccd10f490ab: Pulling fs layer
2c78bdfd1661: Pulling fs layer
30469571f9ab: Pulling fs layer
cac62b5ba932: Pulling fs layer
403ec2ae2389: Pulling fs layer
62628d0488a1: Pulling fs layer
84283471f652: Pulling fs layer
9ad1fa82e034: Pulling fs layer
80bda748ab48: Pulling fs layer
615b3b9f2aac: Pulling fs layer
09ce9dff669f: Pulling fs layer
e8271a417b38: Pulling fs layer
0c9916c1cff4: Pulling fs layer
875e86560ccf: Pulling fs layer
091892e3a304: Pulling fs layer
1cbed1b837ca: Pulling fs layer
986b3170a0d9: Pulling fs layer
e56ee5c784dc: Pulling fs layer
8cb6f425b6ba: Pulling fs layer
35d35565636d: Pulling fs layer
8e683020951f: Pulling fs layer
13d94c2ee76f: Pulling fs layer
41080f3c5d30: Pulling fs layer
123b733366ff: Pulling fs layer
630a507fc3a5: Pulling fs layer
55c1f8c9bd45: Pulling fs layer
875e86560ccf: Waiting
9ad1fa82e034: Waiting
986b3170a0d9: Waiting
80bda748ab48: Waiting
e56ee5c784dc: Waiting
1cbed1b837ca: Waiting
8cb6f425b6ba: Waiting
091892e3a304: Waiting
615b3b9f2aac: Waiting
123b733366ff: Waiting
0c9916c1cff4: Waiting
09ce9dff669f: Waiting
e8271a417b38: Waiting
55c1f8c9bd45: Waiting
630a507fc3a5: Waiting
cac62b5ba932: Waiting
62628d0488a1: Waiting
84283471f652: Waiting
403ec2ae2389: Waiting
13d94c2ee76f: Waiting
2c78bdfd1661: Download complete
bccd10f490ab: Verifying Checksum
bccd10f490ab: Download complete
30469571f9ab: Verifying Checksum
30469571f9ab: Download complete
62628d0488a1: Verifying Checksum
62628d0488a1: Download complete
bccd10f490ab: Pull complete
2c78bdfd1661: Pull complete
84283471f652: Verifying Checksum
84283471f652: Download complete
9ad1fa82e034: Verifying Checksum
9ad1fa82e034: Download complete
30469571f9ab: Pull complete
80bda748ab48: Download complete
615b3b9f2aac: Download complete
cac62b5ba932: Verifying Checksum
cac62b5ba932: Download complete
e8271a417b38: Verifying Checksum
e8271a417b38: Download complete
09ce9dff669f: Verifying Checksum
09ce9dff669f: Download complete
0c9916c1cff4: Verifying Checksum
0c9916c1cff4: Download complete
091892e3a304: Verifying Checksum
091892e3a304: Download complete
1cbed1b837ca: Verifying Checksum
1cbed1b837ca: Download complete
986b3170a0d9: Verifying Checksum
986b3170a0d9: Download complete
e56ee5c784dc: Verifying Checksum
e56ee5c784dc: Download complete
8cb6f425b6ba: Verifying Checksum
8cb6f425b6ba: Download complete
35d35565636d: Verifying Checksum
35d35565636d: Download complete
cac62b5ba932: Pull complete
8e683020951f: Verifying Checksum
8e683020951f: Download complete
13d94c2ee76f: Verifying Checksum
13d94c2ee76f: Download complete
41080f3c5d30: Verifying Checksum
41080f3c5d30: Download complete
123b733366ff: Verifying Checksum
123b733366ff: Download complete
630a507fc3a5: Verifying Checksum
630a507fc3a5: Download complete
55c1f8c9bd45: Download complete
403ec2ae2389: Verifying Checksum
403ec2ae2389: Download complete
875e86560ccf: Verifying Checksum
875e86560ccf: Download complete
403ec2ae2389: Pull complete
62628d0488a1: Pull complete
84283471f652: Pull complete
9ad1fa82e034: Pull complete
80bda748ab48: Pull complete
615b3b9f2aac: Pull complete
09ce9dff669f: Pull complete
e8271a417b38: Pull complete
0c9916c1cff4: Pull complete
875e86560ccf: Pull complete
091892e3a304: Pull complete
1cbed1b837ca: Pull complete
986b3170a0d9: Pull complete
e56ee5c784dc: Pull complete
8cb6f425b6ba: Pull complete
35d35565636d: Pull complete
8e683020951f: Pull complete
13d94c2ee76f: Pull complete
41080f3c5d30: Pull complete
123b733366ff: Pull complete
630a507fc3a5: Pull complete
55c1f8c9bd45: Pull complete
Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
Status: Downloaded newer image for yegor256/rultor-image:1.23.1
docker.io/yegor256/rultor-image:1.23.1
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo_3619\s*$'
+ ls -al .
total 68
drwx------ 3 ubuntu ubuntu 4096 Dec 27 10:54 .
drwxrwxrwt 12 root root 4096 Dec 27 10:53 ..
-rwxrwxr-x 1 ubuntu ubuntu 2090 Dec 27 10:57 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Dec 27 10:54 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Dec 27 10:53 pid
-rw-rw-r-- 1 ubuntu ubuntu 2260 Dec 27 10:53 pubring.gpg
drwxrwxr-x 9 ubuntu ubuntu 4096 Dec 27 10:54 repo
-rwxrwxr-x 1 ubuntu ubuntu 12031 Dec 27 10:53 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 1741 Dec 27 10:54 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 4842 Dec 27 10:53 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 624 Dec 27 10:53 settings.xml
-rw-rw-r-- 1 ubuntu ubuntu 11770 Dec 27 10:57 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-HZzt:/main --env=head=git@github.com:objectionary/eo.git --env=tag=0.50.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.50.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install -y python3-pygments'\'' '\'';'\'' '\''sudo pip3 install pygments'\'' '\'';'\'' '\''javac -version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''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 -DskipTests -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -DskipTests -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/target/classes/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 .'\'' '\'';'\'' '\''mkdir -p xsd'\'' '\'';'\'' '\''cp XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git add XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/version 0\.0\.0/version ${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 --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-HZzt/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo_3619 yegor256/rultor-image:1.23.1 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ 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 systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G 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/.rvmrc /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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:objectionary/eo.git' ; export 'tag=0.50.0' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo apt-get install -y python3-pygments ; sudo pip3 install pygments ; javac -version ; pdd --file=/dev/null ; gem install pdd ; gem install texsc:0.6.0 ; 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 -DskipTests -Dinvoker.skip ; mvn clean deploy -DskipTests -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/target/classes/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 . ; mkdir -p xsd ; cp XMIR.xsd "xsd/XMIR-${tag}.xsd" ; git add XMIR.xsd "xsd/XMIR-${tag}.xsd" ; git commit -am "XMIR XSD ${tag}" ; rm -rf objectionary ; cp -R /tmp/objectionary . ; find objectionary -name '*.eo' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g" ; find objectionary -name '*.eo' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g" ; git add objectionary ; find objectionary -name '*.eo' > objectionary.lst ; git add objectionary.lst ; git commit -am "objectionary ${tag}" ; git checkout "${branch}" ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
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.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Requirement already satisfied: pygments in /usr/local/lib/python3.10/dist-packages (2.17.2)
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;49m24.00m39;49m -> 0m32;49m24.3.10m
1m[0m34;49mnotice0m1;39;49m]0m39;49m To update, run: 0m32;49mpython3 -m pip install --upgrade pip0m
javac 11.0.22
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**
Excluding xargs/**
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/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/renovate.json is a binary file (307 bytes)
Reading .0pdd.yml ...
Reading .codacy.yml ...
Puzzle 1326-493bed2e 30/DEV at .codacy.yml
Reading .codenarc ...
Reading .gitattributes ...
Reading .github/.typos.toml ...
Reading .github/labeler.yml ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/benchmark.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/codenarc.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/daily.yml ...
Reading .github/workflows/ebnf.yml ...
Reading .github/workflows/hone.yml ...
Reading .github/workflows/integration.yml ...
Reading .github/workflows/labeler.yml ...
Reading .github/workflows/loc-badge.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/qulice.yml ...
Reading .github/workflows/shellcheck.yml ...
Reading .github/workflows/simian.yml ...
Reading .github/workflows/sonar.yml ...
Reading .github/workflows/telegram.yml ...
Reading .github/workflows/trufflehog-oss.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/xs3p-tag.yml ...
Reading .github/workflows/xs3p.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .github/workflows/zerocracy.yml ...
Reading .gitignore ...
Reading .markdownlint.yml ...
Reading .mvn/jvm.config ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .xcop ...
Reading .yamllint.yml ...
Reading CITATION.cff ...
Reading CODE_OF_CONDUCT.md ...
Reading LICENSE.txt ...
Reading README.md ...
Reading _typos.toml ...
Reading eo-maven-plugin/LICENSE.txt ...
Reading eo-maven-plugin/README.md ...
Reading eo-maven-plugin/pom.xml ...
Reading eo-maven-plugin/src/it/README.md ...
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/verify.groovy ...
Reading eo-maven-plugin/src/it/settings.xml ...
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/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/CopyMojo.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/DownloadDepsMojo.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/LintMojo.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/OptimizeMojo.java ...
Puzzle 3115-d79bda11 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.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 ...
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 ...
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/StMeasured.java ...
Reading 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/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/CachePath.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/FpDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpEnvelope.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpExistedSource.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpFork.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpGenerated.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpIfOlder.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpIfReleased.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpIfTargetExists.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpIfTargetOlder.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpIgnore.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpUpdateBoth.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/FpUpdateFromCache.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/footprint/Saved.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/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/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/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/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/TojoHash.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/HmSave.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/Threaded.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/latex/latex-template.txt ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/pre/align-test-classes.xsl ...
Puzzle 1249-130f8649 90/DEV at eo-maven-plugin/src/main/resources/org/eolang/maven/pre/align-test-classes.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/remove-high-level-inner-classes.xsl ...
Puzzle 1249-cbc24ee5 90/DEV at eo-maven-plugin/src/main/resources/org/eolang/maven/pre/remove-high-level-inner-classes.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/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/main/resources/org/eolang/maven/unphi/atoms-with-bound-attrs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/normalize-bytes.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/wrap-bytes.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/groovy/check-parameters-names.groovy ...
Reading eo-maven-plugin/src/test/groovy/verify.groovy ...
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
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CatalogsTest.java ...
Puzzle 2297-a2270b48 60/DEV at 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/DownloadDepsMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FakeMaven.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/LatexMojoTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/LintMojoTest.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 ...
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 ...
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/RandomProgram.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/RandomProgramResolver.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 ...
Puzzle 3529-9b0a7ab0 30/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/SodgMojoTest.java
Puzzle 3529-702b7a20 30/DEV at 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/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/FpDefaultTest.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/CommitHashesTextTest.java ...
Puzzle 3122-0fa0248c 60/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesTextTest.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 ...
Puzzle 2896-621330ec 90/DEV at 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/objectionary/ObjectsIndexTest.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/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/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/add_rust/detects-rust-code-with-wide-string.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/add_rust/detects-rust-dependencies-with-wide-string.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/as-type-optimization.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/bindings-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/converts-to-java-with-arrays-and-scopes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/data-as-bytes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/embedded-class.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/locators-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/long-class-name.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/set-package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/synthetic-attributes-with-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/test-object-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/tests-moving-inside.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/tests-test.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/tuple-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/packs/underscore-to-java.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/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/auto-named.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/bool-tests.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/delta-in-formation.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/inline-application.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/inline-voids.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/long-names-inner.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-atom.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/pretty-data.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/termination-with-tail.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/termination.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/unphi/with-anonym-abstract.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/unphi/with-home.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/BytesToHex.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrListing.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrProgram.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoIndentLexer.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoParserErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoSyntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/GeneralErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Lines.java ...
Reading eo-parser/src/main/java/org/eolang/parser/MsgLocated.java ...
Reading eo-parser/src/main/java/org/eolang/parser/MsgUnderlined.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Objects.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingException.java ...
Reading eo-parser/src/main/java/org/eolang/parser/PhiSyntax.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/StrictXmir.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Syntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/TrCanonical.java ...
Reading eo-parser/src/main/java/org/eolang/parser/TrParsing.java ...
Reading eo-parser/src/main/java/org/eolang/parser/TrStepped.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/Xmir.java ...
Reading eo-parser/src/main/java/org/eolang/parser/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/_funcs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/_stepped.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/blank-xsd-schema.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/clean-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/const-to-dataized.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/cti-adds-errors.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/move-voids-up.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/phi/incorrect-inners.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/phi/to-phi.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/phi/to-salty-phi.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/phi/wrap-default-package.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/to-eo-reversed.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/wrap-data.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/resolve-before-star.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/validate-before-stars.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl ...
Reading eo-parser/src/main/xs3p/xs3p.xsl ...
Reading eo-parser/src/test/java/org/eolang/parser/DrProgramTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/EoIndentLexerTest.java ...
Puzzle 2297-059cad72 60/DEV at 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/MsgUnderlinedTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/ObjectsTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/PhiSyntaxTest.java ...
Reading 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/StrictXmirTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/TrParsingTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/XmirTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/XslBenchmarkIT.java ...
Reading eo-parser/src/test/java/org/eolang/parser/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/benchmark/native.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-locators.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-locs-with-dot.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-locs.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-probes-to-empty.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-probes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/add-refs.yml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/adds-default-package.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/adds-no-probes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/adds-refs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/all-data-types.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/const-to-dataized.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/cti/cti-adds-error.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/cti/cti-adds-warning.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/empty-vs-free.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/expand-qqs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/expands-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/explicit-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/float-atom-vars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/float-up-same-attrs.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/float-vars-with-pre-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/float-vars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/full-syntax.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/has-comment.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/leap-year.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/line-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/move-voids-up.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/no-ref-to-primitives.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/onlyphi-bound.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/fix-names-with-duplicates.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/fixes-globals.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/float-abstracts.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/float-and-keep-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/float-atom.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/float-nested-anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/float-noname-abstracts.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/floating-sets-parent-names.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/not-redundant-levels.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/redundant-levels-with-arguments-and-abstract-parents.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/redundant-levels-with-arguments-and-siblings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/redundant-levels-with-arrays.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/redundant-levels-with-siblings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/optimize/redundant-levels.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parsed-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/preserves-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/dataized-to-const.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/tuples-to-stars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/priority/additional-brackets.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/priority/space-between.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/recursion.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/resolves-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scope-before-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scopes-double-scope.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scopes-nested.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scopes-with-doubled-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scopes-with-nested-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/scopes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/simple.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/anonymous-more.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/auto-named-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/before-star.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/bool-tests-straight.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/bound-reversed-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/escape-sequences.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/pre-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/redundant-parentheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/text-block.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/vertical-methods-in-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/syntax/vmethod-after-formation.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/unicode.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/wraps-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/binding-with-rho.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/broken-binding.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/broken-head.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/comment-in-method.yaml ...
Puzzle 3706-4f05a2bf 30/DEV at eo-parser/src/test/resources/org/eolang/parser/eo-typos/comment-in-method.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml ...
Puzzle 3706-29423e3e 30/DEV at eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-space-in-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-first-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-method-2.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-ref-deep.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-before-ref.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-between-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-line-in-vertical-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/hmethod-after-vmethod.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/invalid-int-literal.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/long-character.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/missing-empty-line-after-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/not-empty-atoms.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/one-space-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parenheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-1.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-2.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-3.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-4.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-5.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-6.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/just-number.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/negative-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/simple-application-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/simple-application.yaml ...
Puzzle 3706-fb7fb741 30/DEV at eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/simple-application.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/reversed-as-separate-argument.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/scoped-application-after-suffix.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/space-in-naming.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/space-in-tail.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/suffix-with-dots.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/too-far-right-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/trailing-space-in-comment.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/two-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/varargs-inside.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/version-with-inline-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vertical-method-in-horizontal-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vertical-method-in-scope.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vmethod-after-happlication.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vmethod-after-hmethod.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/xi-inside-locator.yaml ...
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/phi-packs/as-phi.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/atoms.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/auto-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/bindings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/bool-tests.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/custom-alias.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/data-dispatch.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/empty-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/empty.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/fibonaci.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/full-of-abstracts.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/full-path.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/inline-bindings.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/iterates-over-counter.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/jeo-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/nan-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/negative-inf-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/nested.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/number-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/one-byte.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/package.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/positive-inf-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/same-name-inner.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/specials.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/string-part.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/with-anonym-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/with-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/with-free-attributes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-packs/with-void-phi.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/all-the-basics.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/alpha-twice.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/delta-twice.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/inline-voids.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/lambda-twice.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-syntax/primitive.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/Phi-as-attribute.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/Phi-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/alpha-without-index.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/application-to-data.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/application-to-formation.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/application-to-void.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/bytes-without-trailing-dash.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/delta-in-application.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/delta-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/dot-to-data.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/inline-voids-on-application.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/inline-voids-on-dispatch.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/invalid-arrow.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/lambda-at-start.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/lambda-in-application.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/lambda-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/no-xi-at-start.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/phi-at-start.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/rho-at-start.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/tau-as-name.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/terminator-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/void-as-value.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/void-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/wrong-attribute-name.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/wrong-function-name.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/xi-as-name.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/phi-typos/xi-in-path.phi ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/inner/a.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/inner/b.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/main.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/auto-named-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/compares-bool-to-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/dataless.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/empty-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/empty-string.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/idiomatic.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/inheritance.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/just-float.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/multiline-string.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/stars-tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/string-with-double-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/times.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-atom-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-fqn.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-line-number.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-object-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-position.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/missing-program-title.yaml ...
Reading eo-runtime/LICENSE.txt ...
Reading eo-runtime/README.md ...
Reading eo-runtime/pom.xml ...
Reading eo-runtime/src/main/eo/org/eolang/bytes.eo ...
Reading eo-runtime/src/main/eo/org/eolang/cti.eo ...
Reading eo-runtime/src/main/eo/org/eolang/dataized.eo ...
Reading eo-runtime/src/main/eo/org/eolang/error.eo ...
Reading eo-runtime/src/main/eo/org/eolang/false.eo ...
Reading eo-runtime/src/main/eo/org/eolang/fs/dir.eo ...
Reading eo-runtime/src/main/eo/org/eolang/fs/file.eo ...
Reading eo-runtime/src/main/eo/org/eolang/fs/path.eo ...
Reading eo-runtime/src/main/eo/org/eolang/fs/tmpdir.eo ...
Reading eo-runtime/src/main/eo/org/eolang/go.eo ...
Reading eo-runtime/src/main/eo/org/eolang/i16.eo ...
Reading eo-runtime/src/main/eo/org/eolang/i32.eo ...
Reading eo-runtime/src/main/eo/org/eolang/i64.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/bytes-as-input.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/console.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/dead-input.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/dead-output.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/input-length.eo ...
Reading eo-runtime/src/main/eo/org/eolang/io/malloc-as-output.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/io/tee-input.eo ...
Reading eo-runtime/src/main/eo/org/eolang/malloc.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/angle.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/e.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/integral.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/numbers.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/pi.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/random.eo ...
Reading eo-runtime/src/main/eo/org/eolang/math/real.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/net/socket.eo ...
Reading eo-runtime/src/main/eo/org/eolang/number.eo ...
Reading eo-runtime/src/main/eo/org/eolang/positive-infinity.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/structs/bytes-as-array.eo ...
Reading eo-runtime/src/main/eo/org/eolang/structs/hash-code-of.eo ...
Reading eo-runtime/src/main/eo/org/eolang/structs/list.eo ...
Puzzle 3251-7a787eb5 30/DEV at eo-runtime/src/main/eo/org/eolang/structs/list.eo
Reading eo-runtime/src/main/eo/org/eolang/structs/map.eo ...
Puzzle 3251-6874868e 30/DEV at eo-runtime/src/main/eo/org/eolang/structs/map.eo
Reading eo-runtime/src/main/eo/org/eolang/structs/range-of-ints.eo ...
Reading eo-runtime/src/main/eo/org/eolang/structs/range.eo ...
Reading eo-runtime/src/main/eo/org/eolang/structs/set.eo ...
Reading eo-runtime/src/main/eo/org/eolang/switch.eo ...
Reading eo-runtime/src/main/eo/org/eolang/sys/getenv.eo ...
Reading eo-runtime/src/main/eo/org/eolang/sys/line-separator.eo ...
Reading eo-runtime/src/main/eo/org/eolang/sys/os.eo ...
Reading eo-runtime/src/main/eo/org/eolang/sys/posix.eo ...
Reading eo-runtime/src/main/eo/org/eolang/sys/win32.eo ...
Reading eo-runtime/src/main/eo/org/eolang/true.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/eo/org/eolang/txt/regex.eo ...
Reading eo-runtime/src/main/eo/org/eolang/txt/sprintf.eo ...
Reading eo-runtime/src/main/eo/org/eolang/txt/sscanf.eo ...
Reading eo-runtime/src/main/eo/org/eolang/txt/text.eo ...
Reading eo-runtime/src/main/eo/org/eolang/while.eo ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EObytes$EOand.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/EOerror.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOdir$EOmade$EOmkdir.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOdir$EOtmpfile$EOtouch.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOdir$EOwalk.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOdeleted$EOdelete.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOexists.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOis_directory.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOmoved$EOmove.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOread_bytes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOopen$EOprocess_file.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOsize.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/EOfile$EOtouched$EOtouch.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/Files.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOfs/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi16$EOas_i32.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi32$EOas_i64.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi64$EOas_number.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi64$EOdiv.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi64$EOgt.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi64$EOplus.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOi64$EOtimes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOread.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOresized.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOsize.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOwrite.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmalloc$EOof$EOφ.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOangle$EOcos.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOangle$EOsin.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOreal$EOacos.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOreal$EOasin.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOreal$EOln.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOreal$EOpow.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/EOreal$EOsqrt.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOmath/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOas_i64.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOdiv.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOfloor.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOgt.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOplus.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOnumber$EOtimes.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/EOos$EOname.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/EOposix$EOφ.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/EOwin32$EOφ.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/AcceptSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/BindSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/CStdLib.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/CloseSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/ConnectSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/ErrnoSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/GetenvSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/GetpidSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/GettimeofdaySyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/InetAddrSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/ListenSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/ReadSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/RecvSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/SendSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/SocketSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/StrerrorSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/WriteSyscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Posix/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/SockaddrIn.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Syscall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/TupleToArray.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/AcceptFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/BaseTSD.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/BindFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/ClosesocketFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/ConnectFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/GetCurrentProcessIdFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/GetEnvironmentVariableFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/GetSystemTimeFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/InetAddrFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/Kernel32.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/ListenFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/ReadFileFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/RecvFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/SendFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/SocketFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WSACleanupFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WSAGetLastErrorFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WSAStartupFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WinBase.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WinDef.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WinNT.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/Wincon.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/Winsock.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/WriteFileFuncCall.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/Win32/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOsys/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtry.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/EOregex$EOcompiled.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch$EOmatched_from_index.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/EOsprintf.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/EOsscanf.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/package-info.java ...
Reading eo-runtime/src/main/java/EOorg/EOeolang/Heaps.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/Action.java ...
Reading eo-runtime/src/main/java/org/eolang/AtComposite.java ...
Reading eo-runtime/src/main/java/org/eolang/AtEnvelope.java ...
Reading eo-runtime/src/main/java/org/eolang/AtGetOnly.java ...
Reading eo-runtime/src/main/java/org/eolang/AtLogged.java ...
Reading eo-runtime/src/main/java/org/eolang/AtOnce.java ...
Reading eo-runtime/src/main/java/org/eolang/AtRho.java ...
Reading eo-runtime/src/main/java/org/eolang/AtSetRho.java ...
Reading eo-runtime/src/main/java/org/eolang/AtSimple.java ...
Reading eo-runtime/src/main/java/org/eolang/AtVoid.java ...
Reading eo-runtime/src/main/java/org/eolang/Atom.java ...
Reading eo-runtime/src/main/java/org/eolang/AtomSafe.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/BytesRaw.java ...
Puzzle 3239-50a22f3c 90/DEV at eo-runtime/src/main/java/org/eolang/BytesRaw.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/ExInterrupted.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/Expect.java ...
Reading eo-runtime/src/main/java/org/eolang/JavaPath.java ...
Reading eo-runtime/src/main/java/org/eolang/Main.java ...
Reading eo-runtime/src/main/java/org/eolang/PhCopy.java ...
Reading eo-runtime/src/main/java/org/eolang/PhDefault.java ...
Puzzle 2251-4b006ee2 90/DEV at 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/PhLogged.java ...
Reading eo-runtime/src/main/java/org/eolang/PhMethod.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/VerboseBytesAsString.java ...
Reading eo-runtime/src/main/java/org/eolang/XmirObject.java ...
Reading eo-runtime/src/main/java/org/eolang/XmirPackage.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/test/eo/org/eolang/bool-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/bytes-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/cti-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/dataized-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/go-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/i16-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/i32-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/i64-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/bytes-as-input-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/console-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/dead-input-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/dead-output-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/stdout-test.eo ...
Reading eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/malloc-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/math/random-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/math/real-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 ...
Reading eo-runtime/src/test/eo/org/eolang/number-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/runtime-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/structs/bytes-as-array-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/switch-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/sys/os-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/sys/win32-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/txt/regex-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo ...
Reading eo-runtime/src/test/eo/org/eolang/while-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/check-target-files.groovy ...
Reading eo-runtime/src/test/groovy/verify.groovy ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EObytesEOconcatTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EObytesEOsliceTest.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/EOfs/FilesTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOfs/package-info.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOio/InputOutputTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOio/package-info.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOmallocTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOnet/EOsocketTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOnet/package-info.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOnumber$EOtimesTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOnumberTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOsys/EOosTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOsys/EOposixTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOsys/EOwin32Test.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOsys/package-info.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/EOtryTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/HeapsTest.java ...
Reading eo-runtime/src/test/java/EOorg/EOeolang/package-info.java ...
Reading eo-runtime/src/test/java/integration/SnippetIT.java ...
Reading eo-runtime/src/test/java/integration/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/AtCompositeTest.java ...
Puzzle 2297-a38e7947 60/DEV at eo-runtime/src/test/java/org/eolang/AtCompositeTest.java
Reading eo-runtime/src/test/java/org/eolang/AtLoggedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/BytesOfTest.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/ExpectTest.java ...
Reading eo-runtime/src/test/java/org/eolang/JavaPathTest.java ...
Reading eo-runtime/src/test/java/org/eolang/MainTest.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/PhPackageTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhSafeTest.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/VerboseBytesAsStringTest.java ...
Reading eo-runtime/src/test/java/org/eolang/XmirObjectTest.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/fibo.yaml ...
Reading 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/groovy/xslqual.groovy ...
Reading src/test/scripts/test-repetition.sh ...
Fetching pdd-0.24.0.gem
Successfully installed pdd-0.24.0
1 gem installed
A new release of RubyGems is available: 3.4.10 → 3.6.2!
Run `gem update --system 3.6.2` to update your installation.
Fetching texsc-0.6.0.gem
Fetching backtrace-0.4.0.gem
Fetching loog-0.6.0.gem
Successfully installed loog-0.6.0
Successfully installed backtrace-0.4.0
Successfully installed texsc-0.6.0
3 gems installed
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.68.0/parent-0.68.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.68.0/parent-0.68.0.pom (65 kB at 286 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 820 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 3.0 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 5.8 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 1.6 MB/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 1.5 MB/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 804 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 430 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 5.8 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 9.4 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 928 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 1.5 MB/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 2.8 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 4.2 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 2.1 MB/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 1.8 MB/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 2.1 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 4.9 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 1.1 MB/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 2.0 MB/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 254 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 310 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 518 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 5.2 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 7.1 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 538 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 2.4 MB/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 331 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 3.4 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 4.4 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 6.2 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 3.6 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 2.5 MB/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 9.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 3.8 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 616 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 1.3 MB/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 985 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 2.9 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 5.8 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 1.4 MB/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 2.3 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 6.0 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 2.2 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 10 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 1.4 MB/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 4.6 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 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.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 466 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 430 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 345 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 3.2 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 5.3 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 3.0 MB/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 1.0 MB/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 2.1 MB/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 2.1 MB/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 648 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 8.2 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 9.9 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 533 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 3.0 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 896 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 5.4 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 464 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 4.2 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 954 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded5from/Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 4.1 MB/s)
Downloading)from2Maven:|https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from/Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 440 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 850 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 3.2 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
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 472 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.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 4.7 MB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 577 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:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.1 MB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 8.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.6 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 178 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 67 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 6.3 MB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 117 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 3.3 MB/s)
Downloaded2from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 14 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 38 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 807 kB/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.eolang:eo-parser:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.gmaven:groovy-maven-plugin is missing. @ line 192, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[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.5.0/maven-enforcer-plugin-3.5.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom (8.1 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom (9.3 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 10 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 6.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar (39 kB at 6.5 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 2.5 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 7.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 1.9 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.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 7.6 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 2.3 MB/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 2.1 MB/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 11 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 4.6 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 8.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.pom (18 kB at 3.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (37 kB at 7.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom (5.6 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar (567 kB at 38 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.pom (5.5 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom (7.7 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.jar (36 kB at 8.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom (8.5 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar (32 kB at 6.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom (9.6 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar (40 kB at 7.9 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 4.0 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 2.5 MB/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 9.1 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 5.1 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 17 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 2.1 MB/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 1.2 MB/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 11 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 1.1 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.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 4.5 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 2.2 MB/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 729 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 13 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 1.4 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.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 4.5 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 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.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 5.6 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 1.5 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.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 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.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 2.2 MB/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 1.2 MB/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 12 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 6.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.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 2.0 MB/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 1.6 MB/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 11 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 10 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom (15 kB at 3.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 2.5 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 10.0 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 4.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar (240 kB at 30 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 3.1 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 2.7 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 11 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 4.3 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 12 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.pom (18 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.jar
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.jar (207 kB at 26 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.3.1/maven-failsafe-plugin-3.3.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.3.1/maven-failsafe-plugin-3.3.1.pom (11 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.3.1/surefire-3.3.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.3.1/surefire-3.3.1.pom (21 kB at 4.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.3.1/maven-failsafe-plugin-3.3.1.jar
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.3.1/maven-failsafe-plugin-3.3.1.jar (56 kB at 11 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.1/maven-help-plugin-3.4.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.1/maven-help-plugin-3.4.1.pom (10 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.1/maven-help-plugin-3.4.1.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.1/maven-help-plugin-3.4.1.jar (64 kB at 13 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.pom (16 kB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.21/groovy-bom-4.0.21.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.21/groovy-bom-4.0.21.pom (27 kB at 6.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.jar (137 kB at 17 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom (7.7 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar (34 kB at 8.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.pom (21 kB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.jar (510 kB at 43 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.pom (12 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.1/maven-plugin-tools-3.13.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.1/maven-plugin-tools-3.13.1.pom (18 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.jar (42 kB at 7.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom (10 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.1.1/maven-release-3.1.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.1.1/maven-release-3.1.1.pom (12 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.jar (61 kB at 12 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 2.0 MB/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 2.0 MB/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 12 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 4.1 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.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 7.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.pom (6.7 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar (32 kB at 6.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.pom (5.7 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.jar
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.jar (45 kB at 9.1 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 2.1 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.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 17 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.17.1/versions-maven-plugin-2.17.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.17.1/versions-maven-plugin-2.17.1.pom (13 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.17.1/versions-2.17.1.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.17.1/versions-2.17.1.pom (15 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/84/mojo-parent-84.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/84/mojo-parent-84.pom (36 kB at 7.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.17.1/versions-maven-plugin-2.17.1.jar
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.17.1/versions-maven-plugin-2.17.1.jar (302 kB at 30 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.17.1:set (default-cli) @ eo-parent ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.17.1/versions-api-2.17.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.17.1/versions-api-2.17.1.pom (568 B at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.17.1/versions-model-2.17.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.17.1/versions-model-2.17.1.pom (2.3 kB at 564 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 528 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 5.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.17.1/versions-model-report-2.17.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.17.1/versions-model-report-2.17.1.pom (2.5 kB at 360 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.17.1/versions-common-2.17.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.17.1/versions-common-2.17.1.pom (5.4 kB at 1.1 MB/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 478 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 5.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 7.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.0.0/woodstox-core-7.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.0.0/woodstox-core-7.0.0.pom (9.5 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/59/oss-parent-59.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/59/oss-parent-59.pom (24 kB at 5.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 5.9 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 6.2 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 16 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 7.7 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 1.4 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 5.9 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 14 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.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 941 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 1.3 MB/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 307 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 4.4 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 308 kB/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 1.9 MB/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 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 4.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 15 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 593 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 961 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 4.5 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 1.6 MB/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 1.3 MB/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 3.9 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 1.4 MB/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 4.5 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 4.6 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 3.2 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 620 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 388 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 851 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 3.4 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 188 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 1.2 MB/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 876 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 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom (20 kB at 5.0 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 2.2 MB/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 5.5 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 12 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 1.7 MB/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 3.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 4.8 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 14 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 4.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 4.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 993 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 3.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 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 6.6 MB/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 527 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 4.5 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 415 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 1.0 MB/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 2.1 MB/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 664 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 1.9 MB/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 1.0 MB/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 494 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 548 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 496 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 705 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 886 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 7.2 MB/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 4.5 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 2.0 MB/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 2.7 MB/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 2.5 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 7.3 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 3.5 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 6.1 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 6.0 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 16 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 3.9 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 3.1 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 15 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 5.1 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 1.8 MB/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 1.5 MB/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 36 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 49 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 33 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 1.5 MB/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 244 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 41 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 667 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 562 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 173 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 2.2 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 2.3 MB/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 47 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 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 1.3 MB/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 686 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 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 935 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 656 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom (1.7 kB at 419 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom (1.9 kB at 467 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 5.5 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 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.3.202401111512-r/org.eclipse.jgit-5.13.3.202401111512-r.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.3.202401111512-r/org.eclipse.jgit-5.13.3.202401111512-r.pom (7.6 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.3.202401111512-r/org.eclipse.jgit-parent-5.13.3.202401111512-r.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.3.202401111512-r/org.eclipse.jgit-parent-5.13.3.202401111512-r.pom (34 kB at 5.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 1.0 MB/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 1.3 MB/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 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.17.1/versions-api-2.17.1.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.17.1/versions-api-2.17.1.jar (6.4 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.17.1/versions-model-2.17.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.17.1/versions-model-report-2.17.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.17.1/versions-common-2.17.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
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
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.17.1/versions-model-report-2.17.1.jar (46 kB at 9.3 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
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.17.1/versions-model-2.17.1.jar (13 kB at 1.6 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
Downloaded2from3Maven: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 9.2 MB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded2from9Maven:khttps://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 1.8 MB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
Downloaded3from1Maven:khttps://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 2.4 MB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.17.1/versions-common-2.17.1.jar (172 kB at 14 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
Downloaded5from7Maven: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 3.6 MB/s)
Downloaded 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 (60 kB at 4.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar
Downloaded3from3Maven: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 9.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded3from5Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 34 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 2.1 MB/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
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 2.8 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
Downloaded2from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 3.9 MB/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
Downloaded3from2Maven: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 488 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar
Downloaded4from7Maven: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 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar (509 kB at 20 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 7.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 5.6 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded3from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 1.9 MB/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
Downloaded5from5Maven: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 313 kB/s)
Downloading)from1Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar (251 kB at 6.6 MB/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
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar (373 kB at 8.9 MB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded 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 (16 kB at 389 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded3from5Maven: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 1.5 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.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 7.3 MB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded 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 (17 kB at 386 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded2from3Maven: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 388 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 17 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 168 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 7.9 MB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded3from4Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 1.1 MB/s)
Downloaded4from4Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 5.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded3from6Maven:Bhttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.0.0/woodstox-core-7.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.jar (10 kB at 148 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
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 4.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 7.4 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.3.202401111512-r/org.eclipse.jgit-5.13.3.202401111512-r.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (193 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 1.1 MB/s)
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 1.9 MB/s)
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 7.0 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.0.0/woodstox-core-7.0.0.jar (1.6 MB at 15 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.3.202401111512-r/org.eclipse.jgit-5.13.3.202401111512-r.jar (2.8 MB at 19 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.50.0
[INFO] Processing org.eolang:eo-parent
[INFO] Updating project org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.50.0
[INFO]
[INFO] Processing org.eolang:eo-maven-plugin
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.50.0
[INFO]
[INFO] Processing org.eolang:eo-parser
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.50.0
[INFO]
[INFO] Processing org.eolang:eo-runtime
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.50.0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 1.0-SNAPSHOT:
[INFO]
[INFO] eo ................................................. SUCCESS [ 1.412 s]
[INFO] eo-parser .......................................... SKIPPED
[INFO] eo-maven-plugin .................................... SKIPPED
[INFO] eo-runtime ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.827 s
[INFO] Finished at: 2024-12-27T10:57:56Z
[INFO] ------------------------------------------------------------------------
0m0m[__rultor 27abe8bef] 0.50.0
4 files changed, 4 insertions(+), 4 deletions(-)
[1;34mINFOm] Scanning for projects...
[1;33mWARNINGm]
[1;33mWARNINGm] Some problems were encountered while building the effective model for org.eolang:eo-parser:jar:0.50.0
[1;33mWARNINGm] 'build.plugins.plugin.version' for org.codehaus.gmaven:groovy-maven-plugin is missing. @ line 192, column 15
[1;33mWARNINGm]
[1;33mWARNINGm] It is highly recommended to fix these problems because they threaten the stability of your build.
[1;33mWARNINGm]
[1;33mWARNINGm] For this reason, future Maven versions might no longer support building such malformed projects.
[1;33mWARNINGm]
[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.50.0 [1/4]m
[1;34mINFOm] from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.pom90m (24 kB at 110 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/5.0.0-alpha-11/groovy-bom-5.0.0-alpha-11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/5.0.0-alpha-11/groovy-bom-5.0.0-alpha-11.pom90m (28 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.pom90m (23 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.jar
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.jar90m (7.8 MB at 34 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.jar90m (216 kB at 15 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.4.0:cleanm 1m(default-clean)m @ 36meo-parent0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0:enforcem 1m(enforce-java)m @ 36meo-parent0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom90m (3.7 kB at 934 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/13/plexus-13.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/13/plexus-13.pom90m (27 kB at 6.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom90m (5.6 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.pom90m (3.8 kB at 750 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.pom90m (5.4 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom90m (5.0 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar90m (93 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.jar90m (15 kB at 2.4 MB/s)0m
Downloaded90m from80mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.jar90m (147 kB at 7.0 MB/s)0m
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar90m (389 kB at 14 MB/s)0m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0: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
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom90m (2.1 kB at 301 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom90m (21 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom90m (8.8 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/10/plexus-10.pom90m (25 kB at 6.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom90m (30 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/51/commons-parent-51.pom90m (78 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom90m (1.8 kB at 450 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom90m (1.5 kB at 497 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/inject/javax.inject/1/javax.inject-1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/inject/javax.inject/1/javax.inject-1.pom90m (612 B at 204 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom90m (2.5 kB at 638 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom90m (2.1 kB at 424 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom90m (3.4 kB at 679 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom90m (3.2 kB at 802 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom90m (2.6 kB at 643 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom90m (2.1 kB at 537 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.pom90m (20 kB at 4.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/52/commons-parent-52.pom90m (79 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom90m (5.1 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom90m (21 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/54/commons-parent-54.pom90m (82 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/27/apache-27.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/27/apache-27.pom90m (20 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom90m (31 kB at 6.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom90m (5.1 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom90m (3.1 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom90m (2.8 kB at 563 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom90m (9.7 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/oss/oss-parent/9/oss-parent-9.pom90m (6.6 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom90m (3.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom90m (2.2 kB at 562 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom90m (3.5 kB at 878 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom90m (22 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom90m (8.2 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/8/plexus-8.pom90m (25 kB at 6.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom90m (2.0 kB at 503 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.pom90m (2.0 kB at 677 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom90m (8.0 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom90m (3.8 kB at 950 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom90m (12 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom90m (77 kB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom90m (7.2 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom90m (5.7 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom90m (4.7 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom90m (14 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom90m (1.2 kB at 394 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom90m (6.8 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom90m (1.7 kB at 434 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom90m (2.8 kB at 707 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom90m (3.1 kB at 781 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-master/3.4/antlr-master-3.4.pom90m (9.4 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.6.0/jna-5.6.0.pom90m (1.6 kB at 395 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom90m (1.8 kB at 900 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom90m (1.2 kB at 388 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom90m (1.7 kB at 416 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom90m (4.3 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/oss/oss-parent/6/oss-parent-6.pom90m (4.8 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom90m (804 B at 268 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom90m (1.3 kB at 436 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom90m (996 B at 332 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom90m (971 B at 194 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom90m (1.3 kB at 646 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom90m (1.1 kB at 286 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom90m (1.1 kB at 375 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom90m (2.0 kB at 680 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom90m (3.0 kB at 987 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/12/spice-parent-12.pom90m (6.8 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/4/forge-parent-4.pom90m (8.4 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom90m (5.1 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom90m (9.0 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom90m (2.1 kB at 516 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson/2.10.1/gson-2.10.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson/2.10.1/gson-2.10.1.pom90m (9.4 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom90m (13 kB at 4.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar90m (110 kB at 22 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/inject/javax.inject/1/javax.inject-1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/inject/javax.inject/1/javax.inject-1.jar90m (2.5 kB at 277 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar90m (8.9 kB at 889 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded90m from50mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar90m (84 kB at 5.6 MB/s)0m
90mDownloading4from70mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar90m (578 kB at 28 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar90m (37 kB at 2.0 MB/s)0m
90mDownloading2from20mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar90m (40 kB at 2.1 MB/s)0m
Downloaded90m from30mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar90m (238 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar90m (73 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.jar90m (327 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
Downloaded90m from10mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar90m (69 kB at 2.7 MB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar90m (68 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
90mDownloading0from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar90m (17 kB at 406 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar90m (63 kB at 1.2 MB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar90m (950 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar90m (945 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar90m (72 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar90m (164 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar90m (762 kB at 8.7 MB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar90m (12 kB at 134 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar90m (248 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar90m (9.6 kB at 101 kB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar90m (6.6 kB at 67 kB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar90m (5.3 kB at 53 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar90m (4.3 kB at 42 kB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar90m (7.8 kB at 75 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar90m (3.8 kB at 36 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar90m (269 kB at 2.3 MB/s)0m
90mDownloading1from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.jar90m (1.9 MB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar90m (28 kB at 233 kB/s)0m
90mDownloading2from.0mMaven90m:2https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson/2.10.1/gson-2.10.1.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar90m (13 kB at 112 kB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar90m (370 kB at 2.9 MB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/code/gson/gson/2.10.1/gson-2.10.1.jar90m (283 kB at 2.1 MB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar90m (2.7 MB at 19 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar90m (4.3 MB at 25 MB/s)0m
[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: 27abe8b at timestamp: 2024-12-27T10:58:00
[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
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom90m (159 B at 32 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom90m (8.0 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.10.12/ant-1.10.12.pom90m (17 kB at 8.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom90m (6.5 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom90m (3.2 kB at 791 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar90m (9.4 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.10.12/ant-1.10.12.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar90m (19 kB at 6.2 MB/s)0m
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar90m (264 kB at 29 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.10.12/ant-1.10.12.jar90m (2.3 MB at 52 MB/s)0m
[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/fibonacci/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/main/resources/org/eolang/maven/pre/align-test-classes.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/remove-high-level-inner-classes.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/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/main/resources/org/eolang/maven/unphi/atoms-with-bound-attrs.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/normalize-bytes.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/wrap-bytes.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/_funcs.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_stepped.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/blank-xsd-schema.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/clean-up.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/const-to-dataized.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti-adds-errors.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/move-voids-up.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/phi/incorrect-inners.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-phi.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-salty-phi.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/wrap-default-package.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo-reversed.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/wrap-data.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/resolve-before-star.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/validate-before-stars.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/wrap-method-calls.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/xs3p/xs3p.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;32mlicense:2.5.0:check-file-headerm 1m(check-licenses)m @ 36meo-parent0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom90m (3.9 kB at 977 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom90m (17 kB at 5.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/43/maven-parent-43.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/43/maven-parent-43.pom90m (50 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/33/apache-33.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/33/apache-33.pom90m (24 kB at 6.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom90m (5.6 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom90m (1.4 kB at 464 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.17.0/commons-io-2.17.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.17.0/commons-io-2.17.0.pom90m (20 kB at 6.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/74/commons-parent-74.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/74/commons-parent-74.pom90m (78 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom90m (31 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/73/commons-parent-73.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/73/commons-parent-73.pom90m (78 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom90m (2.8 kB at 931 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom90m (8.8 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom90m (5.6 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom90m (5.9 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom90m (5.8 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom90m (12 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom90m (17 kB at 5.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom90m (24 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom90m (20 kB at 6.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom90m (7.8 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom90m (2.3 kB at 755 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom90m (7.4 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom90m (2.9 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom90m (2.5 kB at 836 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom90m (4.1 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/19/plexus-19.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/19/plexus-19.pom90m (25 kB at 8.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom90m (12 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom90m (9.5 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-master/7/velocity-master-7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-master/7/velocity-master-7.pom90m (7.9 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom90m (2.6 kB at 171 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom90m (8.0 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-master/4/velocity-master-4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-master/4/velocity-master-4.pom90m (7.8 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom90m (10 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom90m (14 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom90m (18 kB at 4.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom90m (11 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/14/commons-parent-14.pom90m (31 kB at 7.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom90m (18 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/5/commons-parent-5.pom90m (16 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom90m (31 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/50/commons-parent-50.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/50/commons-parent-50.pom90m (76 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom90m (7.5 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom90m (2.9 kB at 954 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom90m (5.4 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.pom90m (4.2 kB at 841 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom90m (5.8 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom90m (4.3 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom90m (23 kB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/airlift/aircompressor/0.27/aircompressor-0.27.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mio/airlift/aircompressor/0.27/aircompressor-0.27.pom90m (5.8 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/airlift/airbase/112/airbase-112.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mio/airlift/airbase/112/airbase-112.pom90m (69 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom90m (5.7 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tukaani/xz/1.9/xz-1.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tukaani/xz/1.9/xz-1.9.pom90m (2.0 kB at 682 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom90m (2.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom90m (13 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom90m (4.5 kB at 895 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/processor/1.3/processor-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/processor/1.3/processor-1.3.pom90m (7.0 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom90m (4.5 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom90m (21 kB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom90m (67 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.18.0/commons-io-2.18.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.18.0/commons-io-2.18.0.pom90m (20 kB at 6.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/78/commons-parent-78.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/78/commons-parent-78.pom90m (78 kB at 20 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/freemarker/freemarker/2.3.33/freemarker-2.3.33.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/freemarker/freemarker/2.3.33/freemarker-2.3.33.pom90m (3.5 kB at 877 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom90m (6.6 kB at 3.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom90m (15 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom90m (5.0 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom90m (12 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.pom90m (14 kB at 7.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/42/commons-parent-42.pom90m (68 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/18/apache-18.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/18/apache-18.pom90m (16 kB at 3.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.pom90m (5.0 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j/2.24.2/log4j-2.24.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j/2.24.2/log4j-2.24.2.pom90m (35 kB at 8.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom90m (12 kB at 4.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom90m (53 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom90m (27 kB at 9.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom90m (19 kB at 6.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom90m (6.5 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/58/oss-parent-58.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/58/oss-parent-58.pom90m (24 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom90m (9.6 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom90m (15 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.7/project-1.0.7.pom90m (14 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom90m (3.2 kB at 197 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom90m (5.7 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.pom90m (4.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom90m (1.1 kB at 555 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.pom90m (6.3 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi/5.3.0/poi-5.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi/5.3.0/poi-5.3.0.pom90m (3.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom90m (29 kB at 7.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom90m (4.8 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j/2.23.1/log4j-2.23.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j/2.23.1/log4j-2.23.1.pom90m (37 kB at 9.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.23.1/log4j-bom-2.23.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.23.1/log4j-bom-2.23.1.pom90m (12 kB at 4.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/10.6.0/logging-parent-10.6.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/10.6.0/logging-parent-10.6.0.pom90m (54 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-bom/3.0.21/groovy-bom-3.0.21.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-bom/3.0.21/groovy-bom-3.0.21.pom90m (26 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom90m (18 kB at 6.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom90m (6.5 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/56/oss-parent-56.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/56/oss-parent-56.pom90m (24 kB at 7.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-bom/9.4.54.v20240208/jetty-bom-9.4.54.v20240208.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-bom/9.4.54.v20240208/jetty-bom-9.4.54.v20240208.pom90m (18 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mio/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom90m (26 kB at 8.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mio/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom90m (14 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.32/spring-framework-bom-5.3.32.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/springframework/spring-framework-bom/5.3.32/spring-framework-bom-5.3.32.pom90m (5.7 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.pom90m (2.6 kB at 867 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.pom90m (4.9 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom90m (4.4 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.pom90m (28 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/odftoolkit/odftoolkit/0.9.0/odftoolkit-0.9.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/odftoolkit/odftoolkit/0.9.0/odftoolkit-0.9.0.pom90m (28 kB at 7.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom90m (3.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom90m (2.7 kB at 887 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-core/3.17.0/jena-core-3.17.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-core/3.17.0/jena-core-3.17.0.pom90m (9.2 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena/3.17.0/jena-3.17.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena/3.17.0/jena-3.17.0.pom90m (37 kB at 9.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.14.0/log4j-bom-2.14.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-bom/2.14.0/log4j-bom-2.14.0.pom90m (8.1 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/3/logging-parent-3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/logging/logging-parent/3/logging-parent-3.pom90m (3.1 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-base/3.17.0/jena-base-3.17.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-base/3.17.0/jena-base-3.17.0.pom90m (5.9 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.pom90m (2.5 kB at 626 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-csv/1.8/commons-csv-1.8.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-csv/1.8/commons-csv-1.8.pom90m (20 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.8.0/commons-io-2.8.0.pom90m (16 kB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.15/commons-codec-1.15.pom90m (15 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.20/commons-compress-1.20.pom90m (18 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.pom90m (2.1 kB at 708 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.pom90m (4.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-cli/commons-cli/1.4/commons-cli-1.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-cli/commons-cli/1.4/commons-cli-1.4.pom90m (11 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.pom90m (14 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.pom90m (10 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.pom90m (9.7 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa-parent/0.4.2/java-rdfa-parent-0.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa-parent/0.4.2/java-rdfa-parent-0.4.2.pom90m (7.8 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/0.9.1/jena-iri-0.9.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/0.9.1/jena-iri-0.9.1.pom90m (5.4 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-parent/1/jena-parent-1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-parent/1/jena-parent-1.pom90m (8.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar90m (168 kB at 24 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar90m (11 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar90m (9.8 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar90m (21 kB at 7.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar
Downloaded90m from60mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar90m (50 kB at 10 MB/s)0m
90mDownloading6from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar
Downloaded90m fromB0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar90m (86 kB at 14 MB/s)0m
90mDownloading1from50mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar90m (86 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar90m (44 kB at 6.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar90m (151 kB at 22 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar90m (16 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
Downloaded90m from10mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar90m (5.7 kB at 567 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
Downloaded90m from20mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar90m (17 kB at 1.4 MB/s)0m
90mDownloading1from10mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar
Downloaded90m from20mMaven90m:2https://repo.maven.apache.org/maven2/0mcom/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar90m (35 kB at 2.7 MB/s)0m
90mDownloading1from10mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar90m (217 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar90m (54 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar90m (242 kB at 15 MB/s)0m
90mDownloading2from10mMaven90m:7https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.jar90m (27 kB at 1.6 MB/s)0m
90mDownloading2from10mMaven90m:5https://repo.maven.apache.org/maven2/0mio/airlift/aircompressor/0.27/aircompressor-0.27.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar90m (35 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/tukaani/xz/1.9/xz-1.9.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar90m (225 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar90m (510 kB at 21 MB/s)0m
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.jar90m (79 kB at 3.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar
90mDownloading1from50mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/tukaani/xz/1.9/xz-1.9.jar90m (116 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0mio/airlift/aircompressor/0.27/aircompressor-0.27.jar90m (255 kB at 9.4 MB/s)0m
90mDownloading0from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded90m from60mMaven90m:2https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar90m (53 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
Downloaded90m from60mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar90m (149 kB at 4.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar90m (30 kB at 720 kB/s)0m
90mDownloading0from.0mMaven90m:2https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar90m (216 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar90m (434 kB at 10 MB/s)0m
90mDownloading0from.0mMaven90m:1https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.18.0/commons-io-2.18.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar90m (193 kB at 4.2 MB/s)0m
90mDownloading1from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/freemarker/freemarker/2.3.33/freemarker-2.3.33.jar
Downloaded90m from60mMaven90m:khttps://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar90m (61 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar90m (674 kB at 10 MB/s)0m
90mDownloading1from.0mMaven90m:5https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.18.0/commons-io-2.18.0.jar90m (539 kB at 7.5 MB/s)0m
90mDownloading1from.0mMaven90m:7https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar90m (328 kB at 4.0 MB/s)0m
90mDownloading2from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.jar90m (24 kB at 271 kB/s)0m
90mDownloading2from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.jar90m (335 kB at 3.7 MB/s)0m
90mDownloading2from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar90m (786 kB at 7.0 MB/s)0m
90mDownloading3from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/freemarker/freemarker/2.3.33/freemarker-2.3.33.jar90m (1.9 MB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi/5.3.0/poi-5.3.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.jar90m (348 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar90m (475 kB at 3.9 MB/s)0m
90mDownloading3from.0mMaven90m:0https://repo.maven.apache.org/maven2/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar90m (26 kB at 194 kB/s)0m
90mDownloading4from.0mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar90m (2.2 MB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.jar90m (2.2 MB at 9.3 MB/s)0m
90mDownloading6from.0mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar90m (6.7 MB at 28 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/poi/poi/5.3.0/poi-5.3.0.jar90m (3.0 MB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar90m (117 kB at 471 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar90m (1.1 MB at 4.0 MB/s)0m
90mDownloading1from.0mMaven90m:6https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar90m (221 kB at 799 kB/s)0m
90mDownloading2from.0mMaven90m:6https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-core/3.17.0/jena-core-3.17.0.jar
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.jar90m (2.0 MB at 7.3 MB/s)0m
90mDownloading4from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-base/3.17.0/jena-base-3.17.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-base/3.17.0/jena-base-3.17.0.jar90m (228 kB at 748 kB/s)0m
90mDownloading5from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.jar
Downloaded90m from60mMaven90m:/https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar90m (1.4 MB at 4.4 MB/s)0m
90mDownloading6fromB0mMaven90m:Mhttps://repo.maven.apache.org/maven2/0morg/apache/commons/commons-csv/1.8/commons-csv-1.8.jar
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.jar90m (6.0 MB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-csv/1.8/commons-csv-1.8.jar90m (49 kB at 154 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.jar90m (165 kB at 514 kB/s)0m
90mDownloading1from.0mMaven90m:1https://repo.maven.apache.org/maven2/0mcommons-cli/commons-cli/1.4/commons-cli-1.4.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.jar90m (137 kB at 422 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.jar
Downloaded90m from30mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-core/3.17.0/jena-core-3.17.0.jar90m (1.7 MB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-cli/commons-cli/1.4/commons-cli-1.4.jar90m (54 kB at 164 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.jar90m (190 kB at 570 kB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.jar90m (197 kB at 586 kB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.jar90m (61 kB at 181 kB/s)0m
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.jar90m (3.6 MB at 9.8 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.jar90m (3.0 MB at 7.8 MB/s)0m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[1;34mINFOm] Will search files to update from root /home/r/repo/src
[1;34mINFOm] Scan 5 files header done in 51.088ms.
[1;34mINFOm]
* add header on 5 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.2:installm 1m(default-install)m @ 36meo-parent0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom90m (2.9 kB at 714 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom90m (22 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom90m (2.7 kB at 893 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar90m (196 kB at 28 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar90m (157 kB at 20 MB/s)0m
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parser0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-parser 0.50.0 [2/4]m
[1;34mINFOm] from eo-parser/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml90m (403 B at 101 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom90m (4.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom90m (17 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/planet57/buildsupport/public-parent/2/public-parent-2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/planet57/buildsupport/public-parent/2/public-parent-2.pom90m (1.4 kB at 463 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/planet57/buildsupport/buildsupport/2/buildsupport-2.pom90m (23 kB at 5.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar90m (38 kB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.pom90m (5.9 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom90m (4.8 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-maven-plugin/4.13.1/antlr4-maven-plugin-4.13.1.jar90m (30 kB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.36/lombok-1.18.36.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.36/lombok-1.18.36.pom90m (1.5 kB at 495 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.56.1/cactoos-0.56.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.56.1/cactoos-0.56.1.pom90m (10 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom90m (346 B at 173 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.22.1/xsline-0.22.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.22.1/xsline-0.22.1.pom90m (6.0 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.pom90m (7.4 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.39.0/jcabi-1.39.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.39.0/jcabi-1.39.0.pom90m (5.9 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.67.0/parent-0.67.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.67.0/parent-0.67.0.pom90m (63 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom90m (5.2 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom90m (2.8 kB at 942 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom90m (13 kB at 4.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom90m (7.3 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.pom90m (4.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom90m (5.8 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom90m (14 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom90m (32 kB at 8.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom90m (10 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom90m (3.5 kB at 875 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom90m (3.8 kB at 958 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom90m (14 kB at 6.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom90m (18 kB at 8.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/71/commons-parent-71.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/71/commons-parent-71.pom90m (78 kB at 8.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom90m (5.7 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom90m (3.6 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.pom90m (4.8 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom90m (4.6 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.pom90m (10 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.pom90m (6.7 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/2.2/hamcrest-2.2.pom90m (1.1 kB at 564 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.pom90m (8.1 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.38.0/jcabi-1.38.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.38.0/jcabi-1.38.0.pom90m (5.8 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.pom90m (2.2 kB at 735 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom90m (12 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom90m (7.0 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom90m (491 B at 246 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom90m (4.3 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.pom90m (3.2 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom90m (5.6 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom90m (2.0 kB at 678 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.pom90m (2.8 kB at 944 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom90m (1.5 kB at 763 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom90m (3.2 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.pom90m (3.0 kB at 757 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.2/junit-platform-engine-1.11.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.2/junit-platform-engine-1.11.2.pom90m (3.2 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.2/junit-platform-commons-1.11.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.2/junit-platform-commons-1.11.2.pom90m (2.8 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.pom90m (2.2 kB at 737 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom90m (16 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom90m (9.3 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom90m (12 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom90m (14 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom90m (3.7 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.13.0/commons-text-1.13.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.13.0/commons-text-1.13.0.pom90m (23 kB at 7.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.pom90m (4.2 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.pom90m (4.6 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.0.5/together-0.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.0.5/together-0.0.5.pom90m (3.7 kB at 934 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.5.1/xax-0.5.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.5.1/xax-0.5.1.pom90m (5.7 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.3/snakeyaml-2.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.3/snakeyaml-2.3.pom90m (22 kB at 7.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.pom90m (3.9 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.12.0/mockito-core-5.12.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.12.0/mockito-core-5.12.0.pom90m (2.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.pom90m (16 kB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.14.15/byte-buddy-parent-1.14.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.14.15/byte-buddy-parent-1.14.15.pom90m (62 kB at 21 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.pom90m (10 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.pom90m (3.0 kB at 752 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom90m (19 kB at 6.4 MB/s)0m
[1;33mWARNINGm] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.36/lombok-1.18.36.jar
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.36/lombok-1.18.36.jar90m (2.1 MB at 54 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.56.1/cactoos-0.56.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.22.1/xsline-0.22.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
Downloaded90m from50mMaven90m:Bhttps://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.22.1/xsline-0.22.1.jar90m (41 kB at 8.3 MB/s)0m
90mDownloading8from10mMaven90m:.https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.56.1/cactoos-0.56.1.jar90m (351 kB at 23 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar90m (109 kB at 5.8 MB/s)0m
90mDownloading0from.0mMaven90m:1https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar90m (166 kB at 7.9 MB/s)0m
90mDownloading0from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar90m (232 kB at 6.6 MB/s)0m
90mDownloading1from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar90m (373 kB at 7.2 MB/s)0m
90mDownloading1from.0mMaven90m:7https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar90m (798 kB at 15 MB/s)0m
90mDownloading1from.0mMaven90m:8https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.jar90m (48 kB at 731 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar90m (326 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar90m (1.0 MB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar90m (13 kB at 181 kB/s)0m
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar90m (53 kB at 726 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar90m (851 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.jar
90mDownloading2from.0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar90m (69 kB at 902 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar90m (23 kB at 298 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar90m (93 kB at 1.1 MB/s)0m
90mDownloading2from.0mMaven90m:8https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.jar90m (58 kB at 705 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded90m from50mMaven90m:1https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar90m (40 kB at 470 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.jar90m (92 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar90m (2.3 kB at 26 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.jar90m (127 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar90m (14 kB at 161 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.jar90m (142 kB at 1.5 MB/s)0m
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.jar90m (216 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar90m (20 kB at 210 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.jar
90mDownloading2from.0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.jar
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar90m (6.8 kB at 72 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.jar90m (11 kB at 105 kB/s)0m
90mDownloading2from.0mMaven90m:1https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.jar90m (189 kB at 1.8 MB/s)0m
90mDownloading2from.0mMaven90m:9https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.jar90m (198 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar90m (78 kB at 630 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.jar90m (592 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar90m (31 kB at 241 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.jar
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar90m (553 kB at 4.3 MB/s)0m
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar90m (332 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.jar
90mDownloading3from.0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.0.5/together-0.0.5.jar
Downloaded90m from50mMaven90m:2https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.jar90m (6.1 kB at 46 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.5.1/xax-0.5.1.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.0.5/together-0.0.5.jar90m (7.2 kB at 54 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.3/snakeyaml-2.3.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.jar90m (7.2 kB at 54 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.5.1/xax-0.5.1.jar90m (13 kB at 100 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar90m (258 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.jar90m (5.6 kB at 41 kB/s)0m
90mDownloading4from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/2.2/hamcrest-2.2.jar90m (123 kB at 857 kB/s)0m
90mDownloading4from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.12.0/mockito-core-5.12.0.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.3/snakeyaml-2.3.jar90m (342 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.jar90m (260 kB at 1.7 MB/s)0m
90mDownloading5from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.jar90m (247 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.jar90m (5.6 MB at 33 MB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.jar90m (49 kB at 292 kB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.jar90m (258 kB at 1.5 MB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.12.0/mockito-core-5.12.0.jar90m (704 kB at 4.1 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.jar90m (4.2 MB at 19 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.4.0:cleanm 1m(default-clean)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0:enforcem 1m(enforce-java)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0: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
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom90m (1.1 kB at 352 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom90m (8.3 kB at 4.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom90m (2.7 kB at 893 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom90m (5.6 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/15/spice-parent-15.pom90m (8.4 kB at 4.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom90m (8.1 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom90m (12 kB at 5.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4/4.13.1/antlr4-4.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4/4.13.1/antlr4-4.13.1.pom90m (7.6 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom90m (3.6 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom90m (2.9 kB at 715 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom90m (11 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/ST4/4.3.4/ST4-4.3.4.pom90m (4.6 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom90m (5.2 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.pom90m (4.9 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom90m (1.6 kB at 403 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom90m (16 kB at 8.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom90m (1.1 kB at 531 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar90m (27 kB at 6.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4/4.13.1/antlr4-4.13.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar90m (8.5 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar90m (267 kB at 24 MB/s)0m
90mDownloading1from70mMaven90m:3https://repo.maven.apache.org/maven2/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/antlr/ST4/4.3.4/ST4-4.3.4.jar90m (251 kB at 23 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar90m (27 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar90m (173 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar90m (326 kB at 22 MB/s)0m
Downloaded90m from10mMaven90m:4https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar90m (15 kB at 932 kB/s)0m
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar90m (61 kB at 3.4 MB/s)0m
Downloaded90m fromM0mMaven90m:Mhttps://repo.maven.apache.org/maven2/0morg/antlr/antlr4/4.13.1/antlr4-4.13.1.jar90m (1.3 MB at 42 MB/s)0m
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.jar90m (14 MB at 54 MB/s)0m
[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
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom90m (6.0 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar90m (55 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar90m (587 kB at 39 MB/s)0m
[1;34mINFOm] Copying 41 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
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom90m (2.3 kB at 763 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.0/maven-3.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.0/maven-3.0.pom90m (22 kB at 7.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/15/maven-parent-15.pom90m (24 kB at 8.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0/maven-model-3.0.pom90m (3.9 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom90m (3.3 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom90m (17 kB at 8.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom90m (1.9 kB at 964 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom90m (5.4 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom90m (3.1 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom90m (2.6 kB at 869 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom90m (1.2 kB at 416 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom90m (7.8 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/6/forge-parent-6.pom90m (11 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom90m (770 B at 257 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom90m (5.0 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom90m (4.0 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom90m (3.3 kB at 417 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom90m (5.5 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom90m (11 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0/maven-core-3.0.pom90m (6.6 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.pom90m (1.9 kB at 470 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom90m (2.2 kB at 740 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom90m (910 B at 455 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom90m (5.4 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom90m (17 kB at 5.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom90m (3.0 kB at 592 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom90m (1.9 kB at 643 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom90m (2.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom90m (2.5 kB at 823 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.pom90m (1.7 kB at 558 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom90m (7.7 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.pom90m (2.1 kB at 687 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom90m (3.7 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom90m (1.7 kB at 580 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom90m (5.6 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom90m (4.6 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/30/maven-parent-30.pom90m (41 kB at 21 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.5/commons-io-2.5.pom90m (13 kB at 4.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom90m (4.7 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom90m (6.4 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/23/maven-parent-23.pom90m (33 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom90m (1.5 kB at 730 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/2.2.1/maven-2.2.1.pom90m (22 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/11/maven-parent-11.pom90m (32 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/5/apache-5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/5/apache-5.pom90m (4.1 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom90m (12 kB at 5.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom90m (2.2 kB at 436 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom90m (3.2 kB at 270 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom90m (6.8 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom90m (889 B at 444 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom90m (5.8 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom90m (2.0 kB at 652 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom90m (1.9 kB at 633 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom90m (7.9 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom90m (3.0 kB at 995 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom90m (2.2 kB at 723 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom90m (2.2 kB at 724 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom90m (1.6 kB at 527 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom90m (1.9 kB at 468 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom90m (1.7 kB at 569 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom90m (2.8 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom90m (3.1 kB at 222 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mbackport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mbackport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom90m (880 B at 293 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom90m (1.9 kB at 964 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom90m (2.1 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom90m (1.3 kB at 419 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom90m (4.0 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom90m (4.9 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/22/maven-parent-22.pom90m (30 kB at 7.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/11/apache-11.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/11/apache-11.pom90m (15 kB at 4.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom90m (965 B at 482 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom90m (5.1 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom90m (4.1 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/6.2/asm-6.2.pom90m (2.9 kB at 734 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/ow2/1.5/ow2-1.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/ow2/1.5/ow2-1.5.pom90m (11 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom90m (16 kB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom90m (867 B at 434 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom90m (6.0 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom90m (20 kB at 6.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/spice/spice-parent/17/spice-parent-17.pom90m (6.8 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom90m (692 B at 346 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom90m (771 B at 257 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom90m (1.3 kB at 670 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar90m (49 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0/maven-model-3.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0/maven-model-3.0.jar90m (165 kB at 27 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar90m (153 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar90m (472 kB at 43 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar90m (202 kB at 18 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar90m (222 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.jar90m (47 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar90m (38 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar90m (30 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar90m (148 kB at 8.7 MB/s)0m
90mDownloading1from20mMaven90m:0https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded90m from50mMaven90m:1https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar90m (106 kB at 5.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar90m (51 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar90m (14 kB at 645 kB/s)0m
90mDownloading2from20mMaven90m:4https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded90m from50mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.jar90m (74 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded90m from50mMaven90m:1https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar90m (61 kB at 2.4 MB/s)0m
90mDownloading5from20mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0/maven-core-3.0.jar90m (527 kB at 20 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar90m (46 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.jar90m (108 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar90m (4.3 kB at 148 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded90m from60mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar90m (29 kB at 952 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar90m (14 kB at 423 kB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar90m (167 kB at 5.2 MB/s)0m
Downloaded90m from20mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar90m (39 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
90mDownloading1from00mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/6.2/asm-6.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.5/commons-io-2.5.jar90m (209 kB at 6.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar90m (27 kB at 752 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded90m from10mMaven90m:1https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar90m (4.7 kB at 127 kB/s)0m
Downloaded90m fromk0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/6.2/asm-6.2.jar90m (111 kB at 2.9 MB/s)0m
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar90m (21 kB at 560 kB/s)0m
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar90m (317 kB at 6.5 MB/s)0m
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar90m (52 kB at 399 kB/s)0m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 34 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 218 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 14 source files to /home/r/repo/eo-parser/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.3.1:testm 1m(default-test)m @ 36meo-parser0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.pom90m (3.5 kB at 588 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.pom90m (3.3 kB at 815 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.pom90m (4.1 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.pom90m (3.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.pom90m (7.8 kB at 3.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.pom90m (4.8 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.pom90m (1.8 kB at 587 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom90m (4.3 kB at 134 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/15/plexus-15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/15/plexus-15.pom90m (28 kB at 9.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.6/asm-9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.6/asm-9.6.pom90m (2.4 kB at 54 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/ow2/1.5.1/ow2-1.5.1.pom90m (11 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom90m (17 kB at 5.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.jar90m (171 kB at 24 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.jar90m (14 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.jar
Downloaded90m from10mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.jar90m (26 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.jar90m (8.2 kB at 1.4 MB/s)0m
90mDownloading1fromB0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.6/asm-9.6.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.jar90m (118 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar90m (58 kB at 6.4 MB/s)0m
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.jar90m (309 kB at 31 MB/s)0m
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.6/asm-9.6.jar90m (124 kB at 11 MB/s)0m
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar90m (334 kB at 24 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.jar90m (2.8 MB at 34 MB/s)0m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-parser0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom90m (5.1 kB at 166 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom90m (1.6 kB at 539 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom90m (16 kB at 5.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom90m (2.5 kB at 832 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom90m (17 kB at 8.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom90m (45 kB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom90m (11 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.2/objenesis-3.2.pom90m (3.0 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom90m (18 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom90m (5.2 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom90m (6.5 kB at 3.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom90m (4.9 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom90m (5.5 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.0.5/maven-3.0.5.pom90m (22 kB at 7.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom90m (2.9 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom90m (1.8 kB at 916 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom90m (2.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom90m (815 B at 408 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom90m (4.2 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom90m (1.9 kB at 946 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom90m (1.6 kB at 816 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom90m (2.7 kB at 665 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom90m (6.1 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom90m (3.8 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom90m (3.0 kB at 760 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom90m (1.2 kB at 400 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom90m (3.2 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom90m (11 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom90m (3.9 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom90m (4.0 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom90m (7.1 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom90m (10 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom90m (11 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom90m (1.1 kB at 571 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom90m (11 kB at 5.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom90m (2.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom90m (2.8 kB at 939 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom90m (1.4 kB at 475 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether/1.13.1/aether-1.13.1.pom90m (10 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom90m (1.4 kB at 724 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom90m (1.7 kB at 862 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom90m (2.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom90m (2.1 kB at 704 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/1.1.0/aether-1.1.0.pom90m (26 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom90m (2.3 kB at 768 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom90m (11 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/3/jvnet-parent-3.pom90m (4.8 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom90m (3.0 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.8.6/maven-3.8.6.pom90m (27 kB at 9.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/35/maven-parent-35.pom90m (45 kB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/25/apache-25.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/25/apache-25.pom90m (21 kB at 6.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom90m (2.8 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom90m (5.3 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom90m (2.4 kB at 798 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom90m (4.3 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom90m (14 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom90m (13 kB at 4.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom90m (14 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom90m (7.3 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom90m (4.1 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom90m (7.6 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom90m (1.9 kB at 946 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom90m (2.5 kB at 847 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom90m (1.4 kB at 351 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom90m (3.2 kB at 808 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom90m (4.4 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom90m (2.1 kB at 705 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom90m (3.4 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom90m (4.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom90m (19 kB at 9.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom90m (2.7 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom90m (2.8 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom90m (4.2 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/4.2.2/guice-4.2.2.pom90m (11 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom90m (16 kB at 8.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/google/5/google-5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/google/5/google-5.pom90m (2.5 kB at 819 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.pom90m (363 B at 8.6 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.pom90m (11 kB at 407 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom90m (15 kB at 4.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom90m (2.4 kB at 804 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom90m (10 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom90m (2.3 kB at 95 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom90m (4.3 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom90m (2.1 kB at 523 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom90m (2.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom90m (11 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom90m (2.8 kB at 921 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom90m (2.6 kB at 876 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom90m (21 kB at 6.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom90m (4.8 kB at 252 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom90m (15 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.pom90m (6.3 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-parent/26/weld-parent-26.pom90m (32 kB at 8.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom90m (3.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom90m (14 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom90m (5.2 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar90m (51 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.2/objenesis-3.2.jar90m (49 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded90m from50mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar90m (61 kB at 8.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded90m from20mMaven90m:9https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar90m (8.4 kB at 936 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded90m from20mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar90m (99 kB at 8.3 MB/s)0m
90mDownloading2from50mMaven90m:3https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar90m (150 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar90m (79 kB at 4.4 MB/s)0m
90mDownloading2from50mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar90m (47 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar90m (257 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar90m (262 kB at 6.1 MB/s)0m
90mDownloading1from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar90m (216 kB at 4.8 MB/s)0m
90mDownloading1from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar90m (44 kB at 661 kB/s)0m
90mDownloading2from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar90m (42 kB at 584 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar90m (24 kB at 307 kB/s)0m
90mDownloading2from.0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar90m (646 kB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar90m (13 kB at 153 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar90m (14 kB at 162 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar90m (28 kB at 319 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar90m (663 kB at 7.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar90m (196 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar90m (67 kB at 682 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar90m (38 kB at 356 kB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar90m (169 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
90mDownloading3from.0mMaven90m:1https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar90m (180 kB at 1.6 MB/s)0m
90mDownloading3from.0mMaven90m:1https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar90m (4.5 kB at 39 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded90m fromM0mMaven90m:Mhttps://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar90m (3.8 MB at 33 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar90m (4.6 kB at 39 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded90m from10mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar90m (379 kB at 3.0 MB/s)0m
Downloaded90m from10mMaven90m:5https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar90m (2.2 kB at 18 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
90mDownloading2from50mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded90m from10mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar90m (521 kB at 4.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar90m (20 kB at 156 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar90m (16 kB at 125 kB/s)0m
90mDownloading2from50mMaven90m:.https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar90m (8.8 kB at 67 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar90m (209 kB at 1.5 MB/s)0m
90mDownloading2from50mMaven90m:.https://repo.maven.apache.org/maven2/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar90m (26 kB at 188 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar90m (154 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar90m (208 kB at 1.5 MB/s)0m
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.jar90m (71 kB at 490 kB/s)0m
Downloaded90m from10mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar90m (58 kB at 390 kB/s)0m
Downloaded90m from10mMaven90m:Mhttps://repo.maven.apache.org/maven2/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.jar90m (3.0 MB at 17 MB/s)0m
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar90m (15 MB at 47 MB/s)0m
[1;34mINFOm] Versionalizing /home/r/repo/eo-parser/target/classes directory
[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.4.2:jarm 1m(default-jar)m @ 36meo-parser0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom90m (4.5 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom90m (4.4 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom90m (6.0 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom90m (3.9 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom90m (22 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/66/commons-parent-66.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/66/commons-parent-66.pom90m (77 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom90m (16 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/iq80/snappy/snappy/0.4/snappy-0.4.pom90m (15 kB at 7.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom90m (2.0 kB at 65 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar90m (36 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar
90mDownloading1from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
90mDownloading2from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar90m (27 kB at 6.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded90m from90mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar90m (225 kB at 37 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar90m (79 kB at 13 MB/s)0m
Downloaded90m from60mMaven90m:1https://repo.maven.apache.org/maven2/0morg/iq80/snappy/snappy/0.4/snappy-0.4.jar90m (58 kB at 9.7 MB/s)0m
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar90m (1.1 MB at 51 MB/s)0m
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar90m (365 kB at 17 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar90m (6.8 MB at 50 MB/s)0m
[1;34mINFOm] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.50.0.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/_funcs.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_stepped.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/blank-xsd-schema.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/clean-up.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/const-to-dataized.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti-adds-errors.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/move-voids-up.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/phi/incorrect-inners.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-phi.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-salty-phi.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/wrap-default-package.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo-reversed.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/wrap-data.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/resolve-before-star.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/validate-before-stars.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/wrap-method-calls.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-parser/src/main/xs3p/xs3p.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;32mlicense:2.5.0:check-file-headerm 1m(check-licenses)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-parser/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-parser/target/generated-sources
[1;34mINFOm] Scan 89 files header done in 591.417ms.
[1;34mINFOm]
* add header on 89 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.2: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.50.0/eo-parser-0.50.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.eolang:eo-maven-plugin0;1m >---------------------m
[1;34mINFOm] 1mBuilding eo-maven-plugin 0.50.0 [3/4]m
[1;34mINFOm] from eo-maven-plugin/pom.xml
[1;34mINFOm] 1m----------------------------[ maven-plugin ]----------------------------m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.26/lints-0.0.26.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.26/lints-0.0.26.pom90m (10 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom90m (1.7 kB at 575 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.pom90m (6.8 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom90m (5.9 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mde/jollyday/jollyday/0.4.9/jollyday-0.4.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mde/jollyday/jollyday/0.4.9/jollyday-0.4.9.pom90m (11 kB at 5.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.4/joda-time-2.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.4/joda-time-2.4.pom90m (26 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom90m (20 kB at 9.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.pom90m (8.1 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/5/jvnet-parent-5.pom90m (8.9 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom90m (4.9 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/activation/all/1.2.0/all-1.2.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/activation/all/1.2.0/all-1.2.0.pom90m (18 kB at 9.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/1/jvnet-parent-1.pom90m (4.7 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.pom90m (3.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-parent/7.7.3/lucene-parent-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-parent/7.7.3/lucene-parent-7.7.3.pom90m (5.0 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-solr-grandparent/7.7.3/lucene-solr-grandparent-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-solr-grandparent/7.7.3/lucene-solr-grandparent-7.7.3.pom90m (373 kB at 27 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.pom90m (3.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.pom90m (2.9 kB at 486 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.pom90m (3.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom90m (19 kB at 6.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.9/project-1.0.9.pom90m (16 kB at 5.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxom/xom/1.3.9/xom-1.3.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mxom/xom/1.3.9/xom-1.3.9.pom90m (1.7 kB at 576 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom90m (3.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/xalan/2.7.3/xalan-2.7.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/xalan/2.7.3/xalan-2.7.3.pom90m (384 B at 128 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/serializer/2.7.3/serializer-2.7.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/serializer/2.7.3/serializer-2.7.3.pom90m (389 B at 130 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.13.0/joda-time-2.13.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.13.0/joda-time-2.13.0.pom90m (40 kB at 8.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-core/0.39/ejml-core-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-core/0.39/ejml-core-0.39.pom90m (2.5 kB at 636 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-ddense/0.39/ejml-ddense-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-ddense/0.39/ejml-ddense-0.39.pom90m (1.9 kB at 624 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-simple/0.39/ejml-simple-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-simple/0.39/ejml-simple-0.39.pom90m (2.9 kB at 580 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fdense/0.39/ejml-fdense-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fdense/0.39/ejml-fdense-0.39.pom90m (1.9 kB at 624 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-cdense/0.39/ejml-cdense-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-cdense/0.39/ejml-cdense-0.39.pom90m (1.9 kB at 622 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-zdense/0.39/ejml-zdense-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-zdense/0.39/ejml-zdense-0.39.pom90m (1.9 kB at 622 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.pom90m (2.0 kB at 682 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.pom90m (2.0 kB at 682 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom90m (11 kB at 5.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.6/json-1.1.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.6/json-1.1.6.pom90m (19 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.5/project-1.0.5.pom90m (13 kB at 6.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom90m (2.7 kB at 887 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom90m (12 kB at 3.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.pom90m (1.6 kB at 518 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-parent/3.25.5/protobuf-parent-3.25.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-parent/3.25.5/protobuf-parent-3.25.5.pom90m (9.0 kB at 4.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-bom/3.25.5/protobuf-bom-3.25.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-bom/3.25.5/protobuf-bom-3.25.5.pom90m (3.7 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.pom90m (5.9 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons/3.0.7/istack-commons-3.0.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons/3.0.7/istack-commons-3.0.7.pom90m (14 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.pom90m (16 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/mvn/jaxb-bundles/2.4.0-b180830.0438/jaxb-bundles-2.4.0-b180830.0438.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/mvn/jaxb-bundles/2.4.0-b180830.0438/jaxb-bundles-2.4.0-b180830.0438.pom90m (2.9 kB at 967 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/mvn/jaxb-parent/2.4.0-b180830.0438/jaxb-parent-2.4.0-b180830.0438.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/mvn/jaxb-parent/2.4.0-b180830.0438/jaxb-parent-2.4.0-b180830.0438.pom90m (41 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-bom-ext/2.4.0-b180830.0438/jaxb-bom-ext-2.4.0-b180830.0438.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-bom-ext/2.4.0-b180830.0438/jaxb-bom-ext-2.4.0-b180830.0438.pom90m (5.0 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jaxb/jaxb-bom/2.4.0-b180830.0438/jaxb-bom-2.4.0-b180830.0438.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jaxb/jaxb-bom/2.4.0-b180830.0438/jaxb-bom-2.4.0-b180830.0438.pom90m (10 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parser/0.47.0/eo-parser-0.47.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parser/0.47.0/eo-parser-0.47.0.pom90m (9.1 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.47.0/eo-parent-0.47.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.47.0/eo-parent-0.47.0.pom90m (15 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.pom90m (2.9 kB at 981 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.9/maven-3.9.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.9/maven-3.9.9.pom90m (28 kB at 7.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.9/maven-model-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.9/maven-model-3.9.9.pom90m (2.7 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.pom90m (2.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.pom90m (7.1 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.9/maven-core-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.9/maven-core-3.9.9.pom90m (7.4 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.pom90m (1.8 kB at 916 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.pom90m (2.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.pom90m (1.4 kB at 683 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.pom90m (2.1 kB at 684 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.pom90m (3.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.pom90m (4.5 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom90m (2.2 kB at 740 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom90m (23 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.pom90m (2.1 kB at 693 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom90m (2.2 kB at 743 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.pom90m (4.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.pom90m (8.9 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom90m (18 kB at 8.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.pom90m (9.1 kB at 3.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.2.1-jre/guava-parent-33.2.1-jre.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.2.1-jre/guava-parent-33.2.1-jre.pom90m (19 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom90m (3.3 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.pom90m (1.5 kB at 369 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools/3.15.1/maven-plugin-tools-3.15.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools/3.15.1/maven-plugin-tools-3.15.1.pom90m (18 kB at 4.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.3/junit-bom-5.11.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.3/junit-bom-5.11.3.pom90m (5.6 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom90m (2.9 kB at 729 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom90m (11 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/24/maven-parent-24.pom90m (37 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/14/apache-14.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/14/apache-14.pom90m (15 kB at 7.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom90m (3.2 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.1/plexus-3.1.pom90m (19 kB at 9.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom90m (3.9 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom90m (492 B at 246 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom90m (5.7 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjunit/junit/3.8.1/junit-3.8.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjunit/junit/3.8.1/junit-3.8.1.pom90m (998 B at 499 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom90m (6.9 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mclassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mclassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom90m (3.1 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom90m (2.5 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom90m (1.7 kB at 578 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom90m (2.7 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom90m (19 kB at 6.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.pom90m (4.6 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom90m (3.1 kB at 448 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom90m (11 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.3.1/maven-3.3.1.pom90m (23 kB at 7.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/26/maven-parent-26.pom90m (40 kB at 13 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.14.2/farea-0.14.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.14.2/farea-0.14.2.pom90m (6.5 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.4.0/jaxec-0.4.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.4.0/jaxec-0.4.0.pom90m (4.4 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.4/tojos-0.18.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.4/tojos-0.18.4.pom90m (5.1 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom90m (6.7 kB at 2.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.4/json-1.1.4.pom90m (18 kB at 9.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom90m (12 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.9/opencsv-5.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.9/opencsv-5.9.pom90m (36 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom90m (7.6 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.pom90m (4.0 kB at 806 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.pom90m (2.4 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/4.0.0-alpha-9/maven-4.0.0-alpha-9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/4.0.0-alpha-9/maven-4.0.0-alpha-9.pom90m (29 kB at 9.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-bom/4.0.0-alpha-9/maven-bom-4.0.0-alpha-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-bom/4.0.0-alpha-9/maven-bom-4.0.0-alpha-9.pom90m (7.6 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/5.7.0/mockito-bom-5.7.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/5.7.0/mockito-bom-5.7.0.pom90m (3.0 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.pom90m (1.6 kB at 517 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api/4.0.0-alpha-9/maven-api-4.0.0-alpha-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api/4.0.0-alpha-9/maven-api-4.0.0-alpha-9.pom90m (3.7 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.pom90m (1.4 kB at 688 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom90m (9.6 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/50/oss-parent-50.pom90m (24 kB at 7.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom90m (6.3 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/38/oss-parent-38.pom90m (23 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.pom90m (16 kB at 5.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom90m (4.9 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.pom90m (4.4 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.66.0/parent-0.66.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.66.0/parent-0.66.0.pom90m (63 kB at 13 MB/s)0m
[1;33mWARNINGm] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.26/lints-0.0.26.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.26/lints-0.0.26.jar90m (112 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mde/jollyday/jollyday/0.4.9/jollyday-0.4.9.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0mcom/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar90m (12 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.jar
Downloaded90m from80mMaven90m:khttps://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar90m (125 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.jar
Downloaded90m from80mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.jar90m (265 kB at 24 MB/s)0m
90mDownloading9from20mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.jar
Downloaded90m from80mMaven90m:khttps://repo.maven.apache.org/maven2/0mde/jollyday/jollyday/0.4.9/jollyday-0.4.9.jar90m (214 kB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.jar
Downloaded90m from80mMaven90m:9https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.jar90m (280 kB at 19 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mjakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar90m (398 kB at 13 MB/s)0m
90mDownloading1from80mMaven90m:9https://repo.maven.apache.org/maven2/0mxom/xom/1.3.9/xom-1.3.9.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.jar90m (382 kB at 9.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mxom/xom/1.3.9/xom-1.3.9.jar90m (326 kB at 7.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/xalan/2.7.3/xalan-2.7.3.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.jar90m (1.7 MB at 33 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mxalan/serializer/2.7.3/serializer-2.7.3.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mxalan/serializer/2.7.3/serializer-2.7.3.jar90m (284 kB at 4.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.13.0/joda-time-2.13.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mjoda-time/joda-time/2.13.0/joda-time-2.13.0.jar90m (639 kB at 7.2 MB/s)0m
90mDownloading2from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/ejml/ejml-core/0.39/ejml-core-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-core/0.39/ejml-core-0.39.jar90m (199 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-ddense/0.39/ejml-ddense-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-ddense/0.39/ejml-ddense-0.39.jar90m (335 kB at 3.0 MB/s)0m
90mDownloading2from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/ejml/ejml-simple/0.39/ejml-simple-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-simple/0.39/ejml-simple-0.39.jar90m (178 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fdense/0.39/ejml-fdense-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar90m (1.4 MB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-cdense/0.39/ejml-cdense-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mxalan/xalan/2.7.3/xalan-2.7.3.jar90m (3.5 MB at 27 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-zdense/0.39/ejml-zdense-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-cdense/0.39/ejml-cdense-0.39.jar90m (75 kB at 578 kB/s)0m
90mDownloading2from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fdense/0.39/ejml-fdense-0.39.jar90m (334 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.jar90m (70 kB at 525 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-zdense/0.39/ejml-zdense-0.39.jar90m (75 kB at 551 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.jar90m (71 kB at 518 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar90m (57 kB at 399 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar90m (128 kB at 865 kB/s)0m
90mDownloading4from.0mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar90m (26 kB at 170 kB/s)0m
90mDownloading4from.0mMaven90m:3https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8-models.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar90m (1.9 MB at 9.5 MB/s)0m
90mDownloading5from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.jar90m (1.1 MB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar90m (140 kB at 675 kB/s)0m
90mDownloading5from.0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.jar90m (3.1 MB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.jar90m (59 kB at 277 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.9/maven-model-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.jar90m (47 kB at 221 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.9/maven-core-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.jar90m (54 kB at 247 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.9/maven-model-3.9.9.jar90m (218 kB at 981 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.jar90m (45 kB at 197 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.jar90m (42 kB at 186 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.jar90m (14 kB at 62 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.jar90m (29 kB at 121 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.jar90m (78 kB at 314 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.9/maven-core-3.9.9.jar90m (705 kB at 2.8 MB/s)0m
90mDownloading7from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.jar90m (208 kB at 811 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.jar90m (38 kB at 145 kB/s)0m
90mDownloading7from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.jar90m (52 kB at 194 kB/s)0m
90mDownloading7from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.jar90m (320 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar90m (157 kB at 575 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar90m (196 kB at 705 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar90m (4.7 kB at 17 kB/s)0m
90mDownloading7from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.jar90m (14 kB at 48 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar90m (51 kB at 173 kB/s)0m
90mDownloading8from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.jar90m (778 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar90m (194 kB at 603 kB/s)0m
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar90m (185 kB at 574 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mclassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjunit/junit/3.8.1/junit-3.8.1.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mclassworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar90m (38 kB at 115 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar90m (58 kB at 177 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mjunit/junit/3.8.1/junit-3.8.1.jar90m (121 kB at 358 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar90m (13 kB at 38 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.14.2/farea-0.14.2.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.14.2/farea-0.14.2.jar90m (39 kB at 110 kB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.jar90m (288 kB at 825 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.4/tojos-0.18.4.jar
90mDownloading8from.0mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.4.0/jaxec-0.4.0.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.4/tojos-0.18.4.jar90m (30 kB at 86 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar90m (31 kB at 88 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.4.0/jaxec-0.4.0.jar90m (8.1 kB at 23 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.9/opencsv-5.9.jar
Downloaded90m from90mMaven90m:/https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar90m (129 kB at 351 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.jar90m (9.3 MB at 25 MB/s)0m
90mDownloading8from70mMaven90m:3https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.9/opencsv-5.9.jar90m (240 kB at 646 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.jar90m (24 kB at 63 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar90m (272 kB at 719 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.jar90m (8.7 kB at 23 kB/s)0m
90mDownloading9from70mMaven90m:3https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.jar90m (12 kB at 30 kB/s)0m
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.jar90m (89 kB at 234 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar90m (196 kB at 496 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.jar90m (3.1 MB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.jar
Downloaded90m from40mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar90m (10 kB at 26 kB/s)0m
Downloaded90m from70mMaven90m:1https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.jar90m (5.4 kB at 13 kB/s)0m
Downloaded90m from70mMaven90m:1https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar90m (339 kB at 834 kB/s)0m
Downloaded90m from70mMaven90m:Mhttps://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar90m (1.6 MB at 3.8 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0medu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8-models.jar90m (474 MB at 57 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.4.0:cleanm 1m(default-clean)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0:enforcem 1m(enforce-java)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0: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 48 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.7.1:propertiesm 1m(default)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom90m (1.6 kB at 788 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.6/commons-io-2.6.pom90m (14 kB at 3.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom90m (4.5 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom90m (28 kB at 9.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom90m (2.4 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom90m (9.3 kB at 4.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/16/maven-parent-16.pom90m (23 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom90m (1.4 kB at 462 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia/1.0/doxia-1.0.pom90m (9.6 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/10/maven-parent-10.pom90m (32 kB at 7.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom90m (357 B at 119 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom90m (2.3 kB at 578 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-collections/commons-collections/2.0/commons-collections-2.0.pom90m (171 B at 57 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mdom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mdom4j/dom4j/1.1/dom4j-1.1.pom90m (142 B at 71 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.15.1/commons-io-2.15.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.15.1/commons-io-2.15.1.pom90m (20 kB at 6.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/65/commons-parent-65.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/65/commons-parent-65.pom90m (78 kB at 26 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.pom90m (6.4 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/assertj/assertj-bom/3.25.3/assertj-bom-3.25.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/assertj/assertj-bom/3.25.3/assertj-bom-3.25.3.pom90m (3.7 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.7/asm-9.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.7/asm-9.7.pom90m (2.4 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.pom90m (7.0 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom90m (11 kB at 5.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom90m (5.3 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom90m (5.1 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom90m (815 B at 272 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom90m (4.2 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom90m (17 kB at 8.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom90m (5.0 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar90m (218 kB at 36 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mdom4j/dom4j/1.1/dom4j-1.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.15.1/commons-io-2.15.1.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.jar90m (42 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.7/asm-9.7.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0mdom4j/dom4j/1.1/dom4j-1.1.jar90m (457 kB at 30 MB/s)0m
90mDownloading4from00mMaven90m:5https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar90m (502 kB at 30 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.jar90m (43 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar90m (4.2 kB at 222 kB/s)0m
Downloaded90m from50mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar90m (189 kB at 9.4 MB/s)0m
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.15.1/commons-io-2.15.1.jar90m (501 kB at 23 MB/s)0m
Downloaded90m from20mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar90m (159 kB at 7.2 MB/s)0m
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.7/asm-9.7.jar90m (125 kB at 3.9 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.13.1:helpmojom 1m(default)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.pom90m (6.8 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom90m (7.5 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.6/maven-3.9.6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.6/maven-3.9.6.pom90m (29 kB at 9.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom90m (2.7 kB at 905 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom90m (1.8 kB at 916 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom90m (2.5 kB at 820 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom90m (1.4 kB at 683 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom90m (2.1 kB at 684 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom90m (2.3 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom90m (2.9 kB at 981 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom90m (15 kB at 3.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom90m (15 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom90m (17 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom90m (15 kB at 4.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom90m (7.6 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom90m (3.5 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom90m (4.5 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom90m (2.7 kB at 901 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom90m (4.3 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom90m (3.2 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom90m (11 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom90m (21 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.pom90m (18 kB at 8.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.pom90m (4.1 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jsoup/jsoup/1.17.2/jsoup-1.17.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jsoup/jsoup/1.17.2/jsoup-1.17.2.pom90m (16 kB at 8.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.pom90m (9.2 kB at 4.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.pom90m (3.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.pom90m (5.8 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.pom90m (1.5 kB at 369 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-util/9.7/asm-util-9.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-util/9.7/asm-util-9.7.pom90m (2.9 kB at 734 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom90m (2.6 kB at 864 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.pom90m (2.5 kB at 836 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-script/3.13.1/maven-script-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-script/3.13.1/maven-script-3.13.1.pom90m (1.9 kB at 932 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.pom90m (3.4 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.pom90m (2.2 kB at 736 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.jar90m (54 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar
Downloaded90m fromB0mMaven90m:1https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar90m (28 kB at 7.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar90m (14 kB at 3.6 MB/s)0m
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar90m (42 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar
Downloaded90m from10mMaven90m:7https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar90m (38 kB at 4.7 MB/s)0m
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar90m (74 kB at 9.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar90m (318 kB at 21 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar90m (198 kB at 13 MB/s)0m
90mDownloading1from00mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar
Downloaded90m from70mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar90m (52 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar
Downloaded90m from70mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar90m (425 kB at 22 MB/s)0m
90mDownloading3from00mMaven90m:0https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar
Downloaded90m from70mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar90m (218 kB at 9.5 MB/s)0m
90mDownloading6from00mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar90m (59 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded90m from70mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar90m (47 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar
Downloaded90m from70mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar90m (12 kB at 447 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar90m (12 kB at 451 kB/s)0m
90mDownloading6from00mMaven90m:3https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar90m (702 kB at 26 MB/s)0m
90mDownloading0from.0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar90m (53 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.jar90m (44 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded90m from30mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar90m (45 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar90m (210 kB at 6.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.jar90m (19 kB at 517 kB/s)0m
90mDownloading0from.0mMaven90m:4https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.jar90m (250 kB at 5.8 MB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar90m (446 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-util/9.7/asm-util-9.7.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.jar90m (79 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar
Downloaded90m from30mMaven90m:9https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar90m (52 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.jar
Downloaded90m from30mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar90m (35 kB at 710 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-util/9.7/asm-util-9.7.jar90m (94 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.jar
Downloaded90m from30mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.jar90m (14 kB at 275 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.jar90m (14 kB at 271 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.jar90m (30 kB at 567 kB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.jar90m (15 kB at 271 kB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.jar90m (348 kB at 6.3 MB/s)0m
Downloaded90m from30mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-collections/commons-collections/3.1/commons-collections-3.1.jar90m (559 kB at 6.1 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar90m (3.0 MB at 27 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:resourcesm 1m(default-resources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 48 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 91 source files to /home/r/repo/eo-maven-plugin/target/classes
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java: /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java uses or overrides a deprecated API.
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java: Recompile with -Xlint:deprecation for details.
[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.13.1: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 24 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;32mjcabi:0.17.0:ajcm 1m(default)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Unwoven classes will be copied to /home/r/repo/eo-maven-plugin/target/unwoven
[1;34mINFOm] Created temp dir /home/r/repo/eo-maven-plugin/target/jcabi-ajc
31 warnings
[1;34mINFOm] ajc result: 165 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:copy-resourcesm 1m(copy-descriptor)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 1 resource from target/classes/META-INF/maven to target
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.13.1: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 24 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 133 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 65 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.3.1:testm 1m(default-test)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Tests are skipped.
[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/footprint/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/dependencies/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/objectionary/org-eolang-eo-maven-plugin-maven-plugin.txt added
[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/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.4.2: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.50.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.13.1:addPluginArtifactMetadatam 1m(default-addPluginArtifactMetadata)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] This Mojo is not used in Maven version 3.9.0 and above
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.7.0:installm 1m(default)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom90m (4.2 kB at 849 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.3/commons-text-1.3.pom90m (14 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/45/commons-parent-45.pom90m (73 kB at 18 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom90m (28 kB at 9.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom90m (4.5 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/4.0.21/groovy-4.0.21.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/4.0.21/groovy-4.0.21.pom90m (24 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.pom90m (23 kB at 5.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.pom90m (23 kB at 7.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar90m (34 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.3/commons-text-1.3.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/4.0.21/groovy-4.0.21.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.3/commons-text-1.3.jar90m (183 kB at 26 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.jar90m (26 kB at 4.3 MB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar90m (88 kB at 13 MB/s)0m
Downloaded90m from70mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.jar90m (130 kB at 7.6 MB/s)0m
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.jar90m (213 kB at 13 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/4.0.21/groovy-4.0.21.jar90m (7.6 MB at 51 MB/s)0m
[1;34mINFOm] Skipping artifact installation per configuration.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.7.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/fibonacci/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/main/resources/org/eolang/maven/pre/align-test-classes.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/remove-high-level-inner-classes.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/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/main/resources/org/eolang/maven/unphi/atoms-with-bound-attrs.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/normalize-bytes.xsl looks good
[1;34mINFOm] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/wrap-bytes.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;32mlicense:2.5.0:check-file-headerm 1m(check-licenses)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-maven-plugin/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-maven-plugin/target/generated-sources
[1;34mINFOm] Scan 212 files header done in 33.142ms.
[1;34mINFOm]
* add header on 212 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mgroovy:2.1.1:executem 1m(project-validate)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.pom90m (22 kB at 5.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy/3.0.23/groovy-3.0.23.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy/3.0.23/groovy-3.0.23.pom90m (24 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom90m (1.5 kB at 494 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip/1.8/gossip-1.8.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip/1.8/gossip-1.8.pom90m (12 kB at 2.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/9/forge-parent-9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/9/forge-parent-9.pom90m (13 kB at 3.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom90m (2.2 kB at 742 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom90m (1.6 kB at 537 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/14.0.1/guava-14.0.1.pom90m (5.4 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom90m (2.6 kB at 852 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom90m (3.5 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom90m (1.0 kB at 205 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom90m (3.1 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/3.3/plexus-3.3.pom90m (20 kB at 6.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom90m (2.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom90m (28 kB at 7.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom90m (1.7 kB at 868 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom90m (1.7 kB at 870 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom90m (2.6 kB at 862 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom90m (21 kB at 7.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.9.4/ant-1.9.4.pom90m (9.6 kB at 4.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom90m (5.6 kB at 2.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom90m (2.3 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjline/jline/2.12/jline-2.12.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mjline/jline/2.12/jline-2.12.pom90m (17 kB at 8.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.jar90m (292 kB at 36 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy/3.0.23/groovy-3.0.23.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar90m (4.2 kB at 2.1 MB/s)0m
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar90m (26 kB at 6.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
90mDownloading0from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloaded90m from80mMaven90m:5https://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar90m (20 kB at 4.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded90m from80mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar90m (58 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded90m from80mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar90m (32 kB at 5.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar90m (47 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar90m (61 kB at 5.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar90m (7.3 kB at 520 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar90m (16 kB at 909 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar90m (134 kB at 6.7 MB/s)0m
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar90m (134 kB at 6.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
90mDownloading1from.0mMaven90m:2https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar90m (18 kB at 634 kB/s)0m
90mDownloading1from.0mMaven90m:2https://repo.maven.apache.org/maven2/0mjline/jline/2.12/jline-2.12.jar
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0mjline/jline/2.12/jline-2.12.jar90m (214 kB at 3.8 MB/s)0m
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/ant/ant/1.9.4/ant-1.9.4.jar90m (2.0 MB at 23 MB/s)0m
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/14.0.1/guava-14.0.1.jar90m (2.2 MB at 23 MB/s)0m
Downloaded90m from80mMaven90m:/https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar90m (7.0 MB at 39 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/groovy/groovy/3.0.23/groovy-3.0.23.jar90m (8.1 MB at 44 MB/s)0m
[1;34mINFOm] Verified with check-parameters-names.groovy - OK. Result: true
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.2: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.50.0/eo-maven-plugin-0.50.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36morg.eolang:eo-runtime0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-runtime 0.50.0 [4/4]m
[1;34mINFOm] from eo-runtime/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.pom90m (11 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire/3.5.2/surefire-3.5.2.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire/3.5.2/surefire-3.5.2.pom90m (20 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.jar90m (57 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.16.0/jna-5.16.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.16.0/jna-5.16.0.pom90m (2.0 kB at 508 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom90m (1.1 kB at 548 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.pom90m (13 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-parent/1.5.15/logback-parent-1.5.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-parent/1.5.15/logback-parent-1.5.15.pom90m (18 kB at 6.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.pom90m (7.9 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.15/slf4j-api-2.0.15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.15/slf4j-api-2.0.15.pom90m (2.8 kB at 942 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.15/slf4j-parent-2.0.15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.15/slf4j-parent-2.0.15.pom90m (13 kB at 4.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.15/slf4j-bom-2.0.15.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.15/slf4j-bom-2.0.15.pom90m (7.3 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom90m (10 kB at 3.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.51.1/parent-0.51.1.pom90m (62 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom90m (4.9 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom90m (4.2 kB at 1.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom90m (2.1 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom90m (4.3 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom90m (13 kB at 6.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom90m (5.1 kB at 2.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.16.0/jna-5.16.0.jar
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.16.0/jna-5.16.0.jar90m (2.0 MB at 56 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar90m (6.4 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.jar90m (6.4 kB at 1.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar
Downloaded90m from60mMaven90m:2https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar90m (19 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar
Downloaded90m from60mMaven90m:2https://repo.maven.apache.org/maven2/0morg/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar90m (231 kB at 26 MB/s)0m
Downloaded90m from60mMaven90m:6https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.jar90m (305 kB at 28 MB/s)0m
Downloaded90m from60mMaven90m:6https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar90m (12 kB at 1.0 MB/s)0m
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar90m (162 kB at 11 MB/s)0m
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.jar90m (625 kB at 33 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.4.0:cleanm 1m(default-clean)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0:enforcem 1m(enforce-java)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.5.0: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;32meo:0.50.0:registerm 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Registered 58 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:depsm 1m(compile)m @ 36meo-runtime0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom90m (18 kB at 5.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom90m (8.1 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/40/maven-parent-40.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/40/maven-parent-40.pom90m (49 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar90m (191 kB at 27 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom90m (6.9 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.1.0/maven-3.1.0.pom90m (22 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom90m (3.8 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom90m (8.7 kB at 4.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom90m (1.8 kB at 916 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom90m (2.3 kB at 1.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom90m (1.9 kB at 946 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom90m (1.6 kB at 544 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom90m (3.0 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom90m (4.7 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom90m (13 kB at 6.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.pom90m (1.4 kB at 717 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom90m (2.4 kB at 785 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom90m (7.9 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/jboss/weld/weld-parent/6/weld-parent-6.pom90m (21 kB at 6.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom90m (1.0 kB at 341 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom90m (2.5 kB at 850 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom90m (14 kB at 7.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom90m (5.0 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom90m (2.5 kB at 824 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom90m (3.5 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom90m (1.8 kB at 880 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom90m (3.3 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom90m (6.1 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/14/plexus-14.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/14/plexus-14.pom90m (28 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom90m (6.0 kB at 2.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.pom90m (20 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/58/commons-parent-58.pom90m (83 kB at 28 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom90m (22 kB at 7.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/56/commons-parent-56.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/56/commons-parent-56.pom90m (82 kB at 21 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom90m (1.9 kB at 1.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom90m (6.4 kB at 3.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom90m (8.1 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.2.5/maven-3.2.5.pom90m (22 kB at 11 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/25/maven-parent-25.pom90m (37 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/15/apache-15.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/15/apache-15.pom90m (15 kB at 7.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom90m (4.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom90m (2.2 kB at 724 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom90m (2.6 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom90m (1.5 kB at 513 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom90m (3.1 kB at 1.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom90m (2.2 kB at 743 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom90m (2.3 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom90m (3.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom90m (3.0 kB at 998 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom90m (4.2 kB at 2.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom90m (1.9 kB at 632 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom90m (30 kB at 10 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom90m (2.1 kB at 684 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom90m (2.2 kB at 731 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom90m (3.5 kB at 1.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom90m (11 kB at 5.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom90m (13 kB at 6.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/sonatype/forge/forge-parent/38/forge-parent-38.pom90m (19 kB at 9.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/16.0.1/guava-16.0.1.pom90m (6.1 kB at 6.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom90m (7.3 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.5/asm-9.5.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.5/asm-9.5.pom90m (2.4 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom90m (6.2 kB at 3.1 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom90m (4.9 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/37/maven-parent-37.pom90m (46 kB at 23 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom90m (5.3 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar90m (563 kB at 51 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar90m (47 kB at 12 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded90m from10mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar90m (30 kB at 7.5 MB/s)0m
90mDownloading3from 0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded90m fromB0mMaven90m:3https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar90m (60 kB at 15 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar90m (18 kB at 3.5 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded90m fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar90m (41 kB at 6.9 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.jar90m (45 kB at 5.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar90m (5.8 kB at 731 kB/s)0m
Downloaded90m from10mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar90m (145 kB at 16 MB/s)0m
90mDownloading1from50mMaven90m:0https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
90mDownloading1fromB0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar90m (159 kB at 16 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar90m (52 kB at 4.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar90m (50 kB at 3.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar90m (201 kB at 13 MB/s)0m
90mDownloading8from00mMaven90m:4https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
Downloaded90m fromk0mMaven90m:|https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar90m (340 kB at 14 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar90m (224 kB at 9.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.jar90m (484 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar90m (39 kB at 1.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.5/asm-9.5.jar
Downloaded90m from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar90m (79 kB at 2.7 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar90m (43 kB at 1.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.5/asm-9.5.jar90m (122 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar90m (161 kB at 4.2 MB/s)0m
Downloaded90m from10mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar90m (58 kB at 1.5 MB/s)0m
Downloaded90m fromM0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar90m (1.1 MB at 25 MB/s)0m
Downloaded90m from50mMaven90m:/https://repo.maven.apache.org/maven2/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar90m (146 kB at 3.2 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar90m (5.9 MB at 48 MB/s)0m
[1;34mINFOm] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.pom90m (2.0 kB at 1.0 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.jar90m (1.9 MB at 61 MB/s)0m
[1;34mINFOm] net.java.dev.jna:jna:null:5.14.0 unpacked to eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:assemblem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] 60 attributes loaded from 66 stream(s) in 104ms, 60 saved, 710 ignored: ["Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Id", "Build-Jdk", "Build-Jdk-Spec", "Build-Version", "Built-By", "Built-Date", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Class-Path", "Created-By", "DynamicImport-Package", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Git-Revision", "Git-Url", "Implementation-Build", "Implementation-Build-Id", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Lints-Version", "Main-Class", "Main-class", "Major-Version", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Package", "Project-Name", "Provide-Capability", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Target-Label", "Time-Zone-Database-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[1;33mWARNINGm] XSL 'move-voids-up' took 698ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 677ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 652ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 673ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 625ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 744ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 676ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 661ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 689ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 643ms (over 500ms)
[1;33mWARNINGm] XSL 'move-voids-up' took 581ms (over 500ms)
[1;34mINFOm] Parsed 58 new .eo sources out of 58 to XMIRs in 7s
[1;34mINFOm] Optimized 58 out of 58 XMIR program(s) in 3s
[1;33mWARNINGm] XSL 'abstracts-float-up' took 588ms (over 500ms)
[1;33mWARNINGm] XSL 'abstracts-float-up' took 986ms (over 500ms)
[1;34mINFOm] Shaken 58 out of 58 XMIR program(s) in 2s
[1;34mINFOm] Discovered 38 foreign objects in 58 programs: [org.eolang.try, org.eolang.sys.win32, org.eolang.false, org.eolang.dataized, org.eolang.io.console, org.eolang.positive-infinity, org.eolang.math.pi, org.eolang.txt.text, org.eolang.negative-infinity, org.eolang.i32, org.eolang.structs.hash-code-of, org.eolang.structs.map, org.eolang.structs.bytes-as-array, org.eolang.malloc, org.eolang.fs.file, org.eolang.sys.line-separator, org.eolang.tuple, org.eolang.while, org.eolang.switch, org.eolang.structs.range, org.eolang.nan, org.eolang.true, org.eolang.txt.sscanf, org.eolang.fs.dir, org.eolang.string, org.eolang.number, org.eolang.sys.getenv, org.eolang.i16, org.eolang.error, org.eolang.sys.os, org.eolang.txt.sprintf, org.eolang.txt.regex, org.eolang.i64, org.eolang.structs.list, org.eolang.math.e, org.eolang.bytes, org.eolang.sys.posix, org.eolang.seq]
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is set to TRUE
[1;34mINFOm] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[1;34mINFOm] Assemble cycle #1 (EO:58/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:48/PROBED:0), took 12s
[1;34mINFOm] No new .eo sources out of 58 parsed to XMIRs
[1;34mINFOm] Discovered 15 foreign objects in 10 programs: [org.eolang.nan, org.eolang.sys.win32, org.eolang.false, org.eolang.dataized, org.eolang.true, org.eolang.string, org.eolang.number, org.eolang.positive-infinity, org.eolang.error, org.eolang.sys.os, org.eolang.txt.regex, org.eolang.bytes, org.eolang.tuple, org.eolang.sys.posix, org.eolang.seq]
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is set to TRUE
[1;34mINFOm] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[1;34mINFOm] Assemble cycle #2 (EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:48/PROBED:0 -> EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0), took 27ms
[1;34mINFOm] No new .eo sources out of 58 parsed to XMIRs
[1;34mINFOm] Nothing to discover, all 58 programs checked already
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is set to TRUE
[1;34mINFOm] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[1;34mINFOm] Last assemble cycle #3 (EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0), took 17ms
[1;34mINFOm] 3 assemble cycle(s) produced some new object(s) in 12s: EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:lintm 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Adding annotator tokenize
[1;34mINFOm] Adding annotator pos
[1;34mINFOm] Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger ... done [0.5 sec].
[1;33mWARNINGm] XSL transformation 'broken-ref' took 119ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/false.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/false.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/pi.eo:29 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/real.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/real.eo:67 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/true.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/true.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/real.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] XSL transformation 'incorrect-test-object-name' took 103ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/sys/line-separator.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 228ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:34 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:245 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:281 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:182 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/txt/text.eo:24 The "alias bytes-as-array org.eolang.structs.bytes-as-array" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 568ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/e.eo:29 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/number.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/number.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/e.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/net/socket.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 196ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/fs/path.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/fs/path.eo:67 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/fs/path.eo:24 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 154ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/list.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/list.eo:34 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:72 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:61 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:64 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/list.eo:173 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/list.eo:186 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:106 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:109 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/sys/win32.eo:54 The object "win32$system-time" has more than 5 free attributes, it's too many (many-free-attributes warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:112 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:115 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:118 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/bytes.eo:121 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/map.eo:24 The "alias hash-code-of org.eolang.structs.hash-code-of" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:53 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:59 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:62 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/structs/map.eo:25 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:65 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:89 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:99 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/angle.eo:32 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/angle.eo:35 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/math/angle.eo:40 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] XSL transformation 'alias-too-long' took 101ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:48 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:51 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:59 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:65 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:89 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/fs/file.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/tuple.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/tuple.eo:31 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/tuple.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:42 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:48 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:51 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/nan.eo:57 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/string.eo:66 The object "string$length$rec-length" has more than 5 free attributes, it's too many (many-free-attributes warning)
[1;33mWARNINGm] eo-runtime/src/main/eo/org/eolang/string.eo:160 The object "string$slice$rec-index" has more than 5 free attributes, it's too many (many-free-attributes warning)
[1;34mINFOm] Also, 58 XMIR programs linted as a package
[1;34mINFOm] Linted 58 out of 58 XMIR program(s) that needed this (out of 58 total programs) in 3s: 135 warnings
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:transpilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Transpiled 58 XMIRs, created 392 Java files in eo-runtime/target/generated-sources
[1;34mINFOm] The directory added to Maven 'compile-source-root': eo-runtime/target/generated-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:xmir-to-phim 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Translated to phi (#6/58): eo-runtime/target/eo/2-optimize/org/eolang/math/pi.xmir (5Kb) -> org/eolang/math/pi.phi (190b) in 416ms
[1;34mINFOm] Translated to phi (#4/58): eo-runtime/target/eo/2-optimize/org/eolang/math/e.xmir (5Kb) -> org/eolang/math/e.phi (189b) in 426ms
[1;34mINFOm] Translated to phi (#14/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/getenv.xmir (10Kb) -> org/eolang/sys/getenv.phi (474b) in 472ms
[1;34mINFOm] Translated to phi (#8/58): eo-runtime/target/eo/2-optimize/org/eolang/cti.xmir (6Kb) -> org/eolang/cti.phi (183b) in 479ms
[1;34mINFOm] Translated to phi (#9/58): eo-runtime/target/eo/2-optimize/org/eolang/false.xmir (7Kb) -> org/eolang/false.phi (429b) in 491ms
[1;34mINFOm] Translated to phi (#5/58): eo-runtime/target/eo/2-optimize/org/eolang/math/numbers.xmir (16Kb) -> org/eolang/math/numbers.phi (1Kb) in 502ms
[1;34mINFOm] Translated to phi (#3/58): eo-runtime/target/eo/2-optimize/org/eolang/math/angle.xmir (15Kb) -> org/eolang/math/angle.phi (876b) in 512ms
[1;34mINFOm] Translated to phi (#13/58): eo-runtime/target/eo/2-optimize/org/eolang/go.xmir (16Kb) -> org/eolang/go.phi (885b) in 521ms
[1;34mINFOm] Translated to phi (#15/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/line-separator.xmir (7Kb) -> org/eolang/sys/line-separator.phi (280b) in 537ms
[1;34mINFOm] Translated to phi (#1/58): eo-runtime/target/eo/2-optimize/org/eolang/math/integral.xmir (39Kb) -> org/eolang/math/integral.phi (2Kb) in 602ms
[1;34mINFOm] Translated to phi (#16/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/posix.xmir (13Kb) -> org/eolang/sys/posix.phi (940b) in 632ms
[1;34mINFOm] Translated to phi (#11/58): eo-runtime/target/eo/2-optimize/org/eolang/malloc.xmir (27Kb) -> org/eolang/malloc.phi (2Kb) in 683ms
[1;34mINFOm] Translated to phi (#2/58): eo-runtime/target/eo/2-optimize/org/eolang/math/random.xmir (37Kb) -> org/eolang/math/random.phi (2Kb) in 699ms
[1;34mINFOm] Translated to phi (#7/58): eo-runtime/target/eo/2-optimize/org/eolang/math/real.xmir (23Kb) -> org/eolang/math/real.phi (1Kb) in 717ms
[1;34mINFOm] Translated to phi (#10/58): eo-runtime/target/eo/2-optimize/org/eolang/number.xmir (33Kb) -> org/eolang/number.phi (2Kb) in 826ms
[1;34mINFOm] Translated to phi (#25/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/sprintf.xmir (6Kb) -> org/eolang/txt/sprintf.phi (247b) in 431ms
[1;34mINFOm] Translated to phi (#22/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/sscanf.xmir (6Kb) -> org/eolang/txt/sscanf.phi (245b) in 474ms
[1;34mINFOm] Translated to phi (#17/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/win32.xmir (16Kb) -> org/eolang/sys/win32.phi (1Kb) in 620ms
[1;34mINFOm] Translated to phi (#18/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/os.xmir (12Kb) -> org/eolang/sys/os.phi (636b) in 641ms
[1;34mINFOm] Translated to phi (#27/58): eo-runtime/target/eo/2-optimize/org/eolang/try.xmir (6Kb) -> org/eolang/try.phi (183b) in 417ms
[1;34mINFOm] Translated to phi (#26/58): eo-runtime/target/eo/2-optimize/org/eolang/bytes.xmir (29Kb) -> org/eolang/bytes.phi (3Kb) in 498ms
[1;34mINFOm] Translated to phi (#23/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/regex.xmir (28Kb) -> org/eolang/txt/regex.phi (2Kb) in 684ms
[1;34mINFOm] Translated to phi (#19/58): eo-runtime/target/eo/2-optimize/org/eolang/positive-infinity.xmir (31Kb) -> org/eolang/positive-infinity.phi (2Kb) in 725ms
[1;34mINFOm] Translated to phi (#29/58): eo-runtime/target/eo/2-optimize/org/eolang/switch.xmir (14Kb) -> org/eolang/switch.phi (514b) in 569ms
[1;34mINFOm] Translated to phi (#21/58): eo-runtime/target/eo/2-optimize/org/eolang/negative-infinity.xmir (31Kb) -> org/eolang/negative-infinity.phi (2Kb) in 785ms
[1;34mINFOm] Translated to phi (#32/58): eo-runtime/target/eo/2-optimize/org/eolang/true.xmir (7Kb) -> org/eolang/true.phi (428b) in 339ms
[1;34mINFOm] Translated to phi (#28/58): eo-runtime/target/eo/2-optimize/org/eolang/tuple.xmir (21Kb) -> org/eolang/tuple.phi (1Kb) in 658ms
[1;34mINFOm] Translated to phi (#20/58): eo-runtime/target/eo/2-optimize/org/eolang/i16.xmir (38Kb) -> org/eolang/i16.phi (2Kb) in 995ms
[1;34mINFOm] Translated to phi (#33/58): eo-runtime/target/eo/2-optimize/org/eolang/i64.xmir (24Kb) -> org/eolang/i64.phi (2Kb) in 686ms
[1;34mINFOm] Translated to phi (#38/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/range.xmir (13Kb) -> org/eolang/structs/range.phi (600b) in 507ms
[1;34mINFOm] Translated to phi (#37/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/dir.xmir (28Kb) -> org/eolang/fs/dir.phi (2Kb) in 727ms
[1;34mINFOm] Translated to phi (#39/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/set.xmir (15Kb) -> org/eolang/structs/set.phi (1008b) in 639ms
[1;34mINFOm] Translated to phi (#42/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/range-of-ints.xmir (15Kb) -> org/eolang/structs/range-of-ints.phi (726b) in 559ms
[1;34mINFOm] Translated to phi (#43/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/bytes-as-array.xmir (12Kb) -> org/eolang/structs/bytes-as-array.phi (591b) in 568ms
[1;34mINFOm] Translated to phi (#35/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/tmpdir.xmir (24Kb) -> org/eolang/fs/tmpdir.phi (1Kb) in 971ms
[1;34mINFOm] Translated to phi (#31/58): eo-runtime/target/eo/2-optimize/org/eolang/i32.xmir (44Kb) -> org/eolang/i32.phi (3Kb) in 1s
[1;34mINFOm] Translated to phi (#48/58): eo-runtime/target/eo/2-optimize/org/eolang/io/dead-output.xmir (8Kb) -> org/eolang/io/dead-output.phi (461b) in 297ms
[1;34mINFOm] Translated to phi (#45/58): eo-runtime/target/eo/2-optimize/org/eolang/error.xmir (6Kb) -> org/eolang/error.phi (174b) in 486ms
[1;34mINFOm] Translated to phi (#34/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/file.xmir (83Kb) -> org/eolang/fs/file.phi (6Kb) in 1s
[1;34mINFOm] Translated to phi (#41/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/map.xmir (62Kb) -> org/eolang/structs/map.phi (4Kb) in 894ms
[1;34mINFOm] Translated to phi (#44/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/hash-code-of.xmir (15Kb) -> org/eolang/structs/hash-code-of.phi (896b) in 778ms
[1;34mINFOm] Translated to phi (#46/58): eo-runtime/target/eo/2-optimize/org/eolang/seq.xmir (13Kb) -> org/eolang/seq.phi (505b) in 578ms
[1;34mINFOm] Translated to phi (#47/58): eo-runtime/target/eo/2-optimize/org/eolang/io/tee-input.xmir (18Kb) -> org/eolang/io/tee-input.phi (1Kb) in 562ms
[1;34mINFOm] Translated to phi (#56/58): eo-runtime/target/eo/2-optimize/org/eolang/dataized.xmir (8Kb) -> org/eolang/dataized.phi (330b) in 293ms
[1;34mINFOm] Translated to phi (#55/58): eo-runtime/target/eo/2-optimize/org/eolang/io/stdout.xmir (7Kb) -> org/eolang/io/stdout.phi (359b) in 327ms
[1;34mINFOm] Translated to phi (#49/58): eo-runtime/target/eo/2-optimize/org/eolang/io/stdin.xmir (29Kb) -> org/eolang/io/stdin.phi (1Kb) in 677ms
[1;34mINFOm] Translated to phi (#54/58): eo-runtime/target/eo/2-optimize/org/eolang/io/dead-input.xmir (8Kb) -> org/eolang/io/dead-input.phi (471b) in 430ms
[1;34mINFOm] Translated to phi (#53/58): eo-runtime/target/eo/2-optimize/org/eolang/io/bytes-as-input.xmir (24Kb) -> org/eolang/io/bytes-as-input.phi (1Kb) in 438ms
[1;34mINFOm] Translated to phi (#52/58): eo-runtime/target/eo/2-optimize/org/eolang/io/malloc-as-output.xmir (16Kb) -> org/eolang/io/malloc-as-output.phi (819b) in 545ms
[1;34mINFOm] Translated to phi (#51/58): eo-runtime/target/eo/2-optimize/org/eolang/io/input-length.xmir (11Kb) -> org/eolang/io/input-length.phi (544b) in 597ms
[1;34mINFOm] Translated to phi (#30/58): eo-runtime/target/eo/2-optimize/org/eolang/string.xmir (90Kb) -> org/eolang/string.phi (6Kb) in 2s
[1;34mINFOm] Translated to phi (#40/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/list.xmir (106Kb) -> org/eolang/structs/list.phi (7Kb) in 1s
[1;34mINFOm] Translated to phi (#58/58): eo-runtime/target/eo/2-optimize/org/eolang/while.xmir (12Kb) -> org/eolang/while.phi (564b) in 389ms
[1;34mINFOm] Translated to phi (#50/58): eo-runtime/target/eo/2-optimize/org/eolang/io/console.xmir (53Kb) -> org/eolang/io/console.phi (4Kb) in 760ms
[1;34mINFOm] Translated to phi (#57/58): eo-runtime/target/eo/2-optimize/org/eolang/nan.xmir (11Kb) -> org/eolang/nan.phi (969b) in 416ms
[1;34mINFOm] Translated to phi (#12/58): eo-runtime/target/eo/2-optimize/org/eolang/net/socket.xmir (278Kb) -> org/eolang/net/socket.phi (20Kb) in 3s
[1;34mINFOm] Translated to phi (#24/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/text.xmir (184Kb) -> org/eolang/txt/text.phi (11Kb) in 3s
[1;34mINFOm] Translated to phi (#36/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/path.xmir (226Kb) -> org/eolang/fs/path.phi (12Kb) in 2s
[1;34mINFOm] Translated 58 XMIR file(s) from eo-runtime/target/eo/2-optimize to eo-runtime/target/eo/phi
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:phi-to-xmirm 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Parsed 58 phi files to xmir in 3s
[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 549 source files to /home/r/repo/eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:registerm 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Registered 51 EO sources from eo-runtime/src/test/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:depsm 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
[1;34mINFOm] jna-5.14.0.jar already unpacked.
[1;34mINFOm] net.java.dev.jna:jna:null:5.14.0 unpacked to eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:assemblem 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;33mWARNINGm] XSL 'stars-to-tuples' took 903ms (over 500ms)
[1;33mWARNINGm] XSL 'stars-to-tuples' took 895ms (over 500ms)
[1;34mINFOm] Parsed 51 new .eo sources out of 51 to XMIRs in 4s
[1;34mINFOm] Optimized 51 out of 51 XMIR program(s) in 3s
[1;33mWARNINGm] XSL 'abstracts-float-up' took 3s (over 500ms)
[1;34mINFOm] Shaken 51 out of 51 XMIR program(s) in 3s
[1;34mINFOm] Discovered 52 foreign objects in 51 programs: [org.eolang.false, org.eolang.io.malloc-as-output, org.eolang.math.pi, org.eolang.math.real, org.eolang.txt.text, org.eolang.math.integral, org.eolang.io.stdout, org.eolang.structs.hash-code-of, org.eolang.math.random, org.eolang.io.dead-output, org.eolang.while, org.eolang.structs.range, org.eolang.true, org.eolang.txt.sscanf, org.eolang.number, org.eolang.txt.sprintf, org.eolang.fs.path, org.eolang.txt.regex, org.eolang.i64, org.eolang.structs.list, org.eolang.io.input-length, org.eolang.math.e, org.eolang.bytes, org.eolang.sys.posix, org.eolang.seq, org.eolang.try, org.eolang.io.tee-input, org.eolang.sys.win32, org.eolang.dataized, org.eolang.io.console, org.eolang.math.angle, org.eolang.positive-infinity, org.eolang.math.numbers, org.eolang.negative-infinity, org.eolang.io.dead-input, org.eolang.structs.map, org.eolang.structs.set, org.eolang.malloc, org.eolang.fs.file, org.eolang.io.bytes-as-input, org.eolang.structs.bytes-as-array, org.eolang.tuple, org.eolang.go, org.eolang.structs.range-of-ints, org.eolang.switch, org.eolang.cti, org.eolang.nan, org.eolang.fs.dir, org.eolang.string, org.eolang.fs.tmpdir, org.eolang.error, org.eolang.sys.os]
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is set to TRUE
[1;34mINFOm] The directory eo-runtime/target/eo-test/5-resolve is absent, nothing to place from it
[1;34mINFOm] Assemble cycle #1 (EO:51/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0), took 10s
[1;34mINFOm] No new .eo sources out of 51 parsed to XMIRs
[1;34mINFOm] Nothing to discover, all 51 programs checked already
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is set to TRUE
[1;34mINFOm] The directory eo-runtime/target/eo-test/5-resolve is absent, nothing to place from it
[1;34mINFOm] Last assemble cycle #2 (EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0), took 13ms
[1;34mINFOm] 2 assemble cycle(s) produced some new object(s) in 10s: EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:lintm 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;33mWARNINGm] XSL transformation 'incorrect-node-rt-location' took 124ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/dead-output-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/os-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/console-test.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:35 The name of the object "makes-an-output-from-malloc-and-writes$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:49 The name of the object "throws-on-writing-more-than-allocated$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:52 The name of the object "opens-posix-tcp-socket$t1$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:31 Test object name: "global-temp-dir-exists" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:34 Test object name: "global-temp-dir-is-directory" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 The name of the object "sin-pi-div-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:56 The name of the object "cos-pi-div-2-floored" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:24 The "alias angle org.eolang.math.angle" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:32 Test object name: "sin-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 The unit test doesn't have "@" attribute: "empty-tuple-length$arr" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 The unit test doesn't have "@" attribute: "non-empty-tuple-length-test$arr" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 Test object name: "sin-pi-div-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:44 Test object name: "sin-pi-floored" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:108 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:154 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 The name of the object "empty-tuple-length$arr" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 The name of the object "non-empty-tuple-length-test$arr" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:59 The name of the object "tuple-as-a-bound-attribute-size-0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:66 The name of the object "tuple-as-a-bound-attribute-size-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:74 The name of the object "tuple-as-a-bound-attribute-size-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:90 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:34 The name of the object "goto-jumps-backwards$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:38 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:31 Test object name: "set-rebuilds-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:53 Test object name: "empty-set-has-size-of-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:39 The name of the object "goto-jumps-backwards$t0$t0$a2$auto-named-attr-at-39-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:52 The name of the object "goto-jumps-forward$div" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:55 The name of the object "goto-jumps-forward$div$auto-named-attr-at-55-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:57 The name of the object "goto-jumps-forward$div$auto-named-attr-at-55-9$auto-named-attr-at-57-13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:75 The name of the object "returns-from-method-body$max" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:61 The name of the object "throws-on-opening-directory$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:77 The name of the object "returns-from-method-body$max$auto-named-attr-at-77-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:42 Test object name: "empty-tuple-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:37 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:37 The comment doesn't start with a capital English letter (comment-not-capitalized warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:32 Test object name: "bound-tmpfile-does-not-recreates-file" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:85 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:31 Test object name: "simple-range-of-ints-from-one-to-ten" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:93 The name of the object "nested-goto$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:37 Test object name: "range-of-ints-from-ten-to-ten-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 Test object name: "empty-tuple-length$arr" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:49 Test object name: "non-empty-tuple-length-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:97 The name of the object "nested-goto$t0$t0$a1$auto-named-attr-at-97-18" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:42 Test object name: "range-of-descending-ints-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:30 Test object name: "goto-jumps-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 Test object name: "non-empty-tuple-length-test$arr" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:34 Test object name: "goto-jumps-backwards$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:47 Test object name: "range-of-negative-ints-works-as-well" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:39 Test object name: "goto-jumps-backwards$t0$t0$a2$auto-named-attr-at-39-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:59 Test object name: "tuple-as-a-bound-attribute-size-0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:51 Test object name: "goto-jumps-forward" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:66 Test object name: "tuple-as-a-bound-attribute-size-1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:52 Test object name: "goto-jumps-forward$div" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:74 Test object name: "tuple-as-a-bound-attribute-size-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:55 Test object name: "goto-jumps-forward$div$auto-named-attr-at-55-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:87 Test object name: "tuple-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:114 Test object name: "tuple-fluent-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:129 Test object name: "tuple-fluent-with-indented" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 Test object name: "at-fast-with-first-element" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 Test object name: "at-fast-with-last-element" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:181 Test object name: "tuple-empty-fluent-with-indented-keyword" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 120ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'same-line-names' took 135ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:57 Test object name: "goto-jumps-forward$div$auto-named-attr-at-55-9$auto-named-attr-at-57-13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:125 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:200 Test object name: "tuple-with-negative-index-gets-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:90 Test object name: "nested-goto" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:207 Test object name: "tuple-with-negative-index-gets-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:93 Test object name: "nested-goto$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/go-tests.eo:97 Test object name: "nested-goto$t0$t0$a1$auto-named-attr-at-97-18" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:39 Test object name: "matched-sequence-has-right-border-indexes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:48 Test object name: "regex-returns-valid-matched-string-sequence" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:52 Test object name: "regex-returns-valid-second-matched-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:93 Test object name: "regex-matches-dotall-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:101 Test object name: "regex-matches-with-case-insensitive-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:109 Test object name: "regex-matches-with-multiline-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:117 Test object name: "regex-matches-entire-pattern" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:125 Test object name: "regex-matches-with-regex-unix-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:133 Test object name: "regex-matches-with-regex-case-insensitive-and-caps" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:141 Test object name: "regex-ignores-comments-in-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:149 Test object name: "regex-matches-with-unicode-case-and-insensitive" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:161 Test object name: "regex-contains-valid-groups-on-each-matched-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:105 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:121 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:146 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'broken-ref' took 143ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:154 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:162 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:170 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:160 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:191 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:238 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:86 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 164ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:37 The name of the object "reads-from-bytes-and-writes-to-memory$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:268 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:50 The name of the object "reads-from-bytes-and-writes-to-memory-by-portions$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:274 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:92 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:67 The name of the object "reads-from-bytes-and-writes-to-two-memory-blocks$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:33 The name of the object "seq-single-dataization-float-less$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:70 The name of the object "reads-from-bytes-and-writes-to-two-memory-blocks$t0$t0$a2$auto-named-attr-at-70-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:36 The name of the object "seq-single-dataization-float-less$t0$a2$auto-named-attr-at-36-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:282 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:24 The "alias bytes-as-input org.eolang.io.bytes-as-input" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:49 The name of the object "seq-single-dataization-float-greater$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:25 The "alias malloc-as-output org.eolang.io.malloc-as-output" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:294 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:104 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:46 The name of the object "map-rebuilds-itself-only-once$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:31 Test object name: "map-rebuilds-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:304 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:52 The name of the object "seq-single-dataization-float-greater$t0$a2$auto-named-attr-at-52-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:41 Test object name: "map-rebuilds-itself-only-once" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:307 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:65 The name of the object "seq-single-dataization-int-less$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:116 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:46 Test object name: "map-rebuilds-itself-only-once$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:46 The name of the object "copies-all-bytes-to-output-and-returns-length$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 The name of the object "i16-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 The name of the object "negative-i16-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:310 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:68 The name of the object "seq-single-dataization-int-less$t0$a2$auto-named-attr-at-68-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:317 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:199 The name of the object "calculates-fibonacci-number-with-recursion$fibo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:122 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:217 The name of the object "calculates-fibonacci-number-with-tail$fibonacci" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 The name of the object "i16-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:224 The name of the object "calculates-fibonacci-number-with-tail$fibonacci$small" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:231 The name of the object "calculates-fibonacci-number-with-tail$fibonacci$rec" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:81 The name of the object "seq-single-dataization-int-less-or-equal$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:24 The "alias bytes-as-input org.eolang.io.bytes-as-input" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:134 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:84 The name of the object "seq-single-dataization-int-less-or-equal$t0$a2$auto-named-attr-at-84-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:51 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 The name of the object "i16-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:244 The name of the object "zero-division$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 The name of the object "i16-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:42 Test object name: "copies-all-bytes-to-output-and-returns-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:46 Test object name: "copies-all-bytes-to-output-and-returns-length$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:146 The name of the object "seq-single-dataization-int-equal-to-test$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 The name of the object "i16-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:149 The name of the object "seq-single-dataization-int-equal-to-test$t0$a2$auto-named-attr-at-149-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:140 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:163 The name of the object "seq-single-dataization-int-equal-to-cache-problem-test$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:146 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 The name of the object "i16-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:152 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 The name of the object "i16-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 The name of the object "i16-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 The name of the object "i16-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 The name of the object "i16-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 The name of the object "i16-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:199 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:99 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:166 The name of the object "seq-single-dataization-int-equal-to-cache-problem-test$t0$a2$auto-named-attr-at-166-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:217 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:105 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 The name of the object "i16-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:111 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 The name of the object "switch-complex-case$c1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:30 Test object name: "nan-not-eq-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:224 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 The name of the object "switch-complex-case$c2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 139ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:231 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:37 Test object name: "nan-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 The name of the object "switch-complex-case$c3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:94 Test object name: "very-long-seq" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:179 Test object name: "seq-calculates-and-returns" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:44 Test object name: "nan-not-lt-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:188 Test object name: "seq-calculates-and-returns-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 The name of the object "switch-complex-case$t3$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:50 Test object name: "nan-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 The name of the object "i16-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:56 Test object name: "nan-not-lte-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 The name of the object "i16-zero-eq-to-i16-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:62 Test object name: "nan-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 The name of the object "i16-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 The name of the object "i16-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:68 Test object name: "nan-not-gt-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:74 Test object name: "nan-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The name of the object "i16-one-plus-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:102 The name of the object "switch-complex-case$auto-named-attr-at-102-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:106 The name of the object "switch-complex-case$auto-named-attr-at-106-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 The name of the object "i16-plus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:135 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:110 The name of the object "switch-complex-case$auto-named-attr-at-110-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:255 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The name of the object "i16-one-minus-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:30 Test object name: "switch-simple-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 The name of the object "i16-minus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:43 Test object name: "switch-strings-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:60 Test object name: "switch-with-several-true-cases" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:76 Test object name: "switch-with-all-false-cases" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:91 Test object name: "switch-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:80 Test object name: "nan-not-gte-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:86 Test object name: "nan-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 Test object name: "switch-complex-case$c1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 Test object name: "switch-complex-case$c2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 Test object name: "switch-complex-case$c3" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:164 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:163 The name of the object "throws-on-division-i16-by-i16-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 Test object name: "switch-complex-case$t3$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:30 Test object name: "int-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:167 The name of the object "i16-div-by-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:36 Test object name: "int-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:170 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:45 Test object name: "int-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:177 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:92 Test object name: "nan-times-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 The name of the object "i16-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:98 Test object name: "nan-times-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:90 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:102 Test object name: "switch-complex-case$auto-named-attr-at-102-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:104 Test object name: "nan-div-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:110 Test object name: "nan-div-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:106 Test object name: "switch-complex-case$auto-named-attr-at-106-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:184 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 The name of the object "i16-div-less-than-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:54 Test object name: "int-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:110 Test object name: "switch-complex-case$auto-named-attr-at-110-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:116 Test object name: "nan-plus-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 The name of the object "i16-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 The name of the object "i16-times-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:62 Test object name: "int-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:71 Test object name: "int-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:122 Test object name: "nan-plus-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:80 Test object name: "int-leq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:105 The name of the object "hash-code-of-abstract-object-is-int$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:88 Test object name: "int-leq-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:116 The name of the object "hash-codes-of-the-same-abstract-objects-are-equal$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:128 Test object name: "nan-neg-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:134 Test object name: "nan-minus-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:194 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:200 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:140 Test object name: "nan-minus-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:212 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:146 Test object name: "nan-as-bytes-is-bytes-of-zero-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:125 The name of the object "hash-codes-of-different-abstract-objects-are-not-equal$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:96 Test object name: "int-leq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:31 Test object name: "hash-code-of-bools-is-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:228 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:105 Test object name: "int-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:39 Test object name: "hash-code-of-int-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:236 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:113 Test object name: "int-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:48 Test object name: "hash-codes-of-the-same-big-ints-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:242 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:55 Test object name: "hash-codes-of-the-same-ints-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:152 Test object name: "nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:61 Test object name: "hash-codes-of-different-ints-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:68 Test object name: "hash-codes-of-different-sign-ints-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:121 Test object name: "int-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:75 Test object name: "hash-code-of-string-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:130 Test object name: "int-equal-to-nan-and-infinites-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:84 Test object name: "hash-codes-of-the-same-strings-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 Test object name: "i16-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:90 Test object name: "hash-codes-of-same-length-strings-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:146 Test object name: "int-zero-eq-to-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:154 Test object name: "int-zero-eq-to-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:162 Test object name: "int-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:170 Test object name: "int-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:155 Test object name: "nan-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:158 Test object name: "nan-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:97 Test object name: "hash-codes-of-different-strings-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 Test object name: "one-plus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 Test object name: "negative-i16-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:260 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:104 Test object name: "hash-code-of-abstract-object-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 Test object name: "i16-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 Test object name: "i16-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 Test object name: "i16-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 Test object name: "one-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:105 Test object name: "hash-code-of-abstract-object-is-int$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 Test object name: "i16-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:238 Test object name: "zero-division" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:115 Test object name: "hash-codes-of-the-same-abstract-objects-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:244 Test object name: "zero-division$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:275 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 Test object name: "i16-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:248 Test object name: "division-by-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 Test object name: "i16-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:116 Test object name: "hash-codes-of-the-same-abstract-objects-are-equal$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:274 Test object name: "to-bytes-and-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 Test object name: "i16-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:282 Test object name: "as-bytes-equals-to-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:288 Test object name: "as-bytes-equals-to-int-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 Test object name: "i16-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 302ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:294 Test object name: "multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/cti-test.eo:32 This method is deprecated! (cti warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 Test object name: "i16-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 Test object name: "i16-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 Test object name: "i16-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:124 Test object name: "hash-codes-of-different-abstract-objects-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:300 Test object name: "simple-number-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:287 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/cti-test.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:304 Test object name: "int-number-is-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:307 Test object name: "float-number-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 Test object name: "i16-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:303 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/cti-test.eo:30 Test object name: "just-prints-warning" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:310 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:102 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:125 Test object name: "hash-codes-of-different-abstract-objects-are-not-equal$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:317 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:133 Test object name: "hash-code-of-float-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:310 Test object name: "simple-number-is-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 Test object name: "i16-zero-eq-to-i16-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:323 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 Test object name: "number-with-nan-bytes-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:334 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:340 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/number-tests.eo:317 Test object name: "number-with-infinite-bytes-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 Test object name: "i16-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:142 Test object name: "hash-codes-of-the-same-floats-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:346 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:149 Test object name: "hash-codes-of-the-same-big-floats-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:352 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:358 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:156 Test object name: "hash-codes-of-different-floats-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 Test object name: "i16-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:163 Test object name: "hash-codes-of-different-sign-floats-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:362 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 Test object name: "i16-one-plus-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:178 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:368 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:191 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:150 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 Test object name: "i16-plus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 Test object name: "i16-one-minus-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 The unit test doesn't have "@" attribute: "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:374 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 Test object name: "i16-minus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:33 The name of the object "simple-range-from-one-to-ten$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:381 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:34 The name of the object "simple-range-from-one-to-ten$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:167 Test object name: "i16-div-by-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:387 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:46 The name of the object "simple-range-with-floats-from-one-to-five$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:393 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 Test object name: "i16-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:47 The name of the object "simple-range-with-floats-from-one-to-five$t0$a0$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 Test object name: "i16-div-less-than-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 Test object name: "i16-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:59 The name of the object "range-with-out-of-bounds$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:204 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 Test object name: "i16-times-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:217 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:60 The name of the object "range-with-out-of-bounds$t0$a0$b" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:399 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:406 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:72 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:412 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:73 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0$y" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:230 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:31 Test object name: "simple-range-from-one-to-ten" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:36 The name of the object "catches-simple-exception$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:419 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:426 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:180 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:47 The name of the object "two-nested-try-blocks$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:186 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:448 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:33 Test object name: "simple-range-from-one-to-ten$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:222 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:229 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:459 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:49 The name of the object "two-nested-try-blocks$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:256 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:236 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:34 Test object name: "simple-range-from-one-to-ten$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:57 The name of the object "try-without-error-block$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:285 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:348 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:66 The name of the object "try-malloc-update-catch$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:44 Test object name: "simple-range-with-floats-from-one-to-five" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:370 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:57 The name of the object "touches-a-file" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:167 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:75 The name of the object "try-malloc-update-catch$t0$t0$a2$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:46 Test object name: "simple-range-with-floats-from-one-to-five$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:470 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:173 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:40 Test object name: "two-nested-try-blocks" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:47 Test object name: "two-nested-try-blocks$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:49 Test object name: "two-nested-try-blocks$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:92 The name of the object "moves-a-file" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:33 Test object name: "text-slices-the-origin-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:53 Test object name: "try-without-error-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:107 The name of the object "throws-on-opening-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:47 Test object name: "simple-range-with-floats-from-one-to-five$t0$a0$x" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:116 The name of the object "throws-on-reading-from-not-existed-file$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:57 Test object name: "try-without-error-block$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:39 Test object name: "trimmed-left-empty-text" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:45 Test object name: "text-trimmed-left-one-space" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:57 Test object name: "range-with-out-of-bounds" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:257 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:62 Test object name: "try-malloc-update-catch" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:66 Test object name: "try-malloc-update-catch$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:59 Test object name: "range-with-out-of-bounds$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:60 Test object name: "range-with-out-of-bounds$t0$a0$b" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/try-tests.eo:75 Test object name: "try-malloc-update-catch$t0$t0$a2$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:263 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:125 The name of the object "throws-on-reading-or-writing-from-not-existed-file$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:275 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:134 The name of the object "touches-absent-file-on-opening-for-writing$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:144 The name of the object "touches-absent-file-on-opening-for-appending$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:154 The name of the object "touches-absent-file-on-opening-for-writing-or-reading$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:51 Test object name: "text-trimmed-left-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:164 The name of the object "touches-absent-file-on-opening-for-reading-or-appending$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:70 Test object name: "range-with-wrong-items-is-an-empty-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:185 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:192 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:72 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:73 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0$y" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:57 Test object name: "text-trimmed-left-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:63 Test object name: "trimmed-right-empty-text" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:178 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:173 The name of the object "writes-data-to-file$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:69 Test object name: "text-trimmed-right-one-space" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:308 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:315 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:35 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:322 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:75 Test object name: "text-trimmed-right-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:183 The name of the object "appending-data-to-file$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:186 The name of the object "appending-data-to-file$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 The name of the object "i32-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:81 Test object name: "text-trimmed-right-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:196 The name of the object "truncates-file-opened-for-writing$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 The name of the object "negative-i32-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:37 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:199 The name of the object "truncates-file-opened-for-writing$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 The name of the object "i32-to-i16-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:213 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:329 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:336 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:38 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2$auto-named-attr-at-38-23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:44 The name of the object "simple-while-with-false-first$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:87 Test object name: "text-trimmed-one-space-left" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:209 The name of the object "truncates-file-opened-for-writing-or-reading$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:93 Test object name: "text-trimmed-one-space-right" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:212 The name of the object "truncates-file-opened-for-writing-or-reading$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:222 The name of the object "does-not-truncate-file-opened-for-appending$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:225 The name of the object "does-not-truncate-file-opened-for-appending$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 The name of the object "negative-i32-to-i16-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:342 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:226 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:99 Test object name: "text-trimmed-one-space-both" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:232 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:235 The name of the object "does-not-truncate-file-opened-for-reading-or-appending$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:348 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 The name of the object "i32-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:45 The name of the object "simple-while-with-false-first$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:52 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:54 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-54-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:360 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:238 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:367 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:55 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-55-27" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:238 The name of the object "does-not-truncate-file-opened-for-reading-or-appending$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:105 Test object name: "text-trimmed-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 The name of the object "i32-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:244 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:248 The name of the object "does-not-truncate-file-opened-for-reading$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:250 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:63 The name of the object "last-while-dataization-object$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:251 The name of the object "does-not-truncate-file-opened-for-reading$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:257 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:111 Test object name: "text-trimmed-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:373 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:261 The name of the object "throws-on-writing-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:268 The name of the object "reads-from-file$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:65 The name of the object "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-65-22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:66 The name of the object "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-66-42" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:73 The name of the object "last-while-dataization-object-with-false-condition$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:271 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:277 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:391 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:398 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:275 The name of the object "reads-from-file$t0$t0$a2$t1$t0$t0$t1$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:117 Test object name: "text-trimmed-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:278 The name of the object "reads-from-file$t0$t0$a2$auto-named-attr-at-278-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:405 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:164 Test object name: "joined-no-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:170 Test object name: "joined-one-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:412 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:283 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:177 Test object name: "joined-many-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:74 The name of the object "last-while-dataization-object-with-false-condition$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:81 The name of the object "while-simple-iteration$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/win32-tests.eo:32 The name of the object "returns-valid-win32-inet-addr-for-localhost" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 The name of the object "i32-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/sys/win32-tests.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:290 The name of the object "throws-on-reading-from-file-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 The name of the object "i32-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:83 The name of the object "while-simple-iteration$t0$t0$a2$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:301 The name of the object "reads-from-file-from-different-instances$t2$t0$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:418 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:188 Test object name: "text-repeated-zero-times-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:194 Test object name: "text-repeated-five-times" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:424 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:289 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 The name of the object "i32-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:200 Test object name: "index-of-non-existed-substring-with-more-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 The name of the object "i32-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:206 Test object name: "index-of-non-existed-substring-with-same-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:84 The name of the object "while-simple-iteration$t0$t0$a2$auto-named-attr-at-84-23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:93 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:443 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:212 Test object name: "index-of-non-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:447 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:220 Test object name: "index-of-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:451 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:305 The name of the object "reads-from-file-from-different-instances$auto-named-attr-at-305-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:260 Test object name: "text-contains-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 The name of the object "i32-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:312 The name of the object "reads-from-file-from-different-instances$auto-named-attr-at-305-11$auto-named-attr-at-312-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 The name of the object "i32-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 The name of the object "i32-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:96 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:264 Test object name: "text-does-not-contain-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:309 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:281 Test object name: "last-index-of-non-existed-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:327 The name of the object "writes-to-file-from-different-instances$t2$t0$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:331 The name of the object "writes-to-file-from-different-instances$auto-named-attr-at-331-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 The name of the object "i32-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:316 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:103 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-103-31" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:104 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-104-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:24 The "alias bytes-as-array org.eolang.structs.bytes-as-array" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:40 Test object name: "single-byte-to-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:287 Test object name: "last-index-of-non-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:295 Test object name: "last-index-of-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:120 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:123 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:323 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:338 The name of the object "writes-to-file-from-different-instances$auto-named-attr-at-331-11$auto-named-attr-at-338-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:125 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-125-29" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:126 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-126-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 Test object name: "positive-infinity-is-equal-to-one-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:142 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 The name of the object "i32-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 The name of the object "i32-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:36 Test object name: "positive-infinity-eq-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:329 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:48 Test object name: "zero-bytes-to-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 The name of the object "i32-zero-eq-to-i32-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:335 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 The name of the object "i32-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:341 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 The name of the object "i32-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:352 The name of the object "reads-from-file-sequentially$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:347 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The name of the object "i32-one-plus-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:42 Test object name: "positive-infinity-not-eq-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 The name of the object "i32-plus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:359 The name of the object "reads-from-file-sequentially$t0$t0$a2$auto-named-attr-at-359-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:360 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:49 Test object name: "positive-infinity-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:375 The name of the object "writes-to-file-sequentially$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:56 Test object name: "positive-infinity-not-eq-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:145 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:366 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:162 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:149 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$auto-named-attr-at-149-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:63 Test object name: "positive-infinity-not-eq-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:372 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The name of the object "i32-one-minus-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:378 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 Test object name: "positive-infinity-lt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:76 Test object name: "positive-infinity-not-lt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 The name of the object "i32-minus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:172 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:175 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:192 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:179 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$auto-named-attr-at-179-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:30 Test object name: "while-dataizes-only-first-cycle" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:82 Test object name: "positive-infinity-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:88 Test object name: "positive-infinity-not-lt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:35 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:392 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:94 Test object name: "positive-infinity-not-lt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:175 The name of the object "throws-on-division-i32-by-i32-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 Test object name: "positive-infinity-lte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:37 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:399 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:178 The name of the object "throws-on-converting-to-i16-if-out-of-bounds" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:182 The name of the object "i32-div-by-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:106 Test object name: "positive-infinity-not-lte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:38 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2$auto-named-attr-at-38-23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 The name of the object "i32-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:405 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:35 Test object name: "check-if-current-directory-is-directory" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:41 Test object name: "simple-while-with-false-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:39 Test object name: "check-if-absent-file-does-not-exist" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:44 Test object name: "simple-while-with-false-first$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:411 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:178 Test object name: "appending-data-to-file" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:112 Test object name: "positive-infinity-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:118 Test object name: "positive-infinity-not-lte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:183 Test object name: "appending-data-to-file$t0$t0$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:186 Test object name: "appending-data-to-file$t0$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:417 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:424 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 The name of the object "i32-div-less-than-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:45 Test object name: "simple-while-with-false-first$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:48 Test object name: "simple-bool-expression-via-malloc-in-while" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:124 Test object name: "positive-infinity-not-lte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 Test object name: "positive-infinity-gt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:52 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 The name of the object "i32-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:54 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-54-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 The name of the object "i32-times-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:43 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:55 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-55-27" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:137 Test object name: "positive-infinity-gt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:438 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 Test object name: "i32-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 Test object name: "negative-i32-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:59 Test object name: "last-while-dataization-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:63 Test object name: "last-while-dataization-object$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 Test object name: "i32-to-i16-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:143 Test object name: "positive-infinity-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:442 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:150 Test object name: "positive-infinity-gt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:65 Test object name: "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-65-22" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:79 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:66 Test object name: "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-66-42" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:156 Test object name: "positive-infinity-gt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 Test object name: "negative-i32-to-i16-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 Test object name: "positive-infinity-gte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:37 Test object name: "max-of-one-item-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:43 Test object name: "min-of-one-item-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:49 Test object name: "max-of-array-is-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:168 Test object name: "positive-infinity-gte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:174 Test object name: "positive-infinity-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:70 Test object name: "last-while-dataization-object-with-false-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:55 Test object name: "max-of-array-is-in-the-center" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:180 Test object name: "positive-infinity-gte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 Test object name: "i32-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:73 Test object name: "last-while-dataization-object-with-false-condition$t0$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:74 Test object name: "last-while-dataization-object-with-false-condition$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 Test object name: "i32-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 Test object name: "i32-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 Test object name: "negative-infinity-is-equal-to-one-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 Test object name: "i32-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:77 Test object name: "while-simple-iteration" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:186 Test object name: "positive-infinity-gte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:36 Test object name: "negative-infinity-eq-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 Test object name: "i32-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:61 Test object name: "max-of-array-is-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:192 Test object name: "float-equal-to-nan-and-infinites-is-false-highload" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:222 Test object name: "positive-infinity-times-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:67 Test object name: "min-of-array-is-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:229 Test object name: "positive-infinity-times-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:81 Test object name: "while-simple-iteration$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:42 Test object name: "negative-infinity-not-eq-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:236 Test object name: "positive-infinity-times-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:243 Test object name: "positive-infinity-times-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:73 Test object name: "min-of-array-is-in-the-center" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:49 Test object name: "negative-infinity-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:56 Test object name: "negative-infinity-not-eq-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:63 Test object name: "negative-infinity-not-eq-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 Test object name: "i32-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:83 Test object name: "while-simple-iteration$t0$t0$a2$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 Test object name: "negative-infinity-lt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:79 Test object name: "min-of-array-is-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:84 Test object name: "while-simple-iteration$t0$t0$a2$auto-named-attr-at-84-23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:88 Test object name: "iterating-tuple-with-while-using-internal-iterator" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:93 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:76 Test object name: "negative-infinity-lt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 Test object name: "i32-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 Test object name: "i32-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:96 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:36 Test object name: "true-as-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:103 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-103-31" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:65 Test object name: "true-not-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:250 Test object name: "positive-infinity-times-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:104 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-104-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:257 Test object name: "positive-infinity-times-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:115 Test object name: "iterating-tuple-with-while-using-external-iterator" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:263 Test object name: "positive-infinity-times-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:269 Test object name: "positive-infinity-times-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:71 Test object name: "true-and-false-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:120 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:78 Test object name: "forks-on-true-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:87 Test object name: "forks-on-false-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:123 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:275 Test object name: "positive-infinity-times-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:125 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-125-29" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:126 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-126-15" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 Test object name: "i32-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 Test object name: "i32-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:82 Test object name: "negative-infinity-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:281 Test object name: "positive-infinity-times-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:88 Test object name: "negative-infinity-lt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:94 Test object name: "negative-infinity-lt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:288 Test object name: "positive-infinity-plus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 Test object name: "i32-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:137 Test object name: "iterating-tuple-with-while-without-body-multiple" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:142 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 Test object name: "negative-infinity-lte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 Test object name: "i32-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:145 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:106 Test object name: "negative-infinity-lte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:162 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:112 Test object name: "negative-infinity-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:118 Test object name: "negative-infinity-lte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:149 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$auto-named-attr-at-149-19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:295 Test object name: "positive-infinity-plus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:124 Test object name: "negative-infinity-lte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 Test object name: "negative-infinity-gt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 Test object name: "i32-zero-eq-to-i32-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:137 Test object name: "negative-infinity-not-gt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:302 Test object name: "positive-infinity-plus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:308 Test object name: "positive-infinity-plus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:167 Test object name: "iterating-tuple-with-while-without-body-single" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:172 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:315 Test object name: "positive-infinity-neg-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/io/stdout-test.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:322 Test object name: "positive-infinity-minus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:329 Test object name: "positive-infinity-minus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:143 Test object name: "negative-infinity-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:149 Test object name: "negative-infinity-not-gt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:155 Test object name: "negative-infinity-not-gt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:175 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:192 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/while-tests.eo:179 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$auto-named-attr-at-179-19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 Test object name: "i32-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:336 Test object name: "positive-infinity-minus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 Test object name: "negative-infinity-gte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:167 Test object name: "negative-infinity-not-gte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:89 The name of the object "sprintf-does-not-print-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 The name of the object "sprintf-prints-i64-as-number" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:173 Test object name: "negative-infinity-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:342 Test object name: "positive-infinity-minus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:179 Test object name: "negative-infinity-not-gte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:348 Test object name: "positive-infinity-minus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:185 Test object name: "negative-infinity-not-gte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:354 Test object name: "positive-infinity-minus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:55 Test object name: "formats-all-objects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 Test object name: "i32-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 Test object name: "i32-one-plus-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:192 Test object name: "negative-infinity-times-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:81 Test object name: "sprintf-prints-percents" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:199 Test object name: "negative-infinity-times-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 Test object name: "i32-plus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:206 Test object name: "negative-infinity-times-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 Test object name: "i32-one-minus-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 Test object name: "sprintf-prints-i64-as-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:213 Test object name: "negative-infinity-times-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:360 Test object name: "positive-infinity-minus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:79 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 Test object name: "i32-minus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:182 Test object name: "i32-div-by-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:220 Test object name: "negative-infinity-times-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 Test object name: "i32-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:85 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 Test object name: "i32-div-less-than-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:226 Test object name: "negative-infinity-times-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:367 Test object name: "positive-infinity-div-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:232 Test object name: "negative-infinity-times-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:373 Test object name: "positive-infinity-div-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:379 Test object name: "positive-infinity-div-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 Test object name: "i32-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 Test object name: "i32-times-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:238 Test object name: "negative-infinity-times-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:103 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:385 Test object name: "positive-infinity-div-neg-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:244 Test object name: "negative-infinity-times-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:250 Test object name: "negative-infinity-times-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:257 Test object name: "negative-infinity-plus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:115 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:264 Test object name: "negative-infinity-plus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:121 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:391 Test object name: "positive-infinity-div-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:398 Test object name: "positive-infinity-div-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:271 Test object name: "negative-infinity-plus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:405 Test object name: "positive-infinity-div-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:277 Test object name: "negative-infinity-plus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:412 Test object name: "positive-infinity-div-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:283 Test object name: "negative-infinity-plus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:418 Test object name: "positive-infinity-div-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:289 Test object name: "negative-infinity-plus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:295 Test object name: "negative-infinity-plus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:424 Test object name: "positive-infinity-div-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:430 Test object name: "positive-infinity-div-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:437 Test object name: "positive-infinity-as-bytes-is-valid" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 366ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:302 Test object name: "negative-infinity-neg-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:31 Test object name: "random-with-seed" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:443 Test object name: "positive-infinity-floor-is-equal-to-self" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:447 Test object name: "positive-infinity-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:451 Test object name: "positive-infinity-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:309 Test object name: "negative-infinity-minus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:39 Test object name: "seeded-randoms-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:316 Test object name: "negative-infinity-minus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:323 Test object name: "negative-infinity-minus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:329 Test object name: "negative-infinity-minus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:45 Test object name: "random-is-in-range" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:335 Test object name: "negative-infinity-minus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:139 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:60 Test object name: "two-random-numbers-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:341 Test object name: "negative-infinity-minus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:455 Test object name: "positive-infinity-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:347 Test object name: "negative-infinity-minus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:354 Test object name: "negative-infinity-div-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:360 Test object name: "negative-infinity-div-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:366 Test object name: "negative-infinity-div-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:169 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:372 Test object name: "negative-infinity-div-neg-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:378 Test object name: "negative-infinity-div-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:385 Test object name: "negative-infinity-div-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:392 Test object name: "negative-infinity-div-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:399 Test object name: "negative-infinity-div-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:405 Test object name: "negative-infinity-div-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:411 Test object name: "negative-infinity-div-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:417 Test object name: "negative-infinity-div-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:424 Test object name: "negative-infinity-as-bytes-is-valid" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:430 Test object name: "negative-infinity-floor-is-equal-to-self" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:434 Test object name: "negative-infinity-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:438 Test object name: "negative-infinity-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:207 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:215 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:221 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:227 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 159ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:442 Test object name: "negative-infinity-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:260 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:47 The name of the object "detects-absolute-win32-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:99 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:79 The name of the object "normalizes-absolute-win32-path-without-drive" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:85 The name of the object "normalizes-absolute-win32-path-with-drive" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:91 The name of the object "normalizes-relative-win32-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:97 The name of the object "normalizes-empty-win32-driveless-path-to-current-dir" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:103 The name of the object "normalizes-win32-path-down-to-drive-with-separator" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:34 The name of the object "dataized-does-not-do-recalculation$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:109 The name of the object "normalizes-win32-path-down-to-drive-without-separator" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:115 The name of the object "normalizes-win32-path-with-replacing-slashes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:120 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 The name of the object "dataized-does-not-do-recalculation$t0$t0$a2$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:145 The name of the object "resolves-win32-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:151 The name of the object "resolves-win32-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:134 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 The name of the object "dataizes-as-bytes-behaves-as-exclamationed$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:52 The name of the object "dataizes-as-bytes-behaves-as-exclamationed$func$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:157 The name of the object "resolves-win32-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:30 Test object name: "dataized-does-not-do-recalculation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:163 The name of the object "resolves-win32-drive-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:34 Test object name: "dataized-does-not-do-recalculation$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:169 The name of the object "resolves-win32-drive-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:165 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:175 The name of the object "resolves-win32-drive-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:181 The name of the object "resolves-win32-root-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 Test object name: "dataized-does-not-do-recalculation$t0$t0$a2$func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:172 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:34 The name of the object "calculates-lineal-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:187 The name of the object "resolves-win32-root-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:44 The name of the object "calculates-lineal-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:51 The name of the object "calculates-lineal-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:195 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:61 The name of the object "calculates-quadratic-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:193 The name of the object "resolves-win32-root-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:71 The name of the object "calculates-quadratic-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:209 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:216 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:78 The name of the object "calculates-quadratic-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:223 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:230 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:88 The name of the object "calculates-cube-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:98 The name of the object "calculates-cube-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:237 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:105 The name of the object "calculates-cube-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:244 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:258 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:273 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:290 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:325 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:137 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:333 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:138 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:341 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:139 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:140 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:141 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:365 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 The unit test doesn't have "@" attribute: "extract-attribute-from-decoratee$return" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 The unit test doesn't have "@" attribute: "right-way-to-use-hierarchy$pyint" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:95 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:95 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:25 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:167 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:106 Test object name: "sscanf-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:413 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:166 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 The name of the object "i64-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 The name of the object "i64-as-bytes-is-not-equal-to-number-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:426 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 The name of the object "i64-to-i32-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] XSL transformation 'same-line-names' took 131ms, whereas threshold is 100ms
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 The name of the object "negative-i64-to-i32-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:55 The name of the object "throws-on-converting-to-i32-if-out-of-bounds" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 The name of the object "i64-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 The name of the object "i64-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:56 The name of the object "turns-bytes-into-a-string" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:256 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 The name of the object "i64-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:430 The name of the object "throws-on-bytes-of-wrong-size-as-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 The name of the object "i64-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 The name of the object "bytes-converts-to-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 The name of the object "i64-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 The name of the object "i64-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 The name of the object "bytes-converts-to-i64-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 The name of the object "bytes-as-i64-as-bytes-not-eq-to-number-as-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 The name of the object "i64-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:285 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:351 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 The name of the object "i64-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 The name of the object "i64-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:32 The name of the object "understands-this-correctly$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 The name of the object "i64-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 The name of the object "i64-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:40 The name of the object "takes-parent-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:41 The name of the object "takes-parent-object$a$take" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 The name of the object "i64-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:49 The name of the object "makes-object-a-constant" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:50 The name of the object "makes-object-a-constant$foo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 The name of the object "i64-zero-eq-to-i64-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:63 The name of the object "takes-parent-through-attribute$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 The name of the object "i64-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:102 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:64 The name of the object "takes-parent-through-attribute$@$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 The name of the object "i64-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The name of the object "i64-one-plus-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:65 The name of the object "takes-parent-through-attribute$@$@$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:39 Test object name: "size-of-part-is-correct" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The name of the object "i64-one-minus-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$t0$a1" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:72 The name of the object "throws-when-applies-to-closed-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$a1" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:63 Test object name: "left-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:167 The name of the object "throws-on-division-i64-by-i64-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:82 The name of the object "makes-deep-object-recursively$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-one-anon-object$t0$a1" (unit-test-without-phi warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:70 Test object name: "left-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:94 The name of the object "calculates-only-once$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:170 The name of the object "i64-div-by-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:77 Test object name: "left-with-odd-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:95 The name of the object "calculates-only-once$x$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:150 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:84 Test object name: "left-with-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:108 The name of the object "recursion-without-arguments$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The name of the object "i64-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 Test object name: "left-with-even-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:119 The name of the object "recursion-without-arguments$auto-named-attr-at-119-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 The name of the object "i64-div-less-than-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:137 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:99 Test object name: "left-with-even-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 The name of the object "i64-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:138 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:176 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:106 Test object name: "left-with-odd-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:139 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:182 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:113 Test object name: "right-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:140 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:120 Test object name: "right-with-odd-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:141 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:194 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 The name of the object "named-inner-abstract-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:127 Test object name: "right-with-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:134 Test object name: "right-with-even-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:154 The name of the object "app-that-calls-func$app" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:200 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:147 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:141 Test object name: "right-with-even-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:155 The name of the object "app-that-calls-func$app$f" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:149 Test object name: "right-with-odd-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:212 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:170 The name of the object "directly-accesses-objects-from-root$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:156 Test object name: "and-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:218 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:183 The name of the object "directly-accesses-objects-from-standard-root$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:165 Test object name: "and-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:183 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 The name of the object "extract-attribute-from-decoratee$return" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:224 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:172 Test object name: "and-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 Test object name: "i64-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:192 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 The name of the object "extract-attribute-from-decoratee$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:232 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 Test object name: "i64-as-bytes-is-not-equal-to-number-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:208 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:181 Test object name: "and-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:213 The name of the object "constant-defends-against-side-effects$inc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:188 Test object name: "or-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 Test object name: "i64-to-i32-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:222 The name of the object "constant-defends-against-side-effects$auto-named-attr-at-222-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:250 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 Test object name: "negative-i64-to-i32-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 The name of the object "parent-in-vertical-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:195 Test object name: "or-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 Test object name: "i64-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 The name of the object "parent-in-vertical-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:258 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:202 Test object name: "or-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 Test object name: "i64-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 The name of the object "parent-in-horizontal-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:291 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:209 Test object name: "or-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 The name of the object "parent-in-horizontal-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:273 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 Test object name: "i64-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:309 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:216 Test object name: "xor-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:280 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:255 The name of the object "phi-in-vertical-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:318 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 Test object name: "i64-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:54 The name of the object "reads-the-length-with-2-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:327 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:256 The name of the object "phi-in-vertical-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:223 Test object name: "xor-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 Test object name: "i64-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:61 The name of the object "reads-the-length-with-3-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:336 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:265 The name of the object "phi-in-horizontal-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:230 Test object name: "xor-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:345 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 Test object name: "i64-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:266 The name of the object "phi-in-horizontal-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:68 The name of the object "reads-the-length-with-4-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:237 Test object name: "xor-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 Test object name: "i64-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:77 The name of the object "throws-on-taking-length-of-incomplete-4-byte-character" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The name of the object "right-way-to-use-hierarchy$pybool" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:363 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:244 Test object name: "not-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 The name of the object "slice-with-2-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 Test object name: "i64-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:371 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 The name of the object "slice-with-3-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:251 Test object name: "not-with-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 Test object name: "i64-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 The name of the object "right-way-to-use-hierarchy$pyint" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:380 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:258 Test object name: "not-with-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 The name of the object "slice-with-4-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 Test object name: "i64-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:278 The name of the object "right-way-to-use-hierarchy$pyint$eq" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:265 Test object name: "conjunction-of-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:42 Test object name: "bytes-equal-to-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:387 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 Test object name: "i64-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:280 The name of the object "right-way-to-use-hierarchy$pyint$add" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:394 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:48 Test object name: "string-equals-to-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:273 Test object name: "written-in-several-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:109 Test object name: "text-block-one-line" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:296 The name of the object "correctly-handles-same-name-attrs-simplified$calc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:402 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:281 Test object name: "bitwise-works" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:411 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:117 Test object name: "text-block-tree-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 Test object name: "i64-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:302 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:290 Test object name: "convertible-to-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:127 Test object name: "text-block-with-margin" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 Test object name: "i64-zero-eq-to-i64-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:420 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:176 Test object name: "one-symbol-string-compares" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:304 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 Test object name: "bitwise-works-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:428 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:194 Test object name: "slice-from-start" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 Test object name: "i64-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:306 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:200 Test object name: "slice-in-the-middle" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:307 Test object name: "concatenation-of-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:446 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:206 Test object name: "slice-from-the-end" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 Test object name: "i64-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:308 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a1$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:212 Test object name: "slice-empty-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:464 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:315 Test object name: "concat-bools-as-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 Test object name: "i64-one-plus-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:218 Test object name: "no-slice-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:314 The name of the object "correctly-handles-same-name-attrs$calc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:473 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:333 Test object name: "concat-empty-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:224 Test object name: "slice-escape-sequences-line-break" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:481 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 Test object name: "i64-one-minus-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:320 The name of the object "correctly-handles-same-name-attrs$t1$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:341 Test object name: "concat-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:232 Test object name: "slice-escape-sequences-unicode" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:490 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:170 Test object name: "i64-div-by-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:349 Test object name: "concat-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:321 The name of the object "correctly-handles-same-name-attrs$t1$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 Test object name: "i64-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 Test object name: "slice-with-2-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:499 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:508 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 Test object name: "xor-works" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 Test object name: "i64-div-less-than-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:328 The name of the object "correctly-handles-same-name-attrs$t1$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:517 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:365 Test object name: "one-xor-one-as-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 Test object name: "slice-with-3-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:329 The name of the object "correctly-handles-same-name-attrs$t1$t0$a1$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:526 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 Test object name: "i64-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 Test object name: "slice-with-4-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 Test object name: "or-neg-bytes-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:340 The name of the object "with-void-phi$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:534 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/string-tests.eo:258 Test object name: "slice-foreign-literals" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:363 The name of the object "nesting-blah-test$blah0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 The name of the object "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 Test object name: "and-neg-bytes-as-number-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:365 The name of the object "nesting-blah-test$blah0$blah1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 The name of the object "list-should-not-be-empty-with-three-objects$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:367 The name of the object "nesting-blah-test$blah0$blah1$blah2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 Test object name: "xor-neg-bytes-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 The name of the object "list-should-not-be-empty-with-three-objects$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:369 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 Test object name: "or-neg-bytes-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 The name of the object "list-should-not-be-empty-with-one-anon-object$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:371 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:93 The name of the object "reduce-list-with-index$auto-named-attr-at-93-13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:373 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 Test object name: "and-neg-bytes-as-number-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:375 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 Test object name: "xor-neg-bytes-as-number-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:106 The name of the object "list-reducedi-long-int-array$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:377 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:116 The name of the object "list-reducedi-bools-array$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:413 Test object name: "or-neg-bytes-as-number-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:379 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:125 The name of the object "list-reducedi-nested-functions$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:381 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 Test object name: "or-neg-bytes-with-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:127 The name of the object "list-reducedi-nested-functions$t0$t0$a2$check" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:51 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 Test object name: "bytes-converts-to-i64" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:383 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:143 The name of the object "list-reduce-without-index$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 Test object name: "bytes-converts-to-i64-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:385 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:153 The name of the object "list-reduced-printing$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:387 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 Test object name: "bytes-as-i64-as-bytes-not-eq-to-number-as-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:179 The name of the object "list-mappedi-should-work$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:188 The name of the object "simple-list-mapping$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:389 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:196 The name of the object "iterates-with-eachi$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:391 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:200 The name of the object "iterates-with-eachi$t0$t0$a2$auto-named-attr-at-200-22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:212 The name of the object "iterates-with-each$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:393 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:216 The name of the object "iterates-with-each$t0$t0$a2$auto-named-attr-at-216-46" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:395 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:397 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:230 The name of the object "list-withouti-complex-case$foo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:399 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:407 The name of the object "filteredi-with-lt$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:401 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:416 The name of the object "filteredi-with-string-length$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:403 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:425 The name of the object "filteredi-with-empty-list$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:135 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:405 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:433 The name of the object "filteredi-by-index$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:407 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:147 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:442 The name of the object "filteredi-with-bools$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:409 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:153 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:451 The name of the object "simple-filtered$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:411 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:460 The name of the object "filtered-with-bools$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:413 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:32 Test object name: "list-should-not-be-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:415 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:39 Test object name: "list-should-be-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:417 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:42 Test object name: "list-should-not-be-empty-with-three-objects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:419 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 Test object name: "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:421 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:180 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:423 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 Test object name: "list-should-not-be-empty-with-three-objects$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:425 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 Test object name: "list-should-not-be-empty-with-three-objects$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:427 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:50 Test object name: "list-should-not-be-empty-with-one-anon-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:116 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:429 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 Test object name: "list-should-not-be-empty-with-one-anon-object$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:205 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:122 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:431 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:56 Test object name: "list-simple-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:211 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:433 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:65 Test object name: "simple-insert" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:136 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:217 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:435 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:75 Test object name: "insert-with-zero-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:85 Test object name: "reduce-list-with-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:437 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:152 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:223 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:439 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:93 Test object name: "reduce-list-with-index$auto-named-attr-at-93-13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:229 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:164 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38$blah39" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:100 Test object name: "list-reducedi-long-int-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:173 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:241 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:106 Test object name: "list-reducedi-long-int-array$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:190 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:361 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:247 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:110 Test object name: "list-reducedi-bools-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:205 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:253 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:116 Test object name: "list-reducedi-bools-array$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:211 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:119 Test object name: "list-reducedi-nested-functions" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:107 Test object name: "recursion-without-arguments" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:225 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:125 Test object name: "list-reducedi-nested-functions$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:108 Test object name: "recursion-without-arguments$func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:127 Test object name: "list-reducedi-nested-functions$t0$t0$a2$check" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:233 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:272 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:119 Test object name: "recursion-without-arguments$auto-named-attr-at-119-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:278 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:146 Test object name: "named-inner-abstract-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:137 Test object name: "list-reduce-without-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:284 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 Test object name: "named-inner-abstract-object$a" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:143 Test object name: "list-reduce-without-index$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:290 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:153 Test object name: "app-that-calls-func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:147 Test object name: "list-reduced-printing" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:270 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:154 Test object name: "app-that-calls-func$app" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:153 Test object name: "list-reduced-printing$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:296 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:279 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:155 Test object name: "app-that-calls-func$app$f" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:161 Test object name: "complex-objects-list-comparison" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:166 Test object name: "directly-accesses-objects-from-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:308 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:174 Test object name: "list-mappedi-should-work" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:294 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:170 Test object name: "directly-accesses-objects-from-root$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:179 Test object name: "list-mappedi-should-work$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:314 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:179 Test object name: "directly-accesses-objects-from-standard-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:320 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:183 Test object name: "simple-list-mapping" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:33 The name of the object "writes-into-memory-of$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:326 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:183 Test object name: "directly-accesses-objects-from-standard-root$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:188 Test object name: "simple-list-mapping$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:44 The name of the object "puts-into-memory-for$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:192 Test object name: "standard-root-and-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:332 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:220 Test object name: "list-withouti" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:52 The name of the object "returns-size-from-scope$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:338 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:200 Test object name: "extract-attribute-from-decoratee" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:229 Test object name: "list-withouti-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:344 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:61 The name of the object "malloc-scope-is-dataized-twice$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 Test object name: "extract-attribute-from-decoratee$return" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:64 The name of the object "malloc-scope-is-dataized-twice$t0$t1$a2$auto-named-attr-at-64-42" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:230 Test object name: "list-withouti-complex-case$foo" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:350 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 Test object name: "extract-attribute-from-decoratee$a" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:75 The name of the object "malloc-for-writes-first-init-value$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:240 Test object name: "list-withouti-nested-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:212 Test object name: "constant-defends-against-side-effects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:356 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:82 The name of the object "malloc-puts-over-the-previous-data$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:362 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:250 Test object name: "list-without" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:96 The name of the object "malloc-rewrites-and-increments-itself$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:213 Test object name: "constant-defends-against-side-effects$inc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:368 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:222 Test object name: "constant-defends-against-side-effects$auto-named-attr-at-222-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:259 Test object name: "equality-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:107 The name of the object "writes-into-two-malloc-objects$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:232 Test object name: "parent-in-vertical-notation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:266 Test object name: "not-equality-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:110 The name of the object "writes-into-two-malloc-objects$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 Test object name: "parent-in-vertical-notation$value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:354 Test object name: "last-index-of-not-found" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:119 The name of the object "throws-on-overflow-boolean-malloc$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:397 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:363 Test object name: "last-index-of-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 Test object name: "parent-in-vertical-notation$value$@" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:409 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:125 The name of the object "throws-on-overflow-string-malloc$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:371 Test object name: "last-index-of-unicode" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:244 Test object name: "parent-in-horizontal-notation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:132 The name of the object "malloc-is-strictly-sized-int$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:380 Test object name: "list-contains-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 Test object name: "parent-in-horizontal-notation$value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:140 The name of the object "malloc-is-strictly-typed-float$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:387 Test object name: "list-contains-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 Test object name: "parent-in-horizontal-notation$value$@" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:394 Test object name: "list-does-not-contain" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:273 Test object name: "right-way-to-use-hierarchy" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:148 The name of the object "memory-is-strictly-sized-string$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:402 Test object name: "filteredi-with-lt" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:428 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 Test object name: "right-way-to-use-hierarchy$pybool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:155 The name of the object "malloc-is-strictly-typed-bool$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:161 The name of the object "malloc-gives-id-to-allocated-block$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:407 Test object name: "filteredi-with-lt$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 Test object name: "right-way-to-use-hierarchy$pyint" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:441 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:411 Test object name: "filteredi-with-string-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:278 Test object name: "right-way-to-use-hierarchy$pyint$eq" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:167 The name of the object "malloc-allocates-right-size-block$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:416 Test object name: "filteredi-with-string-length$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:280 Test object name: "right-way-to-use-hierarchy$pyint$add" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:420 Test object name: "filteredi-with-empty-list" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:170 The name of the object "malloc-allocates-right-size-block$t0$a2$auto-named-attr-at-170-34" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:285 Test object name: "check-triple-quotes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:425 Test object name: "filteredi-with-empty-list$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:176 The name of the object "malloc-writes-and-reads$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:461 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:295 Test object name: "correctly-handles-same-name-attrs-simplified" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:428 Test object name: "filteredi-by-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:179 The name of the object "malloc-writes-and-reads$t0$a2$auto-named-attr-at-179-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:468 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:296 Test object name: "correctly-handles-same-name-attrs-simplified$calc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:433 Test object name: "filteredi-by-index$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:193 The name of the object "malloc-concacts-strings-with-offset$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:475 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:302 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:437 Test object name: "filteredi-with-bools" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:196 The name of the object "malloc-concacts-strings-with-offset$t0$a2$auto-named-attr-at-196-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:482 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:304 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:442 Test object name: "filteredi-with-bools$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:208 The name of the object "throws-on-writing-more-than-allocated-to-malloc-with-offset$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:489 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:446 Test object name: "simple-filtered" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:214 The name of the object "malloc-reads-with-offset-and-length$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:306 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:451 Test object name: "simple-filtered$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:498 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:217 The name of the object "malloc-reads-with-offset-and-length$t0$a2$auto-named-attr-at-217-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:455 Test object name: "filtered-with-bools" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:308 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a1$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:230 The name of the object "allocates-zero-bytes$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:505 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:313 Test object name: "correctly-handles-same-name-attrs" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:460 Test object name: "filtered-with-bools$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:516 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:464 Test object name: "simple-head" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:236 The name of the object "malloc-increases-block-size$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:314 Test object name: "correctly-handles-same-name-attrs$calc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:527 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:473 Test object name: "list-head-with-zero-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:320 Test object name: "correctly-handles-same-name-attrs$t1$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:239 The name of the object "malloc-increases-block-size$t0$a2$auto-named-attr-at-239-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:533 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:481 Test object name: "list-head-with-length-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:249 The name of the object "malloc-decreases-block-size$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:321 Test object name: "correctly-handles-same-name-attrs$t1$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:490 Test object name: "complex-head" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:252 The name of the object "malloc-decreases-block-size$t0$a2$auto-named-attr-at-252-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:328 Test object name: "correctly-handles-same-name-attrs$t1$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:548 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:262 The name of the object "throws-on-changing-size-to-negative$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:499 Test object name: "head-with-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:329 Test object name: "correctly-handles-same-name-attrs$t1$t0$a1$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:558 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:508 Test object name: "complex-head-with-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:267 The name of the object "malloc-empty-is-empty$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:339 Test object name: "with-void-phi" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:568 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:517 Test object name: "simple-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:340 Test object name: "with-void-phi$x" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:273 The name of the object "copies-data-inside-itself$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:578 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:348 Test object name: "complex-horizontal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:526 Test object name: "zero-index-in-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:588 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:534 Test object name: "large-index-in-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:351 Test object name: "vertical-bound-method" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:282 The name of the object "copies-data-from-start-to-end$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:593 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:361 Test object name: "nesting-blah-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:291 The name of the object "throws-on-copying-with-wrong-source$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:599 Sparse decoration is prohibited (sparse-decoration warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:363 Test object name: "nesting-blah-test$blah0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:297 The name of the object "throws-on-copying-with-wrong-target$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 The name of the object "mod-1-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:303 The name of the object "throws-on-copying-with-wrong-length$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 The name of the object "mod-0-5" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:365 Test object name: "nesting-blah-test$blah0$blah1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:225 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:367 Test object name: "nesting-blah-test$blah0$blah1$blah2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 The name of the object "mod-0-15-neg" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:56 Test object name: "malloc-scope-is-dataized-twice" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:369 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 The name of the object "mod-1-neg-7" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:61 Test object name: "malloc-scope-is-dataized-twice$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 The name of the object "mod-16-200-neg" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:371 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:373 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:64 Test object name: "malloc-scope-is-dataized-twice$t0$t1$a2$auto-named-attr-at-64-42" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 The name of the object "sqrt-check-infinity-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:71 Test object name: "malloc-for-writes-first-init-value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 The name of the object "sqrt-check-infinity-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:375 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:75 Test object name: "malloc-for-writes-first-init-value$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 The name of the object "ln-of-e-one-is-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:377 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:79 Test object name: "malloc-puts-over-the-previous-data" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:379 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 The name of the object "exp-check-0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:82 Test object name: "malloc-puts-over-the-previous-data$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:381 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:548 The name of the object "exp-check-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:93 Test object name: "malloc-rewrites-and-increments-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:383 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:558 The name of the object "exp-check-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:96 Test object name: "malloc-rewrites-and-increments-itself$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:385 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:568 The name of the object "exp-check-3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:128 Test object name: "malloc-is-strictly-sized-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:387 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:578 The name of the object "exp-check-4" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:132 Test object name: "malloc-is-strictly-sized-int$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:389 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:593 The name of the object "exp-check-infinity-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:136 Test object name: "malloc-is-strictly-typed-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:391 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:599 The name of the object "exp-check-infinity-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:140 Test object name: "malloc-is-strictly-typed-float$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:95 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:144 Test object name: "memory-is-strictly-sized-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:393 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:395 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 The comment for the object doesn't end with a dot (comment-without-dot warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:148 Test object name: "memory-is-strictly-sized-string$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 Test object name: "mod-1-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:397 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:152 Test object name: "malloc-is-strictly-typed-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 Test object name: "mod-0-5" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:399 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:155 Test object name: "malloc-is-strictly-typed-bool$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 Test object name: "mod-0-15-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:401 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:158 Test object name: "malloc-gives-id-to-allocated-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 Test object name: "mod-1-neg-7" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:161 Test object name: "malloc-gives-id-to-allocated-block$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:403 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 Test object name: "mod-16-200-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:164 Test object name: "malloc-allocates-right-size-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:405 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:110 Test object name: "mod-dividend-less-than-divisor" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:167 Test object name: "malloc-allocates-right-size-block$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:407 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:117 Test object name: "mod-dividend-by-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:170 Test object name: "malloc-allocates-right-size-block$t0$a2$auto-named-attr-at-170-34" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:409 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:123 Test object name: "pow-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:173 Test object name: "malloc-writes-and-reads" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:129 Test object name: "pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:411 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:176 Test object name: "malloc-writes-and-reads$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:135 Test object name: "pow-is-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:413 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:141 Test object name: "pow-of-two" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:179 Test object name: "malloc-writes-and-reads$t0$a2$auto-named-attr-at-179-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:415 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:147 Test object name: "pow-of-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:190 Test object name: "malloc-concacts-strings-with-offset" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:417 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:158 Test object name: "nan-to-the-pow-of-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:193 Test object name: "malloc-concacts-strings-with-offset$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:419 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:163 Test object name: "nan-to-the-pow-of-any-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:196 Test object name: "malloc-concacts-strings-with-offset$t0$a2$auto-named-attr-at-196-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:421 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:168 Test object name: "any-to-the-pow-of-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:211 Test object name: "malloc-reads-with-offset-and-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:423 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:214 Test object name: "malloc-reads-with-offset-and-length$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:174 Test object name: "any-int-to-the-pow-of-zero-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:425 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:217 Test object name: "malloc-reads-with-offset-and-length$t0$a2$auto-named-attr-at-217-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:180 Test object name: "any-float-to-the-pow-of-zero-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:427 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:233 Test object name: "malloc-increases-block-size" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:429 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 Test object name: "zero-to-the-negative-pow-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:236 Test object name: "malloc-increases-block-size$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:431 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:193 Test object name: "zero-to-the-negative-infinity-pow-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:239 Test object name: "malloc-increases-block-size$t0$a2$auto-named-attr-at-239-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:199 Test object name: "positive-int-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:433 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:246 Test object name: "malloc-decreases-block-size" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:205 Test object name: "positive-float-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:435 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:249 Test object name: "malloc-decreases-block-size$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:211 Test object name: "negative-int-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:437 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:252 Test object name: "malloc-decreases-block-size$t0$a2$auto-named-attr-at-252-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:217 Test object name: "negative-float-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:439 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:265 Test object name: "malloc-empty-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:223 Test object name: "positive-infinity-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38$blah39" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:267 Test object name: "malloc-empty-is-empty$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:229 Test object name: "negative-infinity-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:270 Test object name: "copies-data-inside-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:273 Test object name: "copies-data-inside-itself$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:235 Test object name: "positive-infinity-to-the-finite-negative-int-pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:279 Test object name: "copies-data-from-start-to-end" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:241 Test object name: "positive-infinity-to-the-finite-negative-float-pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:282 Test object name: "copies-data-from-start-to-end$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:247 Test object name: "two-to-the-pow-of-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:253 Test object name: "two-to-the-pow-of-int-minus-two" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:259 Test object name: "two-to-the-pow-of-minus-three" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:265 Test object name: "four-to-the-pow-of-minus-three" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:272 Test object name: "zero-to-the-pow-of-positive-int-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:278 Test object name: "zero-to-the-pow-of-positive-float-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:284 Test object name: "zero-to-the-pow-of-positive-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:290 Test object name: "negative-int-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:296 Test object name: "negative-float-to-the-pow-of-positive-infinity-is-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:302 Test object name: "positive-int-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:308 Test object name: "positive-float-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:314 Test object name: "positive-infinity-to-the-pow-of-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:320 Test object name: "positive-infinity-to-the-pow-of-positive-float-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:326 Test object name: "positive-infinity-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:332 Test object name: "negative-infinity-to-the-pow-of-positive-float-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:338 Test object name: "negative-infinity-to-the-pow-of-even-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:344 Test object name: "negative-infinity-to-the-pow-of-odd-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:350 Test object name: "positive-int-to-the-pow-of-positive-int-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:356 Test object name: "positive-float-to-the-pow-of-positive-int-is-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:362 Test object name: "positive-int-to-the-pow-of-positive-float-is-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:368 Test object name: "sqrt-check-zero-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:379 Test object name: "sqrt-check-negative-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:385 Test object name: "sqrt-check-float-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:397 Test object name: "sqrt-check-int-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:409 Test object name: "sqrt-check-nan-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 Test object name: "sqrt-check-infinity-1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 Test object name: "sqrt-check-infinity-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:428 Test object name: "ln-of-negative-float-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:434 Test object name: "ln-of-zero-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:441 Test object name: "ln-of-one-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 Test object name: "ln-of-e-one-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:455 Test object name: "ln-of-negative-int-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:461 Test object name: "ln-of-int-zero-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:468 Test object name: "ln-of-int-one-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:475 Test object name: "ln-of-twenty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 Test object name: "exp-check-0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;33mWARNINGm] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:588 Test object name: "exp-check-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[1;34mINFOm] Also, 51 XMIR programs linted as a package
[1;34mINFOm] Linted 51 out of 51 XMIR program(s) that needed this (out of 51 total programs) in 4s: 2195 warnings
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:xmir-to-phim 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Translated to phi (#14/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/win32-tests.xmir (9Kb) -> org/eolang/sys/win32-tests.phi (395b) in 404ms
[1;34mINFOm] Translated to phi (#3/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/angle-tests.xmir (16Kb) -> org/eolang/math/angle-tests.phi (763b) in 499ms
[1;34mINFOm] Translated to phi (#16/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/os-tests.xmir (7Kb) -> org/eolang/sys/os-tests.phi (293b) in 448ms
[1;34mINFOm] Translated to phi (#2/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/random-tests.xmir (23Kb) -> org/eolang/math/random-tests.phi (871b) in 668ms
[1;34mINFOm] Translated to phi (#5/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/integral-tests.xmir (33Kb) -> org/eolang/math/integral-tests.phi (2Kb) in 697ms
[1;34mINFOm] Translated to phi (#13/51): eo-runtime/target/eo-test/2-optimize/org/eolang/dataized-tests.xmir (25Kb) -> org/eolang/dataized-tests.phi (2Kb) in 615ms
[1;34mINFOm] Translated to phi (#11/51): eo-runtime/target/eo-test/2-optimize/org/eolang/bool-tests.xmir (21Kb) -> org/eolang/bool-tests.phi (1Kb) in 702ms
[1;34mINFOm] Translated to phi (#15/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/posix-tests.xmir (27Kb) -> org/eolang/sys/posix-tests.phi (2Kb) in 748ms
[1;34mINFOm] Translated to phi (#4/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/numbers-tests.xmir (33Kb) -> org/eolang/math/numbers-tests.phi (2Kb) in 942ms
[1;34mINFOm] Translated to phi (#25/51): eo-runtime/target/eo-test/2-optimize/org/eolang/cti-test.xmir (7Kb) -> org/eolang/cti-test.phi (231b) in 339ms
[1;34mINFOm] Translated to phi (#21/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/sprintf-tests.xmir (33Kb) -> org/eolang/txt/sprintf-tests.phi (2Kb) in 804ms
[1;34mINFOm] Translated to phi (#10/51): eo-runtime/target/eo-test/2-optimize/org/eolang/seq-tests.xmir (106Kb) -> org/eolang/seq-tests.phi (12Kb) in 2s
[1;34mINFOm] Translated to phi (#24/51): eo-runtime/target/eo-test/2-optimize/org/eolang/go-tests.xmir (40Kb) -> org/eolang/go-tests.phi (2Kb) in 858ms
[1;34mINFOm] Translated to phi (#22/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/sscanf-tests.xmir (34Kb) -> org/eolang/txt/sscanf-tests.phi (2Kb) in 1s
[1;34mINFOm] Translated to phi (#28/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/tmpdir-tests.xmir (9Kb) -> org/eolang/fs/tmpdir-tests.phi (562b) in 424ms
[1;34mINFOm] Translated to phi (#12/51): eo-runtime/target/eo-test/2-optimize/org/eolang/negative-infinity-tests.xmir (107Kb) -> org/eolang/negative-infinity-tests.phi (9Kb) in 2s
[1;34mINFOm] Translated to phi (#1/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i64-tests.xmir (55Kb) -> org/eolang/i64-tests.phi (3Kb) in 2s
[1;34mINFOm] Translated to phi (#27/51): eo-runtime/target/eo-test/2-optimize/org/eolang/try-tests.xmir (24Kb) -> org/eolang/try-tests.phi (2Kb) in 793ms
[1;34mINFOm] Translated to phi (#30/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/dir-tests.xmir (45Kb) -> org/eolang/fs/dir-tests.phi (2Kb) in 844ms
[1;34mINFOm] Translated to phi (#23/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/regex-tests.xmir (74Kb) -> org/eolang/txt/regex-tests.phi (4Kb) in 2s
[1;34mINFOm] Translated to phi (#33/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/set-tests.xmir (18Kb) -> org/eolang/structs/set-tests.phi (871b) in 604ms
[1;34mINFOm] Translated to phi (#17/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i32-tests.xmir (76Kb) -> org/eolang/i32-tests.phi (3Kb) in 2s
[1;34mINFOm] Translated to phi (#19/51): eo-runtime/target/eo-test/2-optimize/org/eolang/string-tests.xmir (69Kb) -> org/eolang/string-tests.phi (5Kb) in 2s
[1;34mINFOm] Translated to phi (#34/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/range-of-ints-tests.xmir (26Kb) -> org/eolang/structs/range-of-ints-tests.phi (2Kb) in 892ms
[1;34mINFOm] Translated to phi (#37/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/bytes-as-array-tests.xmir (12Kb) -> org/eolang/structs/bytes-as-array-tests.phi (1Kb) in 536ms
[1;34mINFOm] Translated to phi (#26/51): eo-runtime/target/eo-test/2-optimize/org/eolang/while-tests.xmir (113Kb) -> org/eolang/while-tests.phi (8Kb) in 2s
[1;34mINFOm] Translated to phi (#40/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/input-length-tests.xmir (13Kb) -> org/eolang/io/input-length-tests.phi (1Kb) in 488ms
[1;34mINFOm] Translated to phi (#35/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/range-tests.xmir (35Kb) -> org/eolang/structs/range-tests.phi (2Kb) in 1s
[1;34mINFOm] Translated to phi (#41/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/console-test.xmir (6Kb) -> org/eolang/io/console-test.phi (268b) in 327ms
[1;34mINFOm] Translated to phi (#36/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/hash-code-of-tests.xmir (52Kb) -> org/eolang/structs/hash-code-of-tests.phi (4Kb) in 1s
[1;34mINFOm] Translated to phi (#8/51): eo-runtime/target/eo-test/2-optimize/org/eolang/tuple-tests.xmir (87Kb) -> org/eolang/tuple-tests.phi (4Kb) in 4s
[1;34mINFOm] Translated to phi (#42/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/bytes-as-input-test.xmir (12Kb) -> org/eolang/io/bytes-as-input-test.phi (683b) in 421ms
[1;34mINFOm] Translated to phi (#9/51): eo-runtime/target/eo-test/2-optimize/org/eolang/runtime-tests.xmir (173Kb) -> org/eolang/runtime-tests.phi (15Kb) in 4s
[1;34mINFOm] Translated to phi (#39/51): eo-runtime/target/eo-test/2-optimize/org/eolang/switch-tests.xmir (37Kb) -> org/eolang/switch-tests.phi (3Kb) in 1s
[1;34mINFOm] Translated to phi (#43/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/stdout-test.xmir (6Kb) -> org/eolang/io/stdout-test.phi (260b) in 310ms
[1;34mINFOm] Translated to phi (#44/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/dead-input-tests.xmir (8Kb) -> org/eolang/io/dead-input-tests.phi (384b) in 304ms
[1;34mINFOm] Translated to phi (#7/51): eo-runtime/target/eo-test/2-optimize/org/eolang/malloc-tests.xmir (137Kb) -> org/eolang/malloc-tests.phi (9Kb) in 4s
[1;34mINFOm] Translated to phi (#46/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/dead-output-tests.xmir (6Kb) -> org/eolang/io/dead-output-tests.phi (289b) in 366ms
[1;34mINFOm] Translated to phi (#45/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/malloc-as-output-test.xmir (14Kb) -> org/eolang/io/malloc-as-output-test.phi (1Kb) in 396ms
[1;34mINFOm] Translated to phi (#47/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/tee-input-tests.xmir (29Kb) -> org/eolang/io/tee-input-tests.phi (2Kb) in 442ms
[1;34mINFOm] Translated to phi (#32/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/map-tests.xmir (86Kb) -> org/eolang/structs/map-tests.phi (5Kb) in 2s
[1;34mINFOm] Translated to phi (#18/51): eo-runtime/target/eo-test/2-optimize/org/eolang/bytes-tests.xmir (127Kb) -> org/eolang/bytes-tests.phi (9Kb) in 4s
[1;34mINFOm] Translated to phi (#49/51): eo-runtime/target/eo-test/2-optimize/org/eolang/nan-tests.xmir (38Kb) -> org/eolang/nan-tests.phi (2Kb) in 694ms
[1;34mINFOm] Translated to phi (#29/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/file-tests.xmir (146Kb) -> org/eolang/fs/file-tests.phi (11Kb) in 3s
[1;34mINFOm] Translated to phi (#48/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i16-tests.xmir (84Kb) -> org/eolang/i16-tests.phi (4Kb) in 1s
[1;34mINFOm] Translated to phi (#31/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/path-tests.xmir (117Kb) -> org/eolang/fs/path-tests.phi (8Kb) in 3s
[1;34mINFOm] Translated to phi (#51/51): eo-runtime/target/eo-test/2-optimize/org/eolang/positive-infinity-tests.xmir (130Kb) -> org/eolang/positive-infinity-tests.phi (9Kb) in 1s
[1;34mINFOm] Translated to phi (#50/51): eo-runtime/target/eo-test/2-optimize/org/eolang/number-tests.xmir (89Kb) -> org/eolang/number-tests.phi (4Kb) in 2s
[1;34mINFOm] Translated to phi (#20/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/text-tests.xmir (142Kb) -> org/eolang/txt/text-tests.phi (10Kb) in 5s
[1;34mINFOm] Translated to phi (#6/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/real-tests.xmir (172Kb) -> org/eolang/math/real-tests.phi (11Kb) in 6s
[1;34mINFOm] Translated to phi (#38/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/list-tests.xmir (369Kb) -> org/eolang/structs/list-tests.phi (27Kb) in 9s
[1;34mINFOm] Translated 51 XMIR file(s) from eo-runtime/target/eo-test/2-optimize to eo-runtime/target/eo-test/phi
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:phi-to-xmirm 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Parsed 51 phi files to xmir in 3s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:transpilem 1m(test-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Transpiled 51 XMIRs, created 916 Java files in eo-runtime/target/generated-test-sources
[1;34mINFOm] The directory added to Maven 'test-compile-source-root': eo-runtime/target/generated-test-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.3.1:testResourcesm 1m(default-testResources)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Copying 5 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 963 source files to /home/r/repo/eo-runtime/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.3.1:testm 1m(default-test)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Tests are skipped.
[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/EOorg/EOeolang/EOtxt/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOfs/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOmath/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/Posix/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/Win32/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/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] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:copym 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] 58 source(s) copied from eo-runtime/src/main/eo to eo-runtime/target/classes/EO-SOURCES
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:unplacem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] The list of placed binaries is absent: eo-runtime/target/eo-placed.csv
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.50.0:unspilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Deleted 400 .class files out of 682 in eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.4.2:jarm 1m(default-jar)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.2:integration-testm 1m(snippet-test)m @ 36meo-runtime0;1m ---m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.pom90m (3.5 kB at 392 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.pom90m (3.3 kB at 466 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.pom90m (4.7 kB at 2.3 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.pom90m (4.8 kB at 2.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.pom90m (1.8 kB at 881 kB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.pom90m (3.5 kB at 1.8 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.pom
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.pom90m (7.8 kB at 2.6 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.pom
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.pom90m (14 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.jar
Downloaded90m fromk0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.jar90m (171 kB at 17 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.jar
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.jar
Downloaded90m fromB0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.jar90m (14 kB at 3.4 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.jar
Downloaded90m fromk0mMaven90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.jar90m (26 kB at 5.2 MB/s)0m
90mDownloading from 0mMaven90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.jar
Downloaded90m fromk0mMaven90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.jar90m (8.2 kB at 1.6 MB/s)0m
Downloaded90m fromk0mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.jar90m (118 kB at 17 MB/s)0m
Downloaded90m from20mMaven90m:3https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.jar90m (57 kB at 4.4 MB/s)0m
Downloaded90m from20mMaven90m:/https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.jar90m (311 kB at 14 MB/s)0m
Downloaded90m fromM0mMaven90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.jar90m (2.8 MB at 46 MB/s)0m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.2:verifym 1m(snippet-test)m @ 36meo-runtime0;1m ---m
[1;33mWARNINGm] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1
[1;34mINFOm] Tests are skipped.
[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;32mlicense:2.5.0:check-file-headerm 1m(check-licenses)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-runtime/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Scan 599 files header done in 134.385ms.
[1;34mINFOm]
* add header on 599 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.2: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.50.0/eo-runtime-0.50.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for eo 0.50.0:m
[1;34mINFOm]
[1;34mINFOm] eo ................................................. 1;32mSUCCESSm [ 4.418 s]
[1;34mINFOm] eo-parser .......................................... 1;32mSUCCESSm [ 9.261 s]
[1;34mINFOm] eo-maven-plugin .................................... 1;32mSUCCESSm [ 33.521 s]
[1;34mINFOm] eo-runtime ......................................... 1;32mSUCCESSm [01:15 min]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time: 02:03 min
[1;34mINFOm] Finished at: 2024-12-27T11:00:01Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Artifact com.jcabi:parent:pom:0.68.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:parent:pom:0.68.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.68.0/parent-0.68.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.68.0/parent-0.68.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.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/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/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/org/apache/httpcomponents/httpcore/4.2/httpcore-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/commons-codec/commons-codec/1.3/commons-codec-1.3.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/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/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/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/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/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/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/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-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/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.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/commons-io/commons-io/2.4/commons-io-2.4.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/commons-lang/commons-lang/2.6/commons-lang-2.6.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/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/log4j/log4j/1.2.17/log4j-1.2.17.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/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/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.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.7.0/nexus-staging-maven-plugin-1.7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.7.0/nexus-staging-maven-plugin-1.7.0.pom (9.1 kB at 397 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.7.0/nexus-staging-1.7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.7.0/nexus-staging-1.7.0.pom (2.8 kB at 251 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.7.0/nexus-maven-plugins-1.7.0.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.7.0/nexus-maven-plugins-1.7.0.pom (19 kB at 1.6 MB/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 210 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 2.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.7.0/nexus-common-1.7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.7.0/nexus-common-1.7.0.pom (2.2 kB at 247 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)]
[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)]
[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)]
[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 522 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)]
[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)]
[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)]
[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 296 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 1.8 MB/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 475 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)]
[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)]
[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)]
[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 126 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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 307 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 274 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 127 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)]
[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)]
[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 183 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 796 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 251 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 236 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)]
[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)]
[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 352 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)]
[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)]
[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)]
[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)]
[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)]
[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 180 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 2.1 MB/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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 546 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 288 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 4.2 MB/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 95 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 2.9 MB/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 718 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 241 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 343 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 324 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 169 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 238 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 323 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 882 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 605 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 381 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 227 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 514 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 530 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 347 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 406 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 367 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 227 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 813 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 556 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 393 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 692 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 331 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 440 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 619 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 2.5 MB/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)]
[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)]
[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)]
[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 148 kB/s)
[INFO] Artifact commons-io:commons-io:pom:2.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), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[INFO] Artifact commons-io:commons-io:pom:2.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), 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-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (0 B at 0 B/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)]
[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)]
[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 3.0 MB/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 4.8 MB/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 3.0 MB/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 48 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 1.6 MB/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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 260 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 1.7 MB/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 69 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 2.8 MB/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 306 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 684 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 1.3 MB/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 2.4 MB/s)
[INFO] Artifact net.java:jvnet-parent: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), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)]
[INFO] Artifact net.java:jvnet-parent: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), 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/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (0 B at 0 B/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 786 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 669 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 621 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 396 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)]
[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)]
[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)]
[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)]
[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 621 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 1.5 MB/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)]
[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 148 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 365 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 869 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 824 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 2.6 MB/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 553 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 1.2 MB/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 1.9 MB/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 1.8 MB/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 546 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 798 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 171 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 410 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 381 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 1.7 MB/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 1.3 MB/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 1.2 MB/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 531 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 1.9 MB/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 572 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 2.3 MB/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 1.5 MB/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)]
[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 574 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 109 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 2.1 MB/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 557 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 1.3 MB/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 1.8 MB/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 288 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 595 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 2.8 MB/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 1.1 MB/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.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 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.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.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 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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.7.0/nexus-staging-maven-plugin-1.7.0.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.7.0/nexus-staging-maven-plugin-1.7.0.jar (251 kB at 18 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.7.0/nexus-common-1.7.0.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
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.7.0/nexus-common-1.7.0.jar (16 kB at 1.6 MB/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
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 1.2 MB/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
Downloaded1from5oss.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/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded2from9oss.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 3.1 MB/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
Downloaded3from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 2.8 MB/s)
Downloaded 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 (52 kB at 2.9 MB/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
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
Downloaded3from0oss.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 8.5 MB/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
Downloaded3from4oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 5.1 MB/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
Downloaded3from8oss.sonatype.org:7https://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 7.2 MB/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
Downloaded2from5oss.sonatype.org:1https://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 8.5 MB/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
Downloaded3from4oss.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 1.1 MB/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
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 3.1 MB/s)
Downloaded 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 (281 kB at 5.7 MB/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
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
Downloaded3from1oss.sonatype.org:Bhttps://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 811 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
Downloaded2from5oss.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 590 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
Downloaded2from4oss.sonatype.org:khttps://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 974 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
Downloaded3from7oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 2.1 MB/s)
Downloading)from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded3from9oss.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 249 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
Downloaded2from5oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 2.0 MB/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
Downloaded 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 (559 kB at 8.7 MB/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
Downloaded1from.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 (4.2 kB at 64 kB/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 222 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
Downloaded2from6oss.sonatype.org:khttps://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
Downloaded2from1oss.sonatype.org:2https://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 3.0 MB/s)
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 133 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
Downloaded 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 (162 kB at 2.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
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
Downloaded3from6oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 358 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
Downloaded4from8oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 3.2 MB/s)
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded3from4oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 80 kB/s)
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar
Downloaded2from4oss.sonatype.org:4https://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 from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
Downloaded2from3oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 6.7 MB/s)
Downloading)from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded1from4oss.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
Downloaded3from4oss.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 107 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 202 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
Downloaded2from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 455 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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 4.8 MB/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.jar
Downloaded2from5oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 519 kB/s)
Downloading)from/oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
Downloaded3from4oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 1.0 MB/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
Downloaded2from9oss.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 125 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
Downloaded2from9oss.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 50 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
Downloaded2from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 574 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
Downloaded 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 (467 kB at 3.5 MB/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
Downloaded2from4oss.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 117 kB/s)
Downloading)from0oss.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
Downloaded3from7oss.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 2.7 MB/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
Downloaded 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 (36 kB at 260 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
Downloaded 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 (31 kB at 222 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
Downloaded3from.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/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
Downloaded4from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 300 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
Downloaded 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 (116 kB at 781 kB/s)
Downloading)from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded2from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 2.3 MB/s)
Downloading)from6oss.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/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded3from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 104 kB/s)
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded2from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 2.0 MB/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
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 168 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
Downloaded2from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 742 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
Downloaded2from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 298 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
Downloaded3from.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 9.0 MB/s)
Downloading)from1oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
Downloaded3from9oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 352 kB/s)
Downloaded2from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.4 MB/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 515 kB/s)
Downloaded2from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 1.3 MB/s)
Downloaded 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 (449 kB at 2.4 MB/s)
[INFO] Artifact org.junit:junit-bom:pom:5.10.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.junit:junit-bom:pom:5.10.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/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (0 B at 0 B/s)
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.eolang:eo-parser:jar:0.50.0
[WARNING] 'build.plugins.plugin.version' for org.codehaus.gmaven:groovy-maven-plugin is missing. @ line 192, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[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.50.0 [1/4]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.enforcer:enforcer: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)]
[INFO] Artifact org.apache.maven.enforcer:enforcer: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-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)]
[INFO] Artifact org.apache.maven:maven-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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/42/maven-parent-42.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/42/maven-parent-42.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache:pom: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:apache:pom: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/apache/apache/32/apache-32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/32/apache-32.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.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.junit:junit-bom:pom:5.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/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-enforcer-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-source-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)]
[INFO] Artifact org.apache.maven.plugins:maven-source-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-source-plugin/3.3.1/maven-source-plugin-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.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)]
[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)]
[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)]
[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-source-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)]
[INFO] Artifact org.apache.maven.plugins:maven-source-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-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugins: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)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-clean-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0.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)]
[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)]
[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)]
[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)]
[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.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)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.7.0/maven-javadoc-plugin-3.7.0.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)]
[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)]
[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)]
[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)]
[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.2.4/maven-gpg-plugin-3.2.4.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.4/maven-gpg-plugin-3.2.4.pom (13 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.4/maven-gpg-plugin-3.2.4.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.4/maven-gpg-plugin-3.2.4.jar (73 kB at 8.1 MB/s)
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.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)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:86 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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.mojo:mojo-parent:pom:86 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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/86/mojo-parent-86.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.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)]
[INFO] Artifact org.junit:junit-bom:pom:5.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.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)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.2/maven-install-plugin-3.1.2.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.2/maven-deploy-plugin-3.1.2.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.apache.groovy:groovy:pom:5.0.0-alpha-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.apache.groovy:groovy:pom:5.0.0-alpha-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/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-bom:pom:5.0.0-alpha-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.apache.groovy:groovy-bom:pom:5.0.0-alpha-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/apache/groovy/groovy-bom/5.0.0-alpha-11/groovy-bom-5.0.0-alpha-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/5.0.0-alpha-11/groovy-bom-5.0.0-alpha-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-xml:pom:5.0.0-alpha-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.apache.groovy:groovy-xml:pom:5.0.0-alpha-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/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy:jar:5.0.0-alpha-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.apache.groovy:groovy-xml:jar:5.0.0-alpha-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.apache.groovy:groovy:jar:5.0.0-alpha-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.apache.groovy:groovy-xml:jar:5.0.0-alpha-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/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy/5.0.0-alpha-11/groovy-5.0.0-alpha-11.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-xml/5.0.0-alpha-11/groovy-xml-5.0.0-alpha-11.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ eo-parent ---
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:4.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 org.codehaus.plexus:plexus-utils:pom:4.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/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus: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), 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/17/plexus-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/17/plexus-17.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:4.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 org.codehaus.plexus:plexus-utils:jar:4.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/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (0 B at 0 B/s)
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-parent ---
[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)]
[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)
[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)]
[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)]
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)]
[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)]
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.apache.maven.enforcer:enforcer-api: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.enforcer:enforcer-api: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), 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.5.0/enforcer-api-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules: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), 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.5.0/enforcer-rules-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util: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), 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.4.1/maven-resolver-util-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver: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), 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.4.1/maven-resolver-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.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)]
[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.resolver:maven-resolver-api: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api: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), 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.4.1/maven-resolver-api-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.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)]
[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)]
[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: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)]
[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)]
[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 commons-codec:commons-codec:pom:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-codec:commons-codec:pom:1.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), 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.17.0/commons-codec-1.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:69 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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-parent:pom:69 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/69/commons-parent-69.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/69/commons-parent-69.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.16.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:pom:2.16.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-io/commons-io/2.16.1/commons-io-2.16.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.16.1/commons-io-2.16.1.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)]
[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.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.apache.maven.enforcer:enforcer-api: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)]
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules: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)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util: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), 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 commons-codec:commons-codec:jar:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:jar:2.16.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-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)]
[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.apache.maven.enforcer:enforcer-api: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)]
[INFO] Artifact org.apache.maven.enforcer:enforcer-rules: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)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util: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), 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 commons-codec:commons-codec:jar:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:jar:2.16.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-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/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/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.5.0/enforcer-rules-3.5.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.5.0/enforcer-api-3.5.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.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.5.0/enforcer-rules-3.5.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.14.0/commons-lang3-3.14.0.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-util/1.4.1/maven-resolver-util-1.4.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.16.1/commons-io-2.16.1.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)
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- enforcer:3.5.0: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)]
[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)]
[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.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), apache.snapshots (https://repository.apache.org/content/groups/snapshots-group/, default, snapshots)]
[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), 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/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/content/groups/snapshots-group/, default, snapshots)]
[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/content/groups/snapshots-group/, 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.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/content/groups/snapshots-group/, default, snapshots)]
[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/content/groups/snapshots-group/, 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/content/groups/snapshots-group/, default, snapshots)]
[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/content/groups/snapshots-group/, 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.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.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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)]
[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)]
[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.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)]
[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/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/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/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-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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (0 B at 0 B/s)
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/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
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-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/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/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/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/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)
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/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
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/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/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/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/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/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/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/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/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-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/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/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/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/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/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/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (0 B at 0 B/s)
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
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/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.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.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/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.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.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.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/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.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/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.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.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-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/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.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/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/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: 27abe8b at timestamp: 2024-12-27T11:00:08
[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] >>> source:3.3.1:jar (jcabi-sources) > generate-sources @ eo-parent >>>
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-parent ---
[INFO]
[INFO] --- enforcer:3.5.0: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.1:jar (jcabi-sources) < generate-sources @ eo-parent <<<
[INFO]
[INFO]
[INFO] --- source:3.3.1:jar (jcabi-sources) @ eo-parent ---
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 506 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 460 kB/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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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), 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/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.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)]
[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)]
[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 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)]
[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-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)]
[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)]
[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)]
[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)
[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)]
[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)]
[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 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)]
[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.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)]
[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)]
[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.9.1/plexus-archiver-4.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom (5.8 kB at 644 kB/s)
[INFO] Artifact org.codehaus.plexus:plexus: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)]
[INFO] Artifact org.codehaus.plexus:plexus: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/codehaus/plexus/plexus/16/plexus-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/16/plexus-16.pom (0 B at 0 B/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.1/junit-bom-5.10.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.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.25.0/commons-compress-1.25.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom (22 kB at 2.4 MB/s)
[INFO] Artifact com.github.luben:zstd-jni:pom:1.5.5-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)]
[INFO] Artifact com.github.luben:zstd-jni:pom:1.5.5-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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (0 B at 0 B/s)
[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.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.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)]
[INFO] Artifact com.github.luben:zstd-jni:jar:1.5.5-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)]
[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.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.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)]
[INFO] Artifact com.github.luben:zstd-jni:jar:1.5.5-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)]
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
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 3.3 MB/s)
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.9.1/plexus-archiver-4.9.1.jar
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.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-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/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-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-11/zstd-jni-1.5.5-11.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)
Downloaded2from.oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (0 B at 0 B/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (0 B at 0 B/s)
Downloaded2from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar (225 kB at 13 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar (1.1 MB at 40 MB/s)
[INFO]
[INFO] --- javadoc:3.7.0: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)]
[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)]
[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)]
[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)]
[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)]
[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)
[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)]
[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.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)]
[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 org.apache.maven.shared:maven-invoker: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-invoker: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), 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.3.0/maven-invoker-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components: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)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components: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/maven/shared/maven-shared-components/42/maven-shared-components-42.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.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)]
[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)]
[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 868 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 246 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 2.8 MB/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)]
[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)]
[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 518 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 1.0 MB/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 271 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 371 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 114 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)]
[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)]
[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)]
[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 318 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 564 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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 468 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 682 kB/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), 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: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-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.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)]
[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-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)]
[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-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), 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-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), 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-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-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)]
[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.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)]
[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)
[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)]
[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)]
[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)]
[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)
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 825 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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)
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
Downloaded1from.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 (3.5 kB at 580 kB/s)
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
Downloaded1from.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 (1.9 kB at 271 kB/s)
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
Downloaded1from.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 (3.2 kB at 403 kB/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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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 [oss.sonatype.org (https://oss.sonatype.org/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/3.5.3/wagon-provider-api-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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/3.5.3/wagon-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text: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)]
[INFO] Artifact org.apache.commons:commons-text: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/commons/commons-text/1.12.0/commons-text-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.12.0/commons-text-1.12.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)]
[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)]
[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)]
[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)]
[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.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.thoughtworks.qdox:qdox: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/com/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.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)]
[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)]
[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)]
[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)]
[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)]
[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 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)]
[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-xml: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-xml: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), 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.1/plexus-xml-3.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus: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)]
[INFO] Artifact org.codehaus.plexus:plexus: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/codehaus/plexus/plexus/18/plexus-18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/18/plexus-18.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-io: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)]
[INFO] Artifact org.codehaus.plexus:plexus-io: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/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.1/commons-io-2.15.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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-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 [oss.sonatype.org (https://oss.sonatype.org/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/65/commons-parent-65.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/65/commons-parent-65.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api: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)]
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api: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/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interactivity: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)]
[INFO] Artifact org.codehaus.plexus:plexus-interactivity: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/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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.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-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: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.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: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 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), 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: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-text: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.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.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-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.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-io: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.codehaus.plexus:plexus-interactivity-api: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.resolver:maven-resolver-api: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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.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-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: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.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: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 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), 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: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-text: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.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.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-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.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-io: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.codehaus.plexus:plexus-interactivity-api: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (0 B at 0 B/s)
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.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
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)
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-model/3.1.1/maven-model-3.1.1.jar
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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.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-settings/3.1.1/maven-settings-3.1.1.jar
Downloaded2from1oss.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 6.1 MB/s)
Downloaded 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 (52 kB at 5.2 MB/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
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
Downloaded3from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 2.8 MB/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
Downloaded2from5oss.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 9.6 MB/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
Downloaded2from9oss.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 2.4 MB/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
Downloaded2from1oss.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 1.3 MB/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
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 24 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
Downloaded2from6oss.sonatype.org:Bhttps://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
Downloaded2from3oss.sonatype.org:Bhttps://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/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
Downloaded2from0oss.sonatype.org:Bhttps://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 2.3 MB/s)
Downloading)from5oss.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
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 5.7 MB/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/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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
Downloaded2from0oss.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 1.7 MB/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
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 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.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/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.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/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded from oss.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-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)
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-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
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/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-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/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-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-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-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-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/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-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (0 B at 0 B/s)
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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
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-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/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-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/junit/junit/3.8.1/junit-3.8.1.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/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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (0 B at 0 B/s)
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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded1from3oss.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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.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-text/1.12.0/commons-text-1.12.0.jar
Downloaded1from8oss.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)from6oss.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/velocity/velocity/1.7/velocity-1.7.jar (0 B at 0 B/s)
Downloading)from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.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/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 4.0 MB/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/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.1.0/qdox-2.1.0.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/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/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.1/plexus-xml-3.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.1.0/qdox-2.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-io/3.4.2/plexus-io-3.4.2.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-interactivity-api/1.3/plexus-interactivity-api-1.3.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)
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)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.jar (0 B at 0 B/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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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-launcher/1.10.12/ant-launcher-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/1.10.12/ant-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/fibonacci/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/main/resources/org/eolang/maven/pre/align-test-classes.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/remove-high-level-inner-classes.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/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/main/resources/org/eolang/maven/unphi/atoms-with-bound-attrs.xsl looks good
[INFO] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/normalize-bytes.xsl looks good
[INFO] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/wrap-bytes.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/_funcs.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_stepped.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/blank-xsd-schema.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/clean-up.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/const-to-dataized.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti-adds-errors.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/move-voids-up.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/phi/incorrect-inners.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-phi.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-salty-phi.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/wrap-default-package.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo-reversed.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/wrap-data.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/resolve-before-star.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/validate-before-stars.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/wrap-method-calls.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/xs3p/xs3p.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.2.4:sign (jcabi-sign-artifacts) @ eo-parent ---
[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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.18/maven-resolver-util-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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: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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.18/maven-resolver-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.18/maven-resolver-api-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.78/bcpg-jdk18on-1.78.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.78/bcpg-jdk18on-1.78.pom (1.6 kB at 176 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.78/bcprov-jdk18on-1.78.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.78/bcprov-jdk18on-1.78.pom (1.1 kB at 163 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.78/bcutil-jdk18on-1.78.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.78/bcutil-jdk18on-1.78.pom (1.3 kB at 165 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-core/2.9.1/junixsocket-core-2.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-core/2.9.1/junixsocket-core-2.9.1.pom (1.5 kB at 152 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket/2.9.1/junixsocket-2.9.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket/2.9.1/junixsocket-2.9.1.pom (22 kB at 3.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent-multirelease/1.7.0/kohlschutter-parent-multirelease-1.7.0.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent-multirelease/1.7.0/kohlschutter-parent-multirelease-1.7.0.pom (103 kB at 11 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent/1.7.0/kohlschutter-parent-1.7.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent/1.7.0/kohlschutter-parent-1.7.0.pom (92 kB at 7.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.9.1/junixsocket-native-common-2.9.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.9.1/junixsocket-native-common-2.9.1.pom (11 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.9.1/junixsocket-common-2.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.9.1/junixsocket-common-2.9.1.pom (3.7 kB at 371 kB/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)]
[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)]
[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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.78/bcpg-jdk18on-1.78.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.78/bcprov-jdk18on-1.78.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.78/bcutil-jdk18on-1.78.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.9.1/junixsocket-native-common-2.9.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.9.1/junixsocket-common-2.9.1.jar
Downloaded5from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.9.1/junixsocket-native-common-2.9.1.jar (723 kB at 15 MB/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
Downloaded4from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.78/bcpg-jdk18on-1.78.jar (475 kB at 9.7 MB/s)
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
Downloaded3from.oss.sonatype.org:5https://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)
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.9.1/junixsocket-common-2.9.1.jar (1.4 MB at 18 MB/s)
Downloaded2from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.78/bcutil-jdk18on-1.78.jar (705 kB at 8.2 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.78/bcprov-jdk18on-1.78.jar (8.3 MB at 46 MB/s)
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 1 file with key 7E29B723C7834679204DD410AA57FF6B7040FA46
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] --- license:2.5.0:check-file-header (check-licenses) @ eo-parent ---
[INFO] Artifact org.apache.maven.doxia:doxia-core: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-core: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia: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)]
[INFO] Artifact org.apache.maven.doxia:doxia: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-parent:pom:43 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-parent:pom:43 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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/43/maven-parent-43.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/43/maven-parent-43.pom (0 B at 0 B/s)
[INFO] Artifact org.apache:apache: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)]
[INFO] Artifact org.apache:apache: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/apache/33/apache-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/33/apache-33.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.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.junit:junit-bom:pom:5.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/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-sink-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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-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), 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/2.0.0/doxia-sink-api-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-io:commons-io:pom:2.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), 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.17.0/commons-io-2.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-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), 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/74/commons-parent-74.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/74/commons-parent-74.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.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), 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.17.0/commons-lang3-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:73 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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-parent:pom:73 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/73/commons-parent-73.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/73/commons-parent-73.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api: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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:43 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-shared-components:pom:43 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-shared-components/43/maven-shared-components-43.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl: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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.11.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.junit:junit-bom:pom:5.11.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.11.2/junit-bom-5.11.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-site-model: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-model: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/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-sitetools: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-sitetools: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/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.9.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), 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.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.9.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), 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-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.9.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), 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:pom:0.9.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), 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.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-integration-tools: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-integration-tools: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/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.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.codehaus.plexus:plexus-utils:pom:1.4.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/1.4.5/plexus-utils-1.4.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.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/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.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/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer: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/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-skin-model: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-skin-model: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/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5: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/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-modules: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-modules: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/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-velocity: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 [oss.sonatype.org (https://oss.sonatype.org/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-velocity: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 [oss.sonatype.org (https://oss.sonatype.org/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/2.2.0/plexus-velocity-2.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus: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)]
[INFO] Artifact org.codehaus.plexus:plexus: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/codehaus/plexus/plexus/19/plexus-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/19/plexus-19.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-engine-core: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)]
[INFO] Artifact org.apache.velocity:velocity-engine-core: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/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-engine-parent: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)]
[INFO] Artifact org.apache.velocity:velocity-engine-parent: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/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-master: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.velocity:velocity-master: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), 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-master/7/velocity-master-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/7/velocity-master-7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity.tools:velocity-tools-generic: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)]
[INFO] Artifact org.apache.velocity.tools:velocity-tools-generic: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity.tools:velocity-tools-parent: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)]
[INFO] Artifact org.apache.velocity.tools:velocity-tools-parent: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-master: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.velocity:velocity-master: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), 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-master/4/velocity-master-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/4/velocity-master-4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-engine-core:pom: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.velocity:velocity-engine-core:pom: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/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.velocity:velocity-engine-parent:pom: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.velocity:velocity-engine-parent:pom: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/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-digester3: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)]
[INFO] Artifact org.apache.commons:commons-digester3: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/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (0 B at 0 B/s)
[INFO] Artifact commons-beanutils:commons-beanutils:pom:1.8.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 commons-beanutils:commons-beanutils:pom:1.8.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/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent: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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-parent: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), 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/14/commons-parent-14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom (0 B at 0 B/s)
[INFO] Artifact commons-logging:commons-logging:pom:1.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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-logging:commons-logging:pom:1.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), 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.1.1/commons-logging-1.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-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), 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-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), 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/5/commons-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.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.apache.commons:commons-lang3:pom:3.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/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/50/commons-parent-50.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/50/commons-parent-50.pom (0 B at 0 B/s)
[INFO] Artifact com.github.cliftonlabs:json-simple: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)]
[INFO] Artifact com.github.cliftonlabs:json-simple: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/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt: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/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc: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/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-archiver: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-archiver: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), 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.3/maven-archiver-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.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/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-io: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io: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), 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.5.0/plexus-io-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-compress:pom:1.26.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.commons:commons-compress:pom:1.26.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/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (0 B at 0 B/s)
[INFO] Artifact io.airlift:aircompressor:pom:0.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/snapshots, default, snapshots)]
[INFO] Artifact io.airlift:aircompressor:pom:0.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/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/airlift/aircompressor/0.27/aircompressor-0.27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/airlift/aircompressor/0.27/aircompressor-0.27.pom (0 B at 0 B/s)
[INFO] Artifact io.airlift:airbase:pom:112 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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 io.airlift:airbase:pom:112 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/io/airlift/airbase/112/airbase-112.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/airlift/airbase/112/airbase-112.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.8.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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.junit:junit-bom:pom:5.8.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), 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/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom (0 B at 0 B/s)
[INFO] Artifact com.github.luben:zstd-jni:pom:1.5.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 com.github.luben:zstd-jni:pom:1.5.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/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:4.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (0 B at 0 B/s)
[INFO] Artifact org.nuiton.processor:nuiton-processor: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)]
[INFO] Artifact org.nuiton.processor:nuiton-processor: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.nuiton:processor: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)]
[INFO] Artifact org.nuiton:processor: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/1.3/processor-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/1.3/processor-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.nuiton:mavenpom4redmineAndCentral:pom:3.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 [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.nuiton:mavenpom4redmineAndCentral:pom:3.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 [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/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom (0 B at 0 B/s)
[INFO] Artifact org.nuiton:mavenpom4redmine:pom:3.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 [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.nuiton:mavenpom4redmine:pom:3.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 [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/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom (0 B at 0 B/s)
[INFO] Artifact org.nuiton:mavenpom:pom:3.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 [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.nuiton:mavenpom:pom:3.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 [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/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom (0 B at 0 B/s)
[INFO] Artifact commons-io:commons-io:pom:2.18.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 commons-io:commons-io:pom:2.18.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/commons-io/commons-io/2.18.0/commons-io-2.18.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.18.0/commons-io-2.18.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-parent:pom:78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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/commons/commons-parent/78/commons-parent-78.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/78/commons-parent-78.pom (0 B at 0 B/s)
[INFO] Artifact org.freemarker:freemarker:pom:2.3.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)]
[INFO] Artifact org.freemarker:freemarker:pom:2.3.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/freemarker/freemarker/2.3.33/freemarker-2.3.33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/freemarker/freemarker/2.3.33/freemarker-2.3.33.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-to-slf4j:pom:2.24.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.apache.logging.log4j:log4j-to-slf4j:pom:2.24.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/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j:pom:2.24.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.apache.logging.log4j:log4j:pom:2.24.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/logging/log4j/log4j/2.24.2/log4j-2.24.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j/2.24.2/log4j-2.24.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-bom:pom:2.24.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.apache.logging.log4j:log4j-bom:pom:2.24.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/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging:logging-parent:pom:11.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.logging:logging-parent:pom:11.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/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-bom:pom:4.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)]
[INFO] Artifact org.apache.groovy:groovy-bom:pom:4.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson:jackson-bom:pom:2.17.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.fasterxml.jackson:jackson-bom:pom:2.17.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/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson:jackson-parent:pom: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml.jackson:jackson-parent:pom: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), 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/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml:oss-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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml:oss-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), 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/oss-parent/58/oss-parent-58.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/58/oss-parent-58.pom (0 B at 0 B/s)
[INFO] Artifact jakarta.platform:jakarta.jakartaee-bom:pom:9.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 jakarta.platform:jakarta.jakartaee-bom:pom:9.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/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom (0 B at 0 B/s)
[INFO] Artifact jakarta.platform:jakartaee-api-parent:pom:9.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 jakarta.platform:jakartaee-api-parent:pom:9.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/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.ee4j:project:pom:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.ee4j:project:pom:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.mockito:mockito-bom:pom:4.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.mockito:mockito-bom:pom:4.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/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework:spring-framework-bom:pom:5.3.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)]
[INFO] Artifact org.springframework:spring-framework-bom:pom:5.3.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/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-api:pom:2.24.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.logging.log4j:log4j-api:pom:2.24.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/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.pom (0 B at 0 B/s)
[INFO] Artifact org.osgi:org.osgi.core:pom:6.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)]
[INFO] Artifact org.osgi:org.osgi.core:pom:6.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.poi:poi-ooxml:pom:5.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.poi:poi-ooxml:pom:5.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/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.poi:poi:pom:5.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.poi:poi:pom:5.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/poi/poi/5.3.0/poi-5.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi/5.3.0/poi-5.3.0.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 [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-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 [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/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [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-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 [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/commons/commons-parent/48/commons-parent-48.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-math3: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)]
[INFO] Artifact org.apache.commons:commons-math3: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/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (0 B at 0 B/s)
[INFO] Artifact com.zaxxer:SparseBitSet: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)]
[INFO] Artifact com.zaxxer:SparseBitSet: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-api:pom:2.23.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.logging.log4j:log4j-api:pom:2.23.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/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j:pom:2.23.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.logging.log4j:log4j:pom:2.23.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/logging/log4j/log4j/2.23.1/log4j-2.23.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j/2.23.1/log4j-2.23.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-bom:pom:2.23.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.logging.log4j:log4j-bom:pom:2.23.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/logging/log4j/log4j-bom/2.23.1/log4j-bom-2.23.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-bom/2.23.1/log4j-bom-2.23.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging:logging-parent:pom:10.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 org.apache.logging:logging-parent:pom:10.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/logging/logging-parent/10.6.0/logging-parent-10.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/10.6.0/logging-parent-10.6.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.groovy:groovy-bom:pom:3.0.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)]
[INFO] Artifact org.codehaus.groovy:groovy-bom:pom:3.0.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/codehaus/groovy/groovy-bom/3.0.21/groovy-bom-3.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-bom/3.0.21/groovy-bom-3.0.21.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson:jackson-bom:pom:2.16.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.fasterxml.jackson:jackson-bom:pom:2.16.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/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.jackson:jackson-parent:pom: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml.jackson:jackson-parent:pom: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), 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/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml:oss-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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml:oss-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), 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/oss-parent/56/oss-parent-56.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/56/oss-parent-56.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.jetty:jetty-bom:pom:9.4.54.v20240208 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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.jetty:jetty-bom:pom:9.4.54.v20240208 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/jetty/jetty-bom/9.4.54.v20240208/jetty-bom-9.4.54.v20240208.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-bom/9.4.54.v20240208/jetty-bom-9.4.54.v20240208.pom (0 B at 0 B/s)
[INFO] Artifact io.fabric8:kubernetes-client-bom:pom:5.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 [oss.sonatype.org (https://oss.sonatype.org/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 io.fabric8:kubernetes-client-bom:pom:5.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 [oss.sonatype.org (https://oss.sonatype.org/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/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom (0 B at 0 B/s)
[INFO] Artifact io.netty:netty-bom:pom:4.1.107.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 [oss.sonatype.org (https://oss.sonatype.org/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 io.netty:netty-bom:pom:4.1.107.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 [oss.sonatype.org (https://oss.sonatype.org/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/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework:spring-framework-bom:pom:5.3.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.springframework:spring-framework-bom:pom:5.3.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/springframework/spring-framework-bom/5.3.32/spring-framework-bom-5.3.32.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-framework-bom/5.3.32/spring-framework-bom-5.3.32.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.poi:poi-ooxml-lite:pom:5.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.poi:poi-ooxml-lite:pom:5.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/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.xmlbeans:xmlbeans:pom:5.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 org.apache.xmlbeans:xmlbeans:pom:5.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/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.pom (0 B at 0 B/s)
[INFO] Artifact com.github.virtuald:curvesapi:pom:1.08 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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.github.virtuald:curvesapi:pom:1.08 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom (0 B at 0 B/s)
[INFO] Artifact org.odftoolkit:odfdom-java:pom:0.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)]
[INFO] Artifact org.odftoolkit:odfdom-java:pom:0.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/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.pom (0 B at 0 B/s)
[INFO] Artifact org.odftoolkit:odftoolkit:pom:0.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)]
[INFO] Artifact org.odftoolkit:odftoolkit:pom:0.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/odftoolkit/odftoolkit/0.9.0/odftoolkit-0.9.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/odftoolkit/odftoolkit/0.9.0/odftoolkit-0.9.0.pom (0 B at 0 B/s)
[INFO] Artifact xerces:xercesImpl: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact xerces:xercesImpl: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (0 B at 0 B/s)
[INFO] Artifact xml-apis:xml-apis:pom:1.4.01 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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 xml-apis:xml-apis:pom:1.4.01 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-core:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-core:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-core/3.17.0/jena-core-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-core/3.17.0/jena-core-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena/3.17.0/jena-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena/3.17.0/jena-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging.log4j:log4j-bom:pom:2.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.logging.log4j:log4j-bom:pom:2.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/logging/log4j/log4j-bom/2.14.0/log4j-bom-2.14.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-bom/2.14.0/log4j-bom-2.14.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.logging:logging-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)]
[INFO] Artifact org.apache.logging:logging-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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/3/logging-parent-3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/3/logging-parent-3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-base:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-base:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-base/3.17.0/jena-base-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-base/3.17.0/jena-base-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-shaded-guava:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-shaded-guava:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-csv: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)]
[INFO] Artifact org.apache.commons:commons-csv: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/org/apache/commons/commons-csv/1.8/commons-csv-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-csv/1.8/commons-csv-1.8.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-compress:pom: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 [oss.sonatype.org (https://oss.sonatype.org/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:pom: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 [oss.sonatype.org (https://oss.sonatype.org/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.20/commons-compress-1.20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (0 B at 0 B/s)
[INFO] Artifact com.github.andrewoma.dexx:collection:pom: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.github.andrewoma.dexx:collection:pom: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-iri:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-iri:pom:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.pom (0 B at 0 B/s)
[INFO] Artifact commons-cli:commons-cli: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)]
[INFO] Artifact commons-cli:commons-cli: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/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (0 B at 0 B/s)
[INFO] Artifact commons-validator:commons-validator: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)]
[INFO] Artifact commons-validator:commons-validator: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.pom (0 B at 0 B/s)
[INFO] Artifact commons-digester:commons-digester: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)]
[INFO] Artifact commons-digester:commons-digester: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-digester/commons-digester/2.1/commons-digester-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (0 B at 0 B/s)
[INFO] Artifact net.rootdev:java-rdfa:pom:0.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 net.rootdev:java-rdfa:pom:0.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/net/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.pom (0 B at 0 B/s)
[INFO] Artifact net.rootdev:java-rdfa-parent:pom:0.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 net.rootdev:java-rdfa-parent:pom:0.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/net/rootdev/java-rdfa-parent/0.4.2/java-rdfa-parent-0.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/rootdev/java-rdfa-parent/0.4.2/java-rdfa-parent-0.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-iri:pom:0.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)]
[INFO] Artifact org.apache.jena:jena-iri:pom:0.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/apache/jena/jena-iri/0.9.1/jena-iri-0.9.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-iri/0.9.1/jena-iri-0.9.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.jena:jena-parent: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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.jena:jena-parent: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), 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/jena/jena-parent/1/jena-parent-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-parent/1/jena-parent-1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.doxia:doxia-core: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api: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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-model: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.apache.maven.doxia:doxia-integration-tools: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-interpolation:jar:1.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/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer: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.apache.maven.doxia:doxia-skin-model: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.apache.maven.doxia:doxia-module-xhtml5: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-velocity: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 [oss.sonatype.org (https://oss.sonatype.org/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-engine-core: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.velocity.tools:velocity-tools-generic: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)]
[INFO] Artifact org.apache.commons:commons-digester3: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.github.cliftonlabs:json-simple: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.apache.maven.doxia:doxia-module-apt: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.apache.maven.doxia:doxia-module-xdoc: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.apache.maven:maven-archiver: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-io: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)]
[INFO] Artifact io.airlift:aircompressor:jar:0.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/snapshots, default, snapshots)]
[INFO] Artifact com.github.luben:zstd-jni:jar:1.5.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.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.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), 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-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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:4.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)]
[INFO] Artifact org.nuiton.processor:nuiton-processor: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)]
[INFO] Artifact commons-logging:commons-logging:jar:1.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.apache.commons:commons-lang3:jar:3.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)]
[INFO] Artifact commons-io:commons-io:jar:2.18.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.freemarker:freemarker:jar:2.3.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)]
[INFO] Artifact org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.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.apache.logging.log4j:log4j-api:jar:2.24.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.osgi:org.osgi.core:jar:6.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)]
[INFO] Artifact org.apache.poi:poi-ooxml:jar:5.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.poi:poi:jar:5.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.commons:commons-math3: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)]
[INFO] Artifact com.zaxxer:SparseBitSet: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)]
[INFO] Artifact org.apache.poi:poi-ooxml-lite:jar:5.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.xmlbeans:xmlbeans:jar:5.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 org.apache.commons:commons-compress:jar:1.26.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.github.virtuald:curvesapi:jar:1.08 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-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 [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.odftoolkit:odfdom-java:jar:0.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)]
[INFO] Artifact xerces:xercesImpl: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact xml-apis:xml-apis:jar:1.4.01 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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.jena:jena-core:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-base:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-shaded-guava:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-csv: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 com.github.andrewoma.dexx:collection:jar: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-iri:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-cli:commons-cli: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 commons-validator:commons-validator: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-digester:commons-digester:jar: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 net.rootdev:java-rdfa:jar:0.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.apache.maven.doxia:doxia-core: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api: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)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-impl: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)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-model: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.apache.maven.doxia:doxia-integration-tools: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-interpolation:jar:1.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/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer: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.apache.maven.doxia:doxia-skin-model: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.apache.maven.doxia:doxia-module-xhtml5: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-velocity: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 [oss.sonatype.org (https://oss.sonatype.org/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-engine-core: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.velocity.tools:velocity-tools-generic: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)]
[INFO] Artifact org.apache.commons:commons-digester3: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.github.cliftonlabs:json-simple: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.apache.maven.doxia:doxia-module-apt: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.apache.maven.doxia:doxia-module-xdoc: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.apache.maven:maven-archiver: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-io: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)]
[INFO] Artifact io.airlift:aircompressor:jar:0.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/snapshots, default, snapshots)]
[INFO] Artifact com.github.luben:zstd-jni:jar:1.5.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.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.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), 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-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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:4.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)]
[INFO] Artifact org.nuiton.processor:nuiton-processor: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)]
[INFO] Artifact commons-logging:commons-logging:jar:1.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.apache.commons:commons-lang3:jar:3.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)]
[INFO] Artifact commons-io:commons-io:jar:2.18.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.freemarker:freemarker:jar:2.3.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)]
[INFO] Artifact org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.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.apache.logging.log4j:log4j-api:jar:2.24.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.osgi:org.osgi.core:jar:6.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)]
[INFO] Artifact org.apache.poi:poi-ooxml:jar:5.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.poi:poi:jar:5.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.commons:commons-math3: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)]
[INFO] Artifact com.zaxxer:SparseBitSet: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)]
[INFO] Artifact org.apache.poi:poi-ooxml-lite:jar:5.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.xmlbeans:xmlbeans:jar:5.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 org.apache.commons:commons-compress:jar:1.26.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.github.virtuald:curvesapi:jar:1.08 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is 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-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 [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.odftoolkit:odfdom-java:jar:0.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)]
[INFO] Artifact xerces:xercesImpl: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact xml-apis:xml-apis:jar:1.4.01 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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.jena:jena-core:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-base:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-shaded-guava:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-csv: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 com.github.andrewoma.dexx:collection:jar: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.jena:jena-iri:jar:3.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact commons-cli:commons-cli: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 commons-validator:commons-validator: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-digester:commons-digester:jar: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 net.rootdev:java-rdfa:jar:0.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/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.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/2.0.0/doxia-sink-api-2.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-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-interpolation/1.27/plexus-interpolation-1.27.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.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-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.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-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-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/2.2.0/plexus-velocity-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.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-module-apt/2.0.0/doxia-module-apt-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.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-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.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.3/maven-archiver-3.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.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.10.0/plexus-archiver-4.10.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-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-io/3.5.0/plexus-io-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/airlift/aircompressor/0.27/aircompressor-0.27.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.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.6-3/zstd-jni-1.5.6-3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.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.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.3/maven-archiver-3.6.3.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.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.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/io/airlift/aircompressor/0.27/aircompressor-0.27.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/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
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/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/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/freemarker/freemarker/2.3.33/freemarker-2.3.33.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.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.18.0/commons-io-2.18.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/freemarker/freemarker/2.3.33/freemarker-2.3.33.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi/5.3.0/poi-5.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-to-slf4j/2.24.2/log4j-to-slf4j-2.24.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.24.2/log4j-api-2.24.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml/5.3.0/poi-ooxml-5.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.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.26.2/commons-compress-1.26.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi/5.3.0/poi-5.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/poi/poi-ooxml-lite/5.3.0/poi-ooxml-lite-5.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-core/3.17.0/jena-core-3.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-base/3.17.0/jena-base-3.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/odftoolkit/odfdom-java/0.9.0/odfdom-java-0.9.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-core/3.17.0/jena-core-3.17.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-base/3.17.0/jena-base-3.17.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-iri/3.17.0/jena-iri-3.17.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/jena/jena-shaded-guava/3.17.0/jena-shaded-guava-3.17.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/rootdev/java-rdfa/0.4.2/java-rdfa-0.4.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (0 B at 0 B/s)
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[INFO] Will search files to update from root /home/r/repo/src
[INFO] Scan 5 files header done in 48.169ms.
[INFO]
* add header on 4 files.
[INFO]
[INFO] --- install:3.1.2:install (default-install) @ eo-parent ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom
[INFO] Installing /home/r/repo/target/eo-parent-0.50.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom.asc
[INFO]
[INFO] --- deploy:3.1.2:deploy (default-deploy) @ eo-parent ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.7.0: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.2-03 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.50.0/eo-parent-0.50.0.pom
[INFO] Installing /home/r/repo/target/eo-parent-0.50.0.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.7.0: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.50.0 [2/4]
[INFO] from eo-parser/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml
Downloaded1from0central: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml (403 B at 81 kB/s)
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/maven-metadata.xml (488 B at 16 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)]
[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)]
[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)]
[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)]
[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)]
[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 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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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-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)]
[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.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)]
[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)]
[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)]
[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)]
[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.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)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-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-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire: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)]
[INFO] Artifact org.apache.maven.surefire:surefire: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/surefire/surefire/3.3.1/surefire-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.3.1/surefire-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-surefire-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)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-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-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.3.1/maven-surefire-plugin-3.3.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin: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)]
[INFO] Artifact org.apache.maven.plugins:maven-jar-plugin: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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.projectlombok:lombok:pom:1.18.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.projectlombok:lombok:pom:1.18.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.36/lombok-1.18.36.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.36/lombok-1.18.36.pom (0 B at 0 B/s)
[INFO] Artifact org.cactoos:cactoos:pom:0.56.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:pom:0.56.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/cactoos/cactoos/0.56.1/cactoos-0.56.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.56.1/cactoos-0.56.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)]
[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)]
[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.22.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:xsline:pom:0.22.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.22.1/xsline-0.22.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.22.1/xsline-0.22.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-xml:pom:0.33.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.jcabi:jcabi-xml:pom:0.33.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/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.39.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:pom:1.39.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.39.0/jcabi-1.39.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.39.0/jcabi-1.39.0.pom (0 B at 0 B/s)
[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)]
[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 com.jcabi:jcabi-log:pom:0.24.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.jcabi:jcabi-log:pom:0.24.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/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.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)]
[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: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)]
[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 org.slf4j:slf4j-api:pom:2.0.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)]
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.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/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.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)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.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/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.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)]
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.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/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom (0 B at 0 B/s)
[INFO] Artifact net.sf.saxon:Saxon-HE:pom:12.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 net.sf.saxon:Saxon-HE:pom:12.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/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 commons-codec:commons-codec:pom:1.17.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 commons-codec:commons-codec:pom:1.17.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)]
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:71 is present in the local repository, but cached from a 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-parent:pom:71 is present in the local repository, but cached from a 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/commons/commons-parent/71/commons-parent-71.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/71/commons-parent-71.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.11.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 org.junit:junit-bom:pom:5.11.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)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-runtime:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.antlr:antlr4-runtime:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom (0 B at 0 B/s)
[INFO] Artifact org.antlr:antlr4-master:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.antlr:antlr4-master:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.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)]
[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.32.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.incubator:xembly:pom:0.32.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/incubator/xembly/0.32.1/xembly-0.32.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi-matchers:pom:1.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 com.jcabi:jcabi-matchers:pom:1.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/com/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.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)]
[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.26.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:pom:0.26.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-aspects/0.26.0/jcabi-aspects-0.26.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.pom (0 B at 0 B/s)
[INFO] Artifact com.jcabi:jcabi:pom:1.38.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:pom:1.38.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.38.0/jcabi-1.38.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.38.0/jcabi-1.38.0.pom (0 B at 0 B/s)
[INFO] Artifact org.aspectj:aspectjrt:pom:1.9.22.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:pom:1.9.22.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/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.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)]
[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)]
[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)]
[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)]
[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.11.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.junit.jupiter:junit-jupiter-api:pom:5.11.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/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.11.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.junit:junit-bom:pom:5.11.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/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.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)]
[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.11.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.junit.platform:junit-platform-commons:pom:1.11.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/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.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)]
[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.11.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.junit.jupiter:junit-jupiter-params:pom:5.11.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/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.pom (0 B at 0 B/s)
[INFO] Artifact org.junit-pioneer:junit-pioneer: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit-pioneer:junit-pioneer: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-launcher:pom:1.11.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.platform:junit-platform-launcher:pom:1.11.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.11.2/junit-platform-launcher-1.11.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-engine:pom:1.11.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.platform:junit-platform-engine:pom:1.11.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.11.2/junit-platform-engine-1.11.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.11.2/junit-platform-engine-1.11.2.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-commons:pom:1.11.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.platform:junit-platform-commons:pom:1.11.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.11.2/junit-platform-commons-1.11.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.11.2/junit-platform-commons-1.11.2.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-reload4j:pom:2.0.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)]
[INFO] Artifact org.slf4j:slf4j-reload4j:pom:2.0.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/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.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)]
[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.openjdk.jmh:jmh-core:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmh:jmh-core:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom (0 B at 0 B/s)
[INFO] Artifact org.openjdk.jmh:jmh-parent:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmh:jmh-parent:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom (0 B at 0 B/s)
[INFO] Artifact net.sf.jopt-simple:jopt-simple:pom:5.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)]
[INFO] Artifact net.sf.jopt-simple:jopt-simple:pom:5.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)]
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.openjdk.jmh:jmh-generator-annprocess:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmh:jmh-generator-annprocess:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-text:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-text:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.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)]
[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 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)]
[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.yegor256:together: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)]
[INFO] Artifact com.yegor256:together: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/together/0.0.5/together-0.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/together/0.0.5/together-0.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.eolang:xax:pom:0.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)]
[INFO] Artifact org.eolang:xax:pom:0.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/eolang/xax/0.5.1/xax-0.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.5.1/xax-0.5.1.pom (0 B at 0 B/s)
[INFO] Artifact org.yaml:snakeyaml:pom: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.yaml:snakeyaml:pom: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:mktmp: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)]
[INFO] Artifact com.yegor256:mktmp: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/mktmp/0.0.5/mktmp-0.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/mktmp/0.0.5/mktmp-0.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.jupiter:junit-jupiter-engine:pom:5.11.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.junit.jupiter:junit-jupiter-engine:pom:5.11.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/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.pom (0 B at 0 B/s)
[INFO] Artifact org.junit.platform:junit-platform-engine:pom:1.11.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.junit.platform:junit-platform-engine:pom:1.11.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/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.pom (0 B at 0 B/s)
[INFO] Artifact org.mockito:mockito-core:pom:5.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.mockito:mockito-core:pom:5.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.12.0/mockito-core-5.12.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.12.0/mockito-core-5.12.0.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy:pom:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy:pom:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.14.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 [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.15/byte-buddy-parent-1.14.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.15/byte-buddy-parent-1.14.15.pom (0 B at 0 B/s)
[INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.14.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 [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.15/byte-buddy-agent-1.14.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.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)]
[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)]
[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.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-io:commons-io:jar:2.18.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.cactoos:cactoos:jar:0.56.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 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.22.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.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.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.17.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.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.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.jcabi:jcabi-xml:jar:0.33.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.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.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.slf4j:slf4j-api:jar:2.0.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)]
[INFO] Artifact com.jcabi.incubator:xembly:jar:0.32.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-matchers:jar:1.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 com.jcabi:jcabi-aspects:jar:0.26.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.aspectj:aspectjrt:jar:1.9.22.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.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.11.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.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.11.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.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.11.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.junit-pioneer:junit-pioneer: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.platform:junit-platform-launcher:jar:1.11.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.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)]
[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.openjdk.jmh:jmh-core:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.sf.jopt-simple:jopt-simple:jar:5.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)]
[INFO] Artifact org.apache.commons:commons-math3: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmh:jmh-generator-annprocess:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.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 [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 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.yegor256:together: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.eolang:xax:jar:0.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)]
[INFO] Artifact org.yaml:snakeyaml:jar: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:mktmp: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.11.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.junit.platform:junit-platform-engine:jar:1.11.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.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.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy:jar:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.14.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 [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)]
[INFO] Artifact org.projectlombok:lombok:jar:1.18.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact commons-io:commons-io:jar:2.18.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.cactoos:cactoos:jar:0.56.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 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.22.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.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.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.17.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.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.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.jcabi:jcabi-xml:jar:0.33.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.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.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.slf4j:slf4j-api:jar:2.0.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)]
[INFO] Artifact com.jcabi.incubator:xembly:jar:0.32.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-matchers:jar:1.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 com.jcabi:jcabi-aspects:jar:0.26.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.aspectj:aspectjrt:jar:1.9.22.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.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.11.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.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.11.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.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.11.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.junit-pioneer:junit-pioneer: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.junit.platform:junit-platform-launcher:jar:1.11.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.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)]
[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.openjdk.jmh:jmh-core:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.sf.jopt-simple:jopt-simple:jar:5.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)]
[INFO] Artifact org.apache.commons:commons-math3: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmh:jmh-generator-annprocess:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-text:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.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 [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 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.yegor256:together: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.eolang:xax:jar:0.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)]
[INFO] Artifact org.yaml:snakeyaml:jar: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.yegor256:mktmp: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.11.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.junit.platform:junit-platform-engine:jar:1.11.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.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.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy:jar:1.14.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.14.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 [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.36/lombok-1.18.36.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.18.0/commons-io-2.18.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.56.1/cactoos-0.56.1.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.22.1/xsline-0.22.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.18.0/commons-io-2.18.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.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)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.22.1/xsline-0.22.1.jar (0 B at 0 B/s)
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)
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.5/Saxon-HE-12.5.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
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar
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/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/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.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/com/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.56.1/cactoos-0.56.1.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.3/jcabi-log-0.24.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.33.3/jcabi-xml-0.33.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.32.1/xembly-0.32.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.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/org/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.9.22.1/aspectjrt-1.9.22.1.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/incubator/xembly/0.32.1/xembly-0.32.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/com/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.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/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/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.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/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.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/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.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/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.11.4/junit-jupiter-api-5.11.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.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-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.11.4/junit-jupiter-params-5.11.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.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.16/slf4j-reload4j-2.0.16.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.11.4/junit-platform-commons-1.11.4.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.3.0/junit-pioneer-2.3.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/slf4j/slf4j-reload4j/2.0.16/slf4j-reload4j-2.0.16.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.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/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.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/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.11.2/junit-platform-launcher-1.11.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.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/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.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/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/together/0.0.5/together-0.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.13.0/commons-text-1.13.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.5.1/xax-0.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/together/0.0.5/together-0.0.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/xax/0.5.1/xax-0.5.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/mktmp/0.0.5/mktmp-0.0.5.jar
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)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.jar (0 B at 0 B/s)
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/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.12.0/mockito-core-5.12.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.11.4/junit-platform-engine-1.11.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/mktmp/0.0.5/mktmp-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.15/byte-buddy-1.14.15.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.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)
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/eolang/jucs/0.2.0/jucs-0.2.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.12.0/mockito-core-5.12.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.15/byte-buddy-agent-1.14.15.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)
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.15/byte-buddy-1.14.15.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ eo-parser ---
[INFO] Deleting /home/r/repo/eo-parser/target
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.5.0: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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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: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 [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-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 [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-runtime/4.13.1/antlr4-runtime-4.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-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: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 [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)]
[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.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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-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: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 [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/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
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-runtime/4.13.1/antlr4-runtime-4.13.1.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
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.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.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/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/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (0 B at 0 B/s)
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/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-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar
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)
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)
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/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/com/ibm/icu/icu4j/72.1/icu4j-72.1.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)]
[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)]
[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 41 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.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)]
[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)]
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.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)]
[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.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)]
[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: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)]
[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-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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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.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)]
[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-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)]
[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-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)]
[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.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)]
[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)]
[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-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)]
[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-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)]
[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)]
[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)]
[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)]
[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)]
[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-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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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-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)]
[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-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)]
[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)]
[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)]
[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-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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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)]
[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.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.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.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.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-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-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.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.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 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.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)]
[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)]
[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.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.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.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.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-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-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.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.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 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.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/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-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/apache/maven/maven-model/3.0/maven-model-3.0.jar
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
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
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-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/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/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/maven-core/3.0/maven-core-3.0.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-settings/3.0/maven-settings-3.0.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/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.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/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-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)
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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
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/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/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-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-api/1.7/aether-api-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)
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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
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/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/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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.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/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/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.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)
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/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-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/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
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)
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/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/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-java/0.9.10/plexus-java-0.9.10.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/ow2/asm/asm/6.2/asm-6.2.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-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/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-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 34 source files to /home/r/repo/eo-parser/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eo-parser ---
[INFO] Copying 218 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 14 source files to /home/r/repo/eo-parser/target/test-classes
[INFO]
[INFO] --- surefire:3.3.1:test (default-test) @ eo-parser ---
[INFO] Artifact org.apache.maven.surefire:surefire-api: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)]
[INFO] Artifact org.apache.maven.surefire:surefire-api: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/surefire/surefire-api/3.3.1/surefire-api-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api: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)]
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api: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/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-shared-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)]
[INFO] Artifact org.apache.maven.surefire:surefire-shared-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/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api: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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api: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/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common: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)]
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common: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/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-booter: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)]
[INFO] Artifact org.apache.maven.surefire:surefire-booter: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/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi: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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi: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/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters: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)]
[INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters: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/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-api: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.maven.surefire:surefire-logger-api: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.maven.surefire:surefire-shared-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.apache.maven.surefire:surefire-extensions-api: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.maven.surefire:maven-surefire-common: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.maven.surefire:surefire-booter: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.maven.surefire:surefire-extensions-spi: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.maven.shared:maven-common-artifact-filters: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 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.apache.maven.surefire:surefire-api: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.maven.surefire:surefire-logger-api: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.maven.surefire:surefire-shared-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.apache.maven.surefire:surefire-extensions-api: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.maven.surefire:maven-surefire-common: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.maven.surefire:surefire-booter: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.maven.surefire:surefire-extensions-spi: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.maven.shared:maven-common-artifact-filters: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 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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.3.1/surefire-api-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.3.1/surefire-api-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/surefire/surefire-logger-api/3.3.1/surefire-logger-api-3.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.3.1/surefire-shared-utils-3.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-3.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.3.1/surefire-logger-api-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/surefire/surefire-extensions-spi/3.3.1/surefire-extensions-spi-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.3.1/maven-surefire-common-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/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.3.1/surefire-booter-3.3.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.3/qdox-2.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.3.1/surefire-extensions-api-3.3.1.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.3.1/surefire-shared-utils-3.3.1.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.3.1/surefire-extensions-spi-3.3.1.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.3/qdox-2.0.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.4.0/maven-common-artifact-filters-3.4.0.jar (0 B at 0 B/s)
[INFO] Tests are skipped.
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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)]
[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)]
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.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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-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)]
[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)]
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)]
[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: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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[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), 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.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: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)]
[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)]
[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)]
[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)]
[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.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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 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)]
[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 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)]
[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)]
[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)]
[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 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)]
[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)]
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: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: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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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.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.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)]
[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.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.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.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/objenesis/objenesis/3.2/objenesis-3.2.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-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/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/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/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
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/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/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.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)
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/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
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/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/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/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/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/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/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-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-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-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-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-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-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/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-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/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/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-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/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-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-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/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-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/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/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/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-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/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/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/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/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/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.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/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/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/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/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/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)
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
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/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.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)
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/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/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)
[INFO] Versionalizing /home/r/repo/eo-parser/target/classes directory
[INFO] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[INFO]
[INFO] --- jar:3.4.2: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)]
[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:maven-archiver:pom:3.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 org.apache.maven:maven-archiver:pom:3.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/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-shared-components: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components: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), 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/41/maven-shared-components-41.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.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/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-compress:pom:1.26.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-compress:pom:1.26.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-compress/1.26.1/commons-compress-1.26.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.commons:commons-parent:pom:66 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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-parent:pom:66 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [oss.sonatype.org (https://oss.sonatype.org/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/66/commons-parent-66.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/66/commons-parent-66.pom (0 B at 0 B/s)
[INFO] Artifact commons-codec:commons-codec:pom:1.16.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-codec:commons-codec:pom:1.16.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-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.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.apache.maven:maven-archiver:jar:3.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 org.codehaus.plexus:plexus-archiver:jar:4.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)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.26.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-codec:commons-codec:jar:1.16.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: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.apache.maven:maven-archiver:jar:3.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 org.codehaus.plexus:plexus-archiver:jar:4.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)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.26.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-codec:commons-codec:jar:1.16.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/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/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.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.1/commons-codec-1.16.1.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.9.2/plexus-archiver-4.9.2.jar (0 B at 0 B/s)
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar
[INFO]
[INFO] >>> source:3.3.1:jar (jcabi-sources) > generate-sources @ eo-parser >>>
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.5.0: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.1:jar (jcabi-sources) < generate-sources @ eo-parser <<<
[INFO]
[INFO]
[INFO] --- source:3.3.1:jar (jcabi-sources) @ eo-parser ---
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.50.0-sources.jar
[INFO]
[INFO] --- javadoc:3.7.0:jar (jcabi-javadoc) @ eo-parser ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.eolang.parser...
Constructing Javadoc information...
Standard Doclet version 11.0.22
Building tree for all the packages and classes...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoBaseListener.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.AnameContext.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.AttributesAsContext.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.CommentContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.CommentMandatoryContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.CommentOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.CompactArrayContext.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.EopContext.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.FormationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FormationNamedOrNamelessContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.FormationNamelessContext.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.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.HapplicationReversedContext.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.HapplicationTailReversedContext.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.HformationContext.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.HmethodHeadContext.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.InnersOrEolContext.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.MasterBodyContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.MasterContext.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.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.MethodTailOptionalContext.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.OnlyphiContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.OnlyphiTailContext.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.SlaveContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.SpacedArrowContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.SubMasterContext.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.TypeFqnContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgBoundCurrentContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgBoundNextContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHanonymBoundBodyContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHanonymBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHanonymUnboundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHapplicationBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgHapplicationUnboundContext.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.VapplicationArgsSpecificContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgUnboundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgUnboundCurrentContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgUnboundNextContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VapplicationArgVanonymBoundContext.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.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.VmethodHeadVapplicationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VoidContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/EoParser.VoidsContext.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/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.ApplicationBindingsContext.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.ApplicationObjectsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.ApplicationsOrDispatchesContext.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.DataContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.DeltaBindingContext.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.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.JustObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.LambdaBindingContext.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.ScopedContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.TauBindingContext.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/PhiParser.VoidContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/PhiParser.VoidsContext.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/StEoLogged.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/StrictXmir.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/TrCanonical.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/TrParsing.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/TrStepped.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.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/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/Syntax.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/Xmir.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/StEoLogged.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/StXPath.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/TrStepped.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/StrictXmir.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/TrParsing.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/XePhiListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/TrCanonical.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/EoBaseListener.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.DataContext.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.ApplicationsOrDispatchesContext.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.JustObjectContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.ApplicationObjectsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.ApplicationBindingsContext.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.LambdaBindingContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.DeltaBindingContext.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.AttributeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.VoidContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.VoidsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/PhiParser.TauBindingContext.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.ScopedContext.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/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.ScopeContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.SpacedArrowContext.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.AnameContext.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.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.MethodTailContext.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.VmethodHeadApplicationTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MethodTailOptionalContext.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.VmethodContext.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.HmethodContext.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.HanonymInnerContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.OnlyphiTailContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.OnlyphiContext.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.HformationContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHanonymUnboundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHanonymBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHanonymBoundBodyContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.AttributesAsContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgVanonymBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FormationNamedOrNamelessContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.FormationNamelessContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHapplicationUnboundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgHapplicationBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgUnboundNextContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgUnboundCurrentContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgUnboundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgBoundNextContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgBoundCurrentContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgBoundContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VapplicationArgsSpecificContext.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.VapplicationHeadAsContext.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.CompactArrayContext.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.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.HapplicationReversedContext.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.TypeFqnContext.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.VoidContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.VoidsContext.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.InnersOrEolContext.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.MasterBodyContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.SubMasterContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.MasterContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.SlaveContext.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.CommentMandatoryContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.CommentOptionalContext.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/class-use/EoParser.CommentContext.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.EopContext.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/EoListener.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/EoLexer.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/PhiBaseListener.html...
Generating /home/r/repo/eo-parser/target/apidocs/org/eolang/parser/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/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
40 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] javadoc: warning - invalid usage of tag {@link EoParser#void
[WARNING] javadoc: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] javadoc: warning - invalid usage of tag {@link PhiParser#void
[WARNING] javadoc: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:211: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:91: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:216: warning - invalid usage of tag {@link EoParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/PhiListener.java:96: warning - invalid usage of tag {@link PhiParser#void
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.50.0-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/_funcs.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_stepped.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/blank-xsd-schema.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/clean-up.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/const-to-dataized.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/cti-adds-errors.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/move-voids-up.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/phi/incorrect-inners.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-phi.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/to-salty-phi.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/phi/wrap-default-package.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo-reversed.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/print/wrap-data.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/resolve-before-star.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/validate-before-stars.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/wrap-method-calls.xsl looks good
[INFO] [exec] /home/r/repo/eo-parser/src/main/xs3p/xs3p.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.2.4:sign (jcabi-sign-artifacts) @ eo-parser ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
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] --- license:2.5.0:check-file-header (check-licenses) @ eo-parser ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[INFO] Will search files to update from root /home/r/repo/eo-parser/src
[INFO] Will search files to update from root /home/r/repo/eo-parser/target/generated-sources
[INFO] Scan 89 files header done in 601.24ms.
[INFO]
* add header on 89 files.
[INFO]
[INFO] --- install:3.1.2:install (default-install) @ eo-parser ---
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.2:deploy (default-deploy) @ eo-parser ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.7.0: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.2-03 and edition "Professional"
[INFO] * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.50.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.7.0: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.50.0 [3/4]
[INFO] from eo-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-bom:pom:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-bom:pom:4.0.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/groovy/groovy-bom/4.0.21/groovy-bom-4.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-bom/4.0.21/groovy-bom-4.0.21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-invoker-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.7.0/maven-invoker-plugin-3.7.0.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:pom:3.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/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.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)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.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/apache/maven/plugin-tools/maven-plugin-tools/3.13.1/maven-plugin-tools-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.1/maven-plugin-tools-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-plugin-plugin:jar:3.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/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.13.1/maven-plugin-plugin-3.13.1.jar (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.7.1/maven-dependency-plugin-3.7.1.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact org.eolang:lints:pom:0.0.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)]
[INFO] Artifact org.eolang:lints:pom:0.0.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)]
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/lints/0.0.26/lints-0.0.26.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/lints/0.0.26/lints-0.0.26.pom (0 B at 0 B/s)
[INFO] Artifact io.github.secretx33:path-matching-resource-pattern-resolver: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact io.github.secretx33:path-matching-resource-pattern-resolver: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/io/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom (0 B at 0 B/s)
[INFO] Artifact edu.stanford.nlp:stanford-corenlp:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact edu.stanford.nlp:stanford-corenlp:pom:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.pom (0 B at 0 B/s)
[INFO] Artifact com.apple:AppleJavaExtensions: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.apple:AppleJavaExtensions: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom (0 B at 0 B/s)
[INFO] Artifact de.jollyday:jollyday:pom:0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact de.jollyday:jollyday:pom:0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/de/jollyday/jollyday/0.4.9/jollyday-0.4.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/de/jollyday/jollyday/0.4.9/jollyday-0.4.9.pom (0 B at 0 B/s)
[INFO] Artifact joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.4/joda-time-2.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.4/joda-time-2.4.pom (0 B at 0 B/s)
[INFO] Artifact javax.xml.bind:jaxb-api:pom:2.4.0-b180830.0359 is present in the local repository, but cached from a 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.xml.bind:jaxb-api:pom:2.4.0-b180830.0359 is present in the local repository, but cached from a 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/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom (0 B at 0 B/s)
[INFO] Artifact javax.xml.bind:jaxb-api-parent:pom:2.4.0-b180830.0359 is present in the local repository, but cached from a 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.xml.bind:jaxb-api-parent:pom:2.4.0-b180830.0359 is present in the local repository, but cached from a 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/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.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)]
[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 javax.activation:javax.activation-api: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), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)]
[INFO] Artifact javax.activation:javax.activation-api: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), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.activation:all: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), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)]
[INFO] Artifact com.sun.activation:all: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), jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-queryparser:pom:7.7.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.lucene:lucene-queryparser:pom:7.7.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/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-parent:pom:7.7.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.lucene:lucene-parent:pom:7.7.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/lucene/lucene-parent/7.7.3/lucene-parent-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/7.7.3/lucene-parent-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-solr-grandparent:pom:7.7.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.lucene:lucene-solr-grandparent:pom:7.7.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/lucene/lucene-solr-grandparent/7.7.3/lucene-solr-grandparent-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/7.7.3/lucene-solr-grandparent-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-core:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-core:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-queries:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-queries:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-sandbox:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-sandbox:pom:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.lucene:lucene-analyzers-common:pom:7.7.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.lucene:lucene-analyzers-common:pom:7.7.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/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.pom (0 B at 0 B/s)
[INFO] Artifact jakarta.servlet:jakarta.servlet-api:pom:6.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 jakarta.servlet:jakarta.servlet-api:pom:6.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/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.ee4j:project: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.eclipse.ee4j:project: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom (0 B at 0 B/s)
[INFO] Artifact xom:xom:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact xom:xom:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/xom/xom/1.3.9/xom-1.3.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xom/xom/1.3.9/xom-1.3.9.pom (0 B at 0 B/s)
[INFO] Artifact xerces:xercesImpl:pom:2.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 xerces:xercesImpl:pom:2.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/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom (0 B at 0 B/s)
[INFO] Artifact xalan:xalan:pom:2.7.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 xalan:xalan:pom:2.7.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/xalan/xalan/2.7.3/xalan-2.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.3/xalan-2.7.3.pom (0 B at 0 B/s)
[INFO] Artifact xalan:serializer:pom:2.7.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 xalan:serializer:pom:2.7.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/xalan/serializer/2.7.3/serializer-2.7.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.pom (0 B at 0 B/s)
[INFO] Artifact joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.13.0/joda-time-2.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.13.0/joda-time-2.13.0.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-core:pom:0.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)]
[INFO] Artifact org.ejml:ejml-core:pom:0.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/ejml/ejml-core/0.39/ejml-core-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.39/ejml-core-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-ddense:pom:0.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)]
[INFO] Artifact org.ejml:ejml-ddense:pom:0.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/ejml/ejml-ddense/0.39/ejml-ddense-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.39/ejml-ddense-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-simple:pom:0.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)]
[INFO] Artifact org.ejml:ejml-simple:pom:0.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/ejml/ejml-simple/0.39/ejml-simple-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.39/ejml-simple-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-fdense:pom:0.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)]
[INFO] Artifact org.ejml:ejml-fdense:pom:0.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/ejml/ejml-fdense/0.39/ejml-fdense-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.39/ejml-fdense-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-cdense:pom:0.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)]
[INFO] Artifact org.ejml:ejml-cdense:pom:0.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/ejml/ejml-cdense/0.39/ejml-cdense-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.39/ejml-cdense-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-zdense:pom:0.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)]
[INFO] Artifact org.ejml:ejml-zdense:pom:0.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/ejml/ejml-zdense/0.39/ejml-zdense-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.39/ejml-zdense-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-dsparse:pom:0.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)]
[INFO] Artifact org.ejml:ejml-dsparse:pom:0.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/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.ejml:ejml-fsparse:pom:0.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)]
[INFO] Artifact org.ejml:ejml-fsparse:pom:0.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/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.pom (0 B at 0 B/s)
[INFO] Artifact org.glassfish:jakarta.json:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.glassfish:jakarta.json:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (0 B at 0 B/s)
[INFO] Artifact org.glassfish:json:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.glassfish:json:pom:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.6/json-1.1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.6/json-1.1.6.pom (0 B at 0 B/s)
[INFO] Artifact org.eclipse.ee4j:project:pom:1.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.eclipse.ee4j:project:pom:1.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/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.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)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.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/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.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)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.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/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (0 B at 0 B/s)
[INFO] Artifact com.google.protobuf:protobuf-java:pom:3.25.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.google.protobuf:protobuf-java:pom:3.25.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/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.pom (0 B at 0 B/s)
[INFO] Artifact com.google.protobuf:protobuf-parent:pom:3.25.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.google.protobuf:protobuf-parent:pom:3.25.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/google/protobuf/protobuf-parent/3.25.5/protobuf-parent-3.25.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.25.5/protobuf-parent-3.25.5.pom (0 B at 0 B/s)
[INFO] Artifact com.google.protobuf:protobuf-bom:pom:3.25.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.google.protobuf:protobuf-bom:pom:3.25.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/google/protobuf/protobuf-bom/3.25.5/protobuf-bom-3.25.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.25.5/protobuf-bom-3.25.5.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.istack:istack-commons-runtime: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)]
[INFO] Artifact com.sun.istack:istack-commons-runtime: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)]
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.istack:istack-commons: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)]
[INFO] Artifact com.sun.istack:istack-commons: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)]
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.7/istack-commons-3.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.7/istack-commons-3.0.7.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.xml.bind:jaxb-impl:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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.sun.xml.bind:jaxb-impl:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.xml.bind.mvn:jaxb-bundles:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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.sun.xml.bind.mvn:jaxb-bundles:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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/sun/xml/bind/mvn/jaxb-bundles/2.4.0-b180830.0438/jaxb-bundles-2.4.0-b180830.0438.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/2.4.0-b180830.0438/jaxb-bundles-2.4.0-b180830.0438.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.xml.bind.mvn:jaxb-parent:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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.sun.xml.bind.mvn:jaxb-parent:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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/sun/xml/bind/mvn/jaxb-parent/2.4.0-b180830.0438/jaxb-parent-2.4.0-b180830.0438.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.4.0-b180830.0438/jaxb-parent-2.4.0-b180830.0438.pom (0 B at 0 B/s)
[INFO] Artifact com.sun.xml.bind:jaxb-bom-ext:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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, releases+snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind:jaxb-bom-ext:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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, releases+snapshots, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.4.0-b180830.0438/jaxb-bom-ext-2.4.0-b180830.0438.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.4.0-b180830.0438/jaxb-bom-ext-2.4.0-b180830.0438.pom (0 B at 0 B/s)
[INFO] Artifact org.glassfish.jaxb:jaxb-bom:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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, releases+snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:jaxb-bom:pom:2.4.0-b180830.0438 is present in the local repository, but cached from a 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, releases+snapshots, blocked)]
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.4.0-b180830.0438/jaxb-bom-2.4.0-b180830.0438.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.4.0-b180830.0438/jaxb-bom-2.4.0-b180830.0438.pom (0 B at 0 B/s)
[INFO] Artifact org.eolang:eo-parser:pom:0.47.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:eo-parser:pom:0.47.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/eo-parser/0.47.0/eo-parser-0.47.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.47.0/eo-parser-0.47.0.pom (0 B at 0 B/s)
[INFO] Artifact org.eolang:eo-parent:pom:0.47.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:eo-parent:pom:0.47.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/eo-parent/0.47.0/eo-parent-0.47.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.47.0/eo-parent-0.47.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.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 [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.9/maven-plugin-api-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven:pom:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.9/maven-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.9.9/maven-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model:pom:3.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 [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:pom:3.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 [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.9/maven-model-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.9/maven-model-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.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 [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:pom:3.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 [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.9/maven-artifact-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-core:pom:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-core:pom:3.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 [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.9/maven-core-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.9/maven-core-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings:pom:3.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 [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:pom:3.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 [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.9/maven-settings-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.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 [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:pom:3.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 [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.9/maven-settings-builder-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-builder-support:pom:3.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 [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:pom:3.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 [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.9/maven-builder-support-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.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 [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:pom:3.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 [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.9/maven-repository-metadata-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.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 [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:pom:3.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 [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.9/maven-model-builder-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-resolver-provider:pom:3.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 [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:pom:3.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 [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.9/maven-resolver-provider-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.9.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), 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.22/maven-resolver-api-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.9.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), 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.22/maven-resolver-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.9.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), 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.22/maven-resolver-spi-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.9.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), 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.22/maven-resolver-util-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.9.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), 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.22/maven-resolver-impl-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:pom:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:pom:1.9.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), 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.22/maven-resolver-named-locks-1.9.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.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)]
[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)]
[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:33.2.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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:guava:pom:33.2.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 [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/33.2.1-jre/guava-33.2.1-jre.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:33.2.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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:guava-parent:pom:33.2.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 [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/33.2.1-jre/guava-parent-33.2.1-jre.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/33.2.1-jre/guava-parent-33.2.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:failureaccess:pom:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.guava:failureaccess:pom:1.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.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.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.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/org/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.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.apache.maven.plugin-tools:maven-plugin-tools:pom:3.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/org/apache/maven/plugin-tools/maven-plugin-tools/3.15.1/maven-plugin-tools-3.15.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.15.1/maven-plugin-tools-3.15.1.pom (0 B at 0 B/s)
[INFO] Artifact org.junit:junit-bom:pom:5.11.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.junit:junit-bom:pom:5.11.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/junit/junit-bom/5.11.3/junit-bom-5.11.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.3/junit-bom-5.11.3.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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 org.apache.maven:maven-compat:pom:3.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 [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.9/maven-compat-3.9.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.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)]
[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)]
[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)]
[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)]
[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:farea:pom:0.14.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:farea:pom:0.14.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/yegor256/farea/0.14.2/farea-0.14.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.14.2/farea-0.14.2.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:jaxec:pom:0.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:jaxec:pom:0.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/com/yegor256/jaxec/0.4.0/jaxec-0.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.4.0/jaxec-0.4.0.pom (0 B at 0 B/s)
[INFO] Artifact com.yegor256:tojos:pom:0.18.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.yegor256:tojos:pom:0.18.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/com/yegor256/tojos/0.18.4/tojos-0.18.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.4/tojos-0.18.4.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)]
[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)]
[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 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)]
[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)]
[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.codehaus.plexus:plexus-utils: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-utils: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-xml:pom:4.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)]
[INFO] Artifact org.codehaus.plexus:plexus-xml:pom:4.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)]
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-xml-impl:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-xml-impl:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-9/maven-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-9/maven-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-bom:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-bom:pom:4.0.0-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 [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-bom/4.0.0-alpha-9/maven-bom-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-9/maven-bom-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact org.mockito:mockito-bom:pom:5.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.mockito:mockito-bom:pom:5.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/mockito/mockito-bom/5.7.0/mockito-bom-5.7.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.7.0/mockito-bom-5.7.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-api-xml:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-api-xml:pom:4.0.0-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 [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-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-api:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-api:pom:4.0.0-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 [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-api/4.0.0-alpha-9/maven-api-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-9/maven-api-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven:maven-api-meta:pom:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-api-meta:pom:4.0.0-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 [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-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml.woodstox:woodstox-core:pom:6.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 com.fasterxml.woodstox:woodstox-core:pom:6.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)]
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml:oss-parent:pom:50 is present in the local repository, but cached from a 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.fasterxml:oss-parent:pom:50 is present in the local repository, but cached from a 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/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.woodstox:stax2-api:pom:4.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 [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.woodstox:stax2-api:pom:4.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 [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 central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (0 B at 0 B/s)
[INFO] Artifact com.fasterxml:oss-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 [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 com.fasterxml:oss-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 [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 central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.reload4j:reload4j:pom:1.2.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)]
[INFO] Artifact ch.qos.reload4j:reload4j:pom:1.2.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)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.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)]
[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: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)]
[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.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)]
[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)
[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.eolang:lints:jar:0.0.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)]
[INFO] Artifact io.github.secretx33:path-matching-resource-pattern-resolver:jar: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)]
[INFO] Artifact edu.stanford.nlp:stanford-corenlp:jar:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.apple:AppleJavaExtensions: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact de.jollyday:jollyday:jar:0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.lucene:lucene-queryparser:jar:7.7.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.lucene:lucene-queries:jar:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-sandbox:jar:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-analyzers-common:jar:7.7.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.lucene:lucene-core:jar:7.7.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 jakarta.servlet:jakarta.servlet-api:jar:6.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 xom:xom:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact xerces:xercesImpl:jar:2.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 xalan:xalan:jar:2.7.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 xalan:serializer:jar:2.7.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 joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.ejml:ejml-core:jar:0.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)]
[INFO] Artifact org.ejml:ejml-ddense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-simple:jar:0.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)]
[INFO] Artifact org.ejml:ejml-fdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-cdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-zdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-dsparse:jar:0.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)]
[INFO] Artifact org.ejml:ejml-fsparse:jar:0.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)]
[INFO] Artifact com.google.protobuf:protobuf-java:jar:3.25.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 javax.activation:javax.activation-api: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact javax.xml.bind:jaxb-api:jar:2.4.0-b180830.0359 is present in the local repository, but cached from a 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.sun.istack:istack-commons-runtime:jar: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)]
[INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:2.4.0-b180830.0438 is present in the local repository, but cached from a 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 edu.stanford.nlp:stanford-corenlp:jar:models:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.glassfish:jakarta.json:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.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 [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.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.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 [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.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), 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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-resolver-provider:jar:3.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.9.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), 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 [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.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 [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:33.2.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 [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.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 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.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 [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.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.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.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 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:farea:jar:0.14.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.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.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 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 org.codehaus.plexus:plexus-utils: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-xml:jar:4.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)]
[INFO] Artifact org.apache.maven:maven-xml-impl:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-api-xml:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-api-meta:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml.woodstox:woodstox-core:jar:6.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.woodstox:stax2-api:jar:4.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 [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 ch.qos.reload4j:reload4j:jar:1.2.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)]
[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: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 org.eolang:lints:jar:0.0.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)]
[INFO] Artifact io.github.secretx33:path-matching-resource-pattern-resolver:jar: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)]
[INFO] Artifact edu.stanford.nlp:stanford-corenlp:jar:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.apple:AppleJavaExtensions: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact de.jollyday:jollyday:jar:0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.lucene:lucene-queryparser:jar:7.7.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.lucene:lucene-queries:jar:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-sandbox:jar:7.7.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), maven-default-http-blocker (http://0.0.0.0/, default, disabled, blocked)]
[INFO] Artifact org.apache.lucene:lucene-analyzers-common:jar:7.7.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.lucene:lucene-core:jar:7.7.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 jakarta.servlet:jakarta.servlet-api:jar:6.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 xom:xom:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact xerces:xercesImpl:jar:2.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 xalan:xalan:jar:2.7.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 xalan:serializer:jar:2.7.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 joda-time:joda-time: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.ejml:ejml-core:jar:0.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)]
[INFO] Artifact org.ejml:ejml-ddense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-simple:jar:0.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)]
[INFO] Artifact org.ejml:ejml-fdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-cdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-zdense:jar:0.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)]
[INFO] Artifact org.ejml:ejml-dsparse:jar:0.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)]
[INFO] Artifact org.ejml:ejml-fsparse:jar:0.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)]
[INFO] Artifact com.google.protobuf:protobuf-java:jar:3.25.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 javax.activation:javax.activation-api: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact javax.xml.bind:jaxb-api:jar:2.4.0-b180830.0359 is present in the local repository, but cached from a 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.sun.istack:istack-commons-runtime:jar: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)]
[INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:2.4.0-b180830.0438 is present in the local repository, but cached from a 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 edu.stanford.nlp:stanford-corenlp:jar:models:4.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.glassfish:jakarta.json:jar:1.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.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 [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.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.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 [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.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), 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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-resolver-provider:jar:3.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 [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.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.9.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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.9.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), 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 [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.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 [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:33.2.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 [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.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 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.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 [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.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.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.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 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:farea:jar:0.14.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.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.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 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 org.codehaus.plexus:plexus-utils: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.codehaus.plexus:plexus-xml:jar:4.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)]
[INFO] Artifact org.apache.maven:maven-xml-impl:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.apache.maven:maven-api-xml:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-api-meta:jar:4.0.0-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 [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.fasterxml.woodstox:woodstox-core:jar:6.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.woodstox:stax2-api:jar:4.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 [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 ch.qos.reload4j:reload4j:jar:1.2.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)]
[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: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)]
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/lints/0.0.26/lints-0.0.26.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/lints/0.0.26/lints-0.0.26.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/de/jollyday/jollyday/0.4.9/jollyday-0.4.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.7.3/lucene-queryparser-7.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/de/jollyday/jollyday/0.4.9/jollyday-0.4.9.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.7.3/lucene-queries-7.7.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.7.3/lucene-analyzers-common-7.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.7.3/lucene-sandbox-7.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xom/xom/1.3.9/xom-1.3.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.3/xalan-2.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.3/xalan-2.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.13.0/joda-time-2.13.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xom/xom/1.3.9/xom-1.3.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.39/ejml-core-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.39/ejml-ddense-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.3/lucene-core-7.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.39/ejml-simple-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.39/ejml-core-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.39/ejml-fdense-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.39/ejml-cdense-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.39/ejml-simple-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.39/ejml-zdense-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.39/ejml-fdense-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.13.0/joda-time-2.13.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.39/ejml-cdense-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.39/ejml-zdense-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fsparse/0.39/ejml-fsparse-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.39/ejml-dsparse-0.39.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.jar
Downloading from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8-models.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.39/ejml-ddense-0.39.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/edu/stanford/nlp/stanford-corenlp/4.5.8/stanford-corenlp-4.5.8-models.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.4.0-b180830.0438/jaxb-impl-2.4.0-b180830.0438.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.9.9/maven-model-3.9.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.9/maven-core-3.9.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.8.0/plexus-classworlds-2.8.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.jar
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-settings/3.9.9/maven-settings-3.9.9.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-model/3.9.9/maven-model-3.9.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.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/maven-model-builder/3.9.9/maven-model-builder-3.9.9.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-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.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.22/maven-resolver-impl-1.9.22.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.9.9/maven-core-3.9.9.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.22/maven-resolver-named-locks-1.9.22.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.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.22/maven-resolver-api-1.9.22.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.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.22/maven-resolver-spi-1.9.22.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.22/maven-resolver-impl-1.9.22.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.22/maven-resolver-named-locks-1.9.22.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.M3/org.eclipse.sisu.inject-0.9.0.M3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.22/maven-resolver-spi-1.9.22.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/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.jar
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/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/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/33.2.1-jre/guava-33.2.1-jre.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/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/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.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/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.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-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/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/apache/maven/plugin-tools/maven-plugin-annotations/3.15.1/maven-plugin-annotations-3.15.1.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/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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.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/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.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/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.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-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/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/farea/0.14.2/farea-0.14.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.4.0/jaxec-0.4.0.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/yegor256/tojos/0.18.4/tojos-0.18.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/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/farea/0.14.2/farea-0.14.2.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/com/yegor256/tojos/0.18.4/tojos-0.18.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.4.0/jaxec-0.4.0.jar (0 B at 0 B/s)
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
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
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/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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.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/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/org/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.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/org/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.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/org/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.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/org/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-9.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-9/maven-api-xml-4.0.0-alpha-9.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.4/plexus-xml-4.0.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-9/maven-api-meta-4.0.0-alpha-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/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.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/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-9/maven-xml-impl-4.0.0-alpha-9.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar (0 B at 0 B/s)
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)
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)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ eo-maven-plugin ---
[INFO] Deleting /home/r/repo/eo-maven-plugin/target
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- resources:3.3.1:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 48 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.7.1:properties (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)]
[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)]
[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)]
[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.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)]
[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.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.14.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-dependency-analyzer:pom:1.14.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-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.pom (0 B at 0 B/s)
[INFO] Artifact org.assertj:assertj-bom:pom:3.25.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.assertj:assertj-bom:pom:3.25.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/assertj/assertj-bom/3.25.3/assertj-bom-3.25.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-bom/3.25.3/assertj-bom-3.25.3.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm:pom:9.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 org.ow2.asm:asm:pom:9.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/ow2/asm/asm/9.7/asm-9.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.7/asm-9.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree: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), 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.3.0/maven-dependency-tree-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.pom (0 B at 0 B/s)
[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)]
[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.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)]
[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)]
[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.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)]
[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)]
[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)]
[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.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)]
[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.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.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.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 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 [oss.sonatype.org (https://oss.sonatype.org/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.14.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.ow2.asm:asm:jar:9.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 org.apache.maven.shared:maven-dependency-tree: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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.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.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.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 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 [oss.sonatype.org (https://oss.sonatype.org/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.14.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.ow2.asm:asm:jar:9.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 org.apache.maven.shared:maven-dependency-tree: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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)]
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
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/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/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
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/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/velocity/velocity-tools/2.0/velocity-tools-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/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/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/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/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/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/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/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/commons-io/commons-io/2.15.1/commons-io-2.15.1.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/org/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.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/ow2/asm/asm/9.7/asm-9.7.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/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.15.1/commons-io-2.15.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-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.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)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.14.1/maven-dependency-analyzer-1.14.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.7/asm-9.7.jar (0 B at 0 B/s)
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)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.3.0/maven-dependency-tree-3.3.0.jar (0 B at 0 B/s)
[INFO]
[INFO] --- plugin:3.13.1:helpmojo (default) @ eo-maven-plugin ---
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:pom:3.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.plugin-tools:maven-plugin-tools-api:pom:3.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/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.13.1.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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-core-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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: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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-model-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-settings-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-settings-builder-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-builder-support-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-repository-metadata-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-artifact-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (0 B at 0 B/s)
[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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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.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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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-classworlds/2.7.0/plexus-classworlds-2.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-model-builder-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.6/maven-resolver-provider-3.9.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.18/maven-resolver-spi-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.9.18/maven-resolver-impl-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 [oss.sonatype.org (https://oss.sonatype.org/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-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 [oss.sonatype.org (https://oss.sonatype.org/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-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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.guava:guava:pom:32.0.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:guava:pom:32.0.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/32.0.1-jre/guava-32.0.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact com.google.guava:guava-parent:pom:32.0.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:guava-parent:pom:32.0.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/32.0.1-jre/guava-parent-32.0.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-generators:pom:3.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.plugin-tools:maven-plugin-tools-generators:pom:3.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/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.jsoup:jsoup:pom:1.17.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:pom:1.17.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.17.2/jsoup-1.17.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.17.2/jsoup-1.17.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)]
[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.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.plugin-tools:maven-plugin-tools-java:pom:3.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/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-annotations:pom:3.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.plugin-tools:maven-plugin-tools-annotations:pom:3.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/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.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.plugin-tools:maven-plugin-annotations:pom:3.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/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.13.1/maven-plugin-annotations-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-util:pom:9.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 org.ow2.asm:asm-util:pom:9.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/ow2/asm/asm-util/9.7/asm-util-9.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-tree:pom:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-tree:pom:9.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), 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.7/asm-tree-9.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom (0 B at 0 B/s)
[INFO] Artifact org.ow2.asm:asm-analysis:pom:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-analysis:pom:9.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), 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.7/asm-analysis-9.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-ant:pom:3.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.plugin-tools:maven-plugin-tools-ant:pom:3.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/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-script:pom:3.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.plugin-tools:maven-script:pom:3.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/plugin-tools/maven-script/3.13.1/maven-script-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-script/3.13.1/maven-script-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-model:pom:3.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.plugin-tools:maven-plugin-tools-model:pom:3.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/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.13.1/maven-plugin-tools-model-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:pom:3.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.plugin-tools:maven-plugin-tools-beanshell:pom:3.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/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.13.1/maven-plugin-tools-beanshell-3.13.1.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:3.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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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-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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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:32.0.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 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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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-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 [oss.sonatype.org (https://oss.sonatype.org/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.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.jsoup:jsoup:jar:1.17.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.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.plugin-tools:maven-plugin-tools-annotations:jar:3.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.ow2.asm:asm-util:jar:9.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 org.ow2.asm:asm-tree:jar:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-analysis:jar:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.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.plugin-tools:maven-plugin-tools-ant:jar:3.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.plugin-tools:maven-plugin-tools-model:jar:3.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.plugin-tools:maven-plugin-tools-beanshell:jar:3.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 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)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:3.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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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-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 [oss.sonatype.org (https://oss.sonatype.org/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.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 [oss.sonatype.org (https://oss.sonatype.org/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:32.0.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 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 [oss.sonatype.org (https://oss.sonatype.org/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.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.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 [oss.sonatype.org (https://oss.sonatype.org/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.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-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 [oss.sonatype.org (https://oss.sonatype.org/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.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.jsoup:jsoup:jar:1.17.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.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.plugin-tools:maven-plugin-tools-annotations:jar:3.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.ow2.asm:asm-util:jar:9.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 org.ow2.asm:asm-tree:jar:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.ow2.asm:asm-analysis:jar:9.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), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.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.plugin-tools:maven-plugin-tools-ant:jar:3.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.plugin-tools:maven-plugin-tools-model:jar:3.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.plugin-tools:maven-plugin-tools-beanshell:jar:3.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 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.13.1/maven-plugin-tools-api-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.13.1/maven-plugin-tools-api-3.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.9.6/maven-core-3.9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.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.9.6/maven-resolver-provider-3.9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.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-impl/1.9.18/maven-resolver-impl-1.9.18.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.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-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.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.9.18/maven-resolver-spi-1.9.18.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.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/3.9.6/maven-model-3.9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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 oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.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-spi/1.9.18/maven-resolver-spi-1.9.18.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.9.6/maven-settings-3.9.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.9.6/maven-model-3.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-generators/3.13.1/maven-plugin-tools-generators-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.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/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.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.13.1/maven-plugin-tools-java-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.9.6/maven-settings-3.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-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.13.1/maven-plugin-tools-generators-3.13.1.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.7/asm-util-9.7.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/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.13.1/maven-plugin-tools-annotations-3.13.1.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.7/asm-analysis-9.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.17.2/jsoup-1.17.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-annotations/3.13.1/maven-plugin-annotations-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.13.1/maven-plugin-tools-java-3.13.1.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.13.1/maven-plugin-tools-ant-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.7/asm-util-9.7.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.13.1/maven-plugin-tools-model-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.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.13.1/maven-plugin-tools-beanshell-3.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.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-tools-ant/3.13.1/maven-plugin-tools-ant-3.13.1.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-annotations/3.13.1/maven-plugin-annotations-3.13.1.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.13.1/maven-plugin-tools-model-3.13.1.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.13.1/maven-plugin-tools-beanshell-3.13.1.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 48 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 91 source files to /home/r/repo/eo-maven-plugin/target/classes
[INFO] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java: /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java uses or overrides a deprecated API.
[INFO] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java: Recompile with -Xlint:deprecation for details.
[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.13.1:descriptor (default-descriptor) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 24 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] --- jcabi:0.17.0:ajc (default) @ eo-maven-plugin ---
[INFO] Unwoven classes will be copied to /home/r/repo/eo-maven-plugin/target/unwoven
[INFO] Created temp dir /home/r/repo/eo-maven-plugin/target/jcabi-ajc
31 warnings
[INFO] ajc result: 165 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- resources:3.3.1:copy-resources (copy-descriptor) @ eo-maven-plugin ---
[INFO] Copying 1 resource from target/classes/META-INF/maven to target
[INFO]
[INFO] --- plugin:3.13.1:descriptor (default) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 24 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 133 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 65 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[INFO]
[INFO] --- surefire:3.3.1:test (default-test) @ eo-maven-plugin ---
[INFO] Tests are skipped.
[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/footprint/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/dependencies/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/objectionary/org-eolang-eo-maven-plugin-maven-plugin.txt added
[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/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.jar
[INFO]
[INFO] --- plugin:3.13.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eo-maven-plugin ---
[INFO] This Mojo is not used in Maven version 3.9.0 and above
[INFO]
[INFO] >>> source:3.3.1:jar (jcabi-sources) > generate-sources @ eo-maven-plugin >>>
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- resources:3.3.1:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 48 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.7.1:properties (default) @ eo-maven-plugin ---
[INFO]
[INFO] --- plugin:3.13.1:helpmojo (default) @ eo-maven-plugin ---
[INFO]
[INFO] <<< source:3.3.1:jar (jcabi-sources) < generate-sources @ eo-maven-plugin <<<
[INFO]
[INFO]
[INFO] --- source:3.3.1:jar (jcabi-sources) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-sources.jar
[INFO]
[INFO] --- javadoc:3.7.0: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.footprint...
Loading source files for package org.eolang.maven.util...
Loading source files for package org.eolang.maven.dependencies...
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.objectionary...
Loading source files for package org.eolang.maven.hash...
Loading source files for package org.eolang.eo_maven_plugin...
Constructing Javadoc information...
Standard Doclet version 11.0.22
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/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/CopyMojo.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/DownloadDepsMojo.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/LintMojo.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/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/StMeasured.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/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/CachePath.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/FpDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpEnvelope.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpExistedSource.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpFork.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpGenerated.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpIfOlder.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpIfReleased.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpIfTargetExists.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpIfTargetOlder.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpIgnore.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpUpdateBoth.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/FpUpdateFromCache.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/Saved.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/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/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/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/TojoHash.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/HmSave.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/Threaded.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/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/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/ParseMojo.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/DownloadDepsMojo.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/OptimizeMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/StMeasured.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/UnspileMojo.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/UnphiMojo.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/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/ProbeMojo.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/SodgMojo.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/class-use/LintMojo.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/MarkMojo.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/UnplaceMojo.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/ResolveMojo.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/CopyMojo.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/AssembleMojo.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/Place.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/footprint/class-use/FpIfOlder.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpFork.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpExistedSource.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpEnvelope.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/FpUpdateFromCache.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpIgnore.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpUpdateBoth.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpIfTargetExists.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpDefault.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpGenerated.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/CachePath.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/Saved.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpIfReleased.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/footprint/class-use/FpIfTargetOlder.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/Home.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/Threaded.html...
Generating /home/r/repo/eo-maven-plugin/target/apidocs/org/eolang/maven/util/class-use/HmSave.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/dependencies/class-use/DcsUniquelyVersioned.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/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/DcsWithRuntime.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/DcsEachWithoutTransitive.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/TojoHash.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/tojos/class-use/TranspiledTojos.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/ForeignTojo.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/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/OyIndexed.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/ChCached.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/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/ChNarrow.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/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/objectionary/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
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/package-info.java:28: warning - Tag @link: reference not found: org.eolang.maven.objectionary.OyHome
[WARNING] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/objectionary/package-info.java:30: warning - Tag @link: reference not found: org.eolang.maven.objectionary.OyFallback
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-javadoc.jar
[INFO]
[INFO] --- invoker:3.7.0:install (default) @ eo-maven-plugin ---
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter: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)]
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter: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/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy:pom:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy:pom:4.0.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/groovy/groovy/4.0.21/groovy-4.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.21/groovy-4.0.21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-json:pom:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-json:pom:4.0.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/groovy/groovy-json/4.0.21/groovy-json-4.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.groovy:groovy-xml:pom:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-xml:pom:4.0.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/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.pom (0 B at 0 B/s)
[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:maven-model:jar: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)]
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter:jar: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)]
[INFO] Artifact org.apache.groovy:groovy:jar:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-json:jar:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-xml:jar:4.0.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)]
[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:maven-model:jar: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)]
[INFO] Artifact org.apache.maven.shared:maven-script-interpreter:jar: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)]
[INFO] Artifact org.apache.groovy:groovy:jar:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-json:jar:4.0.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)]
[INFO] Artifact org.apache.groovy:groovy-xml:jar:4.0.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-text/1.3/commons-text-1.3.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/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy/4.0.21/groovy-4.0.21.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-xml/4.0.21/groovy-xml-4.0.21.jar
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.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.6/maven-script-interpreter-1.6.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.21/groovy-xml-4.0.21.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/groovy/groovy-json/4.0.21/groovy-json-4.0.21.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.21/groovy-4.0.21.jar (0 B at 0 B/s)
[INFO] Skipping artifact installation per configuration.
[INFO]
[INFO] --- invoker:3.7.0:run (default) @ eo-maven-plugin ---
[INFO] Skipping invocation per configuration. If this is incorrect, ensure the skipInvocation parameter is not set to true.
[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/fibonacci/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/main/resources/org/eolang/maven/pre/align-test-classes.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/remove-high-level-inner-classes.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/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/main/resources/org/eolang/maven/unphi/atoms-with-bound-attrs.xsl looks good
[INFO] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/normalize-bytes.xsl looks good
[INFO] [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/unphi/wrap-bytes.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.2.4:sign (jcabi-sign-artifacts) @ eo-maven-plugin ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
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] --- license:2.5.0:check-file-header (check-licenses) @ eo-maven-plugin ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[INFO] Will search files to update from root /home/r/repo/eo-maven-plugin/src
[INFO] Will search files to update from root /home/r/repo/eo-maven-plugin/target/generated-sources
[INFO] Scan 212 files header done in 35.655ms.
[INFO]
* add header on 212 files.
[INFO]
[INFO] --- groovy:2.1.1:execute (project-validate) @ eo-maven-plugin ---
[INFO] Artifact org.codehaus.groovy:groovy-xml:pom:3.0.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), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy-xml:pom:3.0.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), 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.23/groovy-xml-3.0.23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.groovy:groovy:pom:3.0.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), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy:pom:3.0.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), 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.23/groovy-3.0.23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/3.0.23/groovy-3.0.23.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy:jar:3.0.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), ossrh (https://oss.sonatype.org/content/repositories/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), 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.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)]
[INFO] Artifact org.codehaus.groovy:groovy-xml:jar:3.0.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), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.groovy:groovy:jar:3.0.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), ossrh (https://oss.sonatype.org/content/repositories/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), 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.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.23/groovy-xml-3.0.23.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-xml/3.0.23/groovy-xml-3.0.23.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.23/groovy-3.0.23.jar
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
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-bootstrap/1.8/gossip-bootstrap-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
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)
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/groovy/groovy/3.0.23/groovy-3.0.23.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/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-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/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/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/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/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/apache/ant/ant/1.9.4/ant-1.9.4.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/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/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.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/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (0 B at 0 B/s)
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)
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/1.9.4/ant-1.9.4.jar (0 B at 0 B/s)
[INFO] Verified with check-parameters-names.groovy - OK. Result: true
[INFO]
[INFO] --- install:3.1.2: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.50.0/eo-maven-plugin-0.50.0.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.2:deploy (default-deploy) @ eo-maven-plugin ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.7.0: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.2-03 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.50.0.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.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.50.0/eo-maven-plugin-0.50.0.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.50.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging:1.7.0: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.50.0 [4/4]
[INFO] from eo-runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.5.2/surefire-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.5.2/surefire-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.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)]
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.5.2/maven-failsafe-plugin-3.5.2.jar (0 B at 0 B/s)
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:deploy (jcabi-deploy-to-sonatype)'
[WARNING] Parameter 'description' is unknown for plugin 'nexus-staging-maven-plugin:1.7.0:release (jcabi-deploy-to-sonatype)'
[INFO] Artifact net.java.dev.jna:jna:pom:5.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)]
[INFO] Artifact net.java.dev.jna:jna:pom:5.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/net/java/dev/jna/jna/5.16.0/jna-5.16.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.16.0/jna-5.16.0.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:jul-to-slf4j:pom:2.0.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)]
[INFO] Artifact org.slf4j:jul-to-slf4j:pom:2.0.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/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-classic: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-classic: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-parent: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-parent: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.15/logback-parent-1.5.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.15/logback-parent-1.5.15.pom (0 B at 0 B/s)
[INFO] Artifact ch.qos.logback:logback-core: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-core: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.15/slf4j-api-2.0.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.15/slf4j-api-2.0.15.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.15/slf4j-parent-2.0.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.15/slf4j-parent-2.0.15.pom (0 B at 0 B/s)
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.slf4j:slf4j-bom:pom:2.0.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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.15/slf4j-bom-2.0.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.15/slf4j-bom-2.0.15.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)]
[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)]
[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)]
[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:maybeslow:pom:0.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)]
[INFO] Artifact com.yegor256:maybeslow:pom:0.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)]
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom (0 B at 0 B/s)
[INFO] Artifact org.checkerframework:checker-qual:pom:3.42.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.checkerframework:checker-qual:pom:3.42.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/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom (0 B at 0 B/s)
[INFO] Artifact com.google.errorprone:error_prone_annotations:pom:2.26.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.google.errorprone:error_prone_annotations:pom:2.26.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/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.errorprone:error_prone_parent:pom:2.26.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.google.errorprone:error_prone_parent:pom:2.26.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/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom (0 B at 0 B/s)
[INFO] Artifact com.google.j2objc:j2objc-annotations: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.google.j2objc:j2objc-annotations: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom (0 B at 0 B/s)
[INFO] Artifact net.java.dev.jna:jna:jar:5.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)]
[INFO] Artifact org.slf4j:jul-to-slf4j:jar:2.0.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)]
[INFO] Artifact ch.qos.logback:logback-classic:jar: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-core:jar: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 [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:maybeslow:jar:0.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)]
[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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.checkerframework:checker-qual:jar:3.42.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.google.errorprone:error_prone_annotations:jar:2.26.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.google.j2objc:j2objc-annotations: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact net.java.dev.jna:jna:jar:5.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)]
[INFO] Artifact org.slf4j:jul-to-slf4j:jar:2.0.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)]
[INFO] Artifact ch.qos.logback:logback-classic:jar: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact ch.qos.logback:logback-core:jar: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 [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:maybeslow:jar:0.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)]
[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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[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 [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.checkerframework:checker-qual:jar:3.42.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.google.errorprone:error_prone_annotations:jar:2.26.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.google.j2objc:j2objc-annotations: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 [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.16.0/jna-5.16.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.16.0/jna-5.16.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.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/maybeslow/0.0.4/maybeslow-0.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar (0 B at 0 B/s)
Downloading from central: 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.jar
Downloaded from central: 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.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.15/logback-core-1.5.15.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar
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)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar (0 B at 0 B/s)
[INFO]
[INFO] --- clean:3.4.0:clean (default-clean) @ eo-runtime ---
[INFO] Deleting /home/r/repo/eo-runtime/target
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.5.0: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] --- eo:0.50.0:register (compile) @ eo-runtime ---
[INFO] Registered 58 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.50.0:deps (compile) @ eo-runtime ---
[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)]
[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-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)]
[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-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)]
[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)
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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)]
[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.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)]
[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-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)]
[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: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)]
[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)]
[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)]
[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-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)]
[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.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)]
[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)]
[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)]
[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)]
[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-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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[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), 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.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-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)]
[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)]
[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)]
[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.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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[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), 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-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.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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[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), 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/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-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)]
[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.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), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[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), 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-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-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)]
[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.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)]
[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)]
[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)]
[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 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)]
[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)]
[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.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)]
[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)]
[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)]
[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: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), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[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), 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/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.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)]
[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: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.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.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 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.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 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.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.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)]
[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.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.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 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.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 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.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.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/maven-core/3.1.0/maven-core-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-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
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/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/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-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/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-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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
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/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/maven/maven-artifact/3.1.0/maven-artifact-3.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/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/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/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/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-io/commons-io/2.13.0/commons-io-2.13.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/commons/commons-compress/1.23.0/commons-compress-1.23.0.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/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/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/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/commons-io/commons-io/2.13.0/commons-io-2.13.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/3.2.5/maven-model-3.2.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/ow2/asm/asm/9.5/asm-9.5.jar
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)
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/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.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.0.0.v20140518/aether-util-1.0.0.v20140518.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/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/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/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/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.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] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
[INFO] Artifact net.java.dev.jna:jna:pom:5.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)]
[INFO] Artifact net.java.dev.jna:jna:pom:5.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/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (0 B at 0 B/s)
[INFO] Artifact net.java.dev.jna:jna:jar:5.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)]
[INFO] Artifact net.java.dev.jna:jna:jar:5.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/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (0 B at 0 B/s)
[INFO] net.java.dev.jna:jna:null:5.14.0 unpacked to eo-runtime/target/classes
[INFO]
[INFO] --- eo:0.50.0:assemble (compile) @ eo-runtime ---
[INFO] 60 attributes loaded from 66 stream(s) in 106ms, 60 saved, 710 ignored: ["Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Id", "Build-Jdk", "Build-Jdk-Spec", "Build-Version", "Built-By", "Built-Date", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Class-Path", "Created-By", "DynamicImport-Package", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Git-Revision", "Git-Url", "Implementation-Build", "Implementation-Build-Id", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Lints-Version", "Main-Class", "Main-class", "Major-Version", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Package", "Project-Name", "Provide-Capability", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Target-Label", "Time-Zone-Database-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 58 new .eo sources out of 58 to XMIRs in 6s
[INFO] Optimized 58 out of 58 XMIR program(s) in 4s
[WARNING] XSL 'abstracts-float-up' took 979ms (over 500ms)
[INFO] Shaken 58 out of 58 XMIR program(s) in 2s
[INFO] Discovered 38 foreign objects in 58 programs: [org.eolang.try, org.eolang.sys.win32, org.eolang.false, org.eolang.dataized, org.eolang.io.console, org.eolang.positive-infinity, org.eolang.math.pi, org.eolang.txt.text, org.eolang.negative-infinity, org.eolang.i32, org.eolang.structs.hash-code-of, org.eolang.structs.map, org.eolang.structs.bytes-as-array, org.eolang.malloc, org.eolang.fs.file, org.eolang.sys.line-separator, org.eolang.tuple, org.eolang.while, org.eolang.switch, org.eolang.structs.range, org.eolang.nan, org.eolang.true, org.eolang.txt.sscanf, org.eolang.fs.dir, org.eolang.string, org.eolang.number, org.eolang.sys.getenv, org.eolang.i16, org.eolang.error, org.eolang.sys.os, org.eolang.txt.sprintf, org.eolang.txt.regex, org.eolang.i64, org.eolang.structs.list, org.eolang.math.e, org.eolang.bytes, org.eolang.sys.posix, org.eolang.seq]
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is set to TRUE
[INFO] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[INFO] Assemble cycle #1 (EO:58/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:48/PROBED:0), took 12s
[INFO] No new .eo sources out of 58 parsed to XMIRs
[INFO] Discovered 15 foreign objects in 10 programs: [org.eolang.nan, org.eolang.sys.win32, org.eolang.false, org.eolang.dataized, org.eolang.true, org.eolang.string, org.eolang.number, org.eolang.positive-infinity, org.eolang.error, org.eolang.sys.os, org.eolang.txt.regex, org.eolang.bytes, org.eolang.tuple, org.eolang.sys.posix, org.eolang.seq]
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is set to TRUE
[INFO] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[INFO] Assemble cycle #2 (EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:48/PROBED:0 -> EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0), took 28ms
[INFO] No new .eo sources out of 58 parsed to XMIRs
[INFO] Nothing to discover, all 58 programs checked already
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is set to TRUE
[INFO] The directory eo-runtime/target/eo/5-resolve is absent, nothing to place from it
[INFO] Last assemble cycle #3 (EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0), took 15ms
[INFO] 3 assemble cycle(s) produced some new object(s) in 12s: EO:58/XMIR:58/OPTIMIZED:58/DISCOVERED:58/PROBED:0
[INFO]
[INFO] --- eo:0.50.0:lint (compile) @ eo-runtime ---
[INFO] Adding annotator tokenize
[INFO] Adding annotator pos
[INFO] Loading POS tagger from edu/stanford/nlp/models/pos-tagger/english-left3words-distsim.tagger ... done [0.5 sec].
[WARNING] eo-runtime/src/main/eo/org/eolang/true.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/true.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/pi.eo:29 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'broken-ref' took 192ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/main/eo/org/eolang/math/real.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/false.eo:38 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/real.eo:67 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/real.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/false.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/sys/line-separator.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'unit-test-without-phi' took 117ms, whereas threshold is 100ms
[WARNING] XSL transformation 'line-is-absent' took 112ms, whereas threshold is 100ms
[WARNING] XSL transformation 'alias-without-tail' took 121ms, whereas threshold is 100ms
[WARNING] XSL transformation 'incorrect-rt-parts' took 124ms, whereas threshold is 100ms
[WARNING] XSL transformation 'object-line-out-of-listing' took 125ms, whereas threshold is 100ms
[WARNING] XSL transformation 'incorrect-home' took 139ms, whereas threshold is 100ms
[WARNING] XSL transformation 'same-line-names' took 303ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/main/eo/org/eolang/math/e.eo:29 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/e.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/number.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/number.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:34 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:245 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:281 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:182 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/txt/text.eo:24 The "alias bytes-as-array org.eolang.structs.bytes-as-array" meta is out of order (unsorted-metas warning)
[WARNING] XSL transformation 'same-line-names' took 157ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/list.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/list.eo:34 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/list.eo:173 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/list.eo:186 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/sys/win32.eo:54 The object "win32$system-time" has more than 5 free attributes, it's too many (many-free-attributes warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 495ms, whereas threshold is 100ms
[WARNING] XSL transformation 'same-line-names' took 187ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:72 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:61 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:64 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:106 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:109 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:112 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:115 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:118 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/bytes.eo:121 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/fs/path.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/fs/path.eo:67 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/fs/path.eo:24 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/net/socket.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/angle.eo:32 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:48 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/angle.eo:35 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/math/angle.eo:40 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:51 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:59 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:65 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/positive-infinity.eo:89 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:53 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/map.eo:24 The "alias hash-code-of org.eolang.structs.hash-code-of" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:59 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:62 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/structs/map.eo:25 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:65 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:79 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:89 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/negative-infinity.eo:99 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/fs/file.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/tuple.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/tuple.eo:31 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/tuple.eo:41 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:29 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:39 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:42 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:45 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:48 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:51 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/nan.eo:57 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/string.eo:66 The object "string$length$rec-length" has more than 5 free attributes, it's too many (many-free-attributes warning)
[WARNING] eo-runtime/src/main/eo/org/eolang/string.eo:160 The object "string$slice$rec-index" has more than 5 free attributes, it's too many (many-free-attributes warning)
[INFO] Also, 58 XMIR programs linted as a package
[INFO] Linted 58 out of 58 XMIR program(s) that needed this (out of 58 total programs) in 3s: 135 warnings
[INFO]
[INFO] --- eo:0.50.0:transpile (compile) @ eo-runtime ---
[INFO] Transpiled 58 XMIRs, created 392 Java files in eo-runtime/target/generated-sources
[INFO] The directory added to Maven 'compile-source-root': eo-runtime/target/generated-sources
[INFO]
[INFO] --- eo:0.50.0:xmir-to-phi (compile) @ eo-runtime ---
[INFO] Translated to phi (#3/58): eo-runtime/target/eo/2-optimize/org/eolang/math/angle.xmir (15Kb) -> org/eolang/math/angle.phi (876b) in 438ms
[INFO] Translated to phi (#10/58): eo-runtime/target/eo/2-optimize/org/eolang/cti.xmir (6Kb) -> org/eolang/cti.phi (183b) in 451ms
[INFO] Translated to phi (#4/58): eo-runtime/target/eo/2-optimize/org/eolang/math/e.xmir (5Kb) -> org/eolang/math/e.phi (189b) in 456ms
[INFO] Translated to phi (#5/58): eo-runtime/target/eo/2-optimize/org/eolang/math/numbers.xmir (16Kb) -> org/eolang/math/numbers.phi (1Kb) in 482ms
[INFO] Translated to phi (#13/58): eo-runtime/target/eo/2-optimize/org/eolang/go.xmir (16Kb) -> org/eolang/go.phi (885b) in 484ms
[INFO] Translated to phi (#14/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/line-separator.xmir (7Kb) -> org/eolang/sys/line-separator.phi (280b) in 508ms
[INFO] Translated to phi (#12/58): eo-runtime/target/eo/2-optimize/org/eolang/malloc.xmir (27Kb) -> org/eolang/malloc.phi (2Kb) in 515ms
[INFO] Translated to phi (#9/58): eo-runtime/target/eo/2-optimize/org/eolang/math/pi.xmir (5Kb) -> org/eolang/math/pi.phi (190b) in 518ms
[INFO] Translated to phi (#8/58): eo-runtime/target/eo/2-optimize/org/eolang/false.xmir (7Kb) -> org/eolang/false.phi (429b) in 530ms
[INFO] Translated to phi (#16/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/posix.xmir (13Kb) -> org/eolang/sys/posix.phi (940b) in 620ms
[INFO] Translated to phi (#7/58): eo-runtime/target/eo/2-optimize/org/eolang/number.xmir (33Kb) -> org/eolang/number.phi (2Kb) in 647ms
[INFO] Translated to phi (#15/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/getenv.xmir (10Kb) -> org/eolang/sys/getenv.phi (474b) in 776ms
[INFO] Translated to phi (#2/58): eo-runtime/target/eo/2-optimize/org/eolang/math/random.xmir (37Kb) -> org/eolang/math/random.phi (2Kb) in 805ms
[INFO] Translated to phi (#6/58): eo-runtime/target/eo/2-optimize/org/eolang/math/real.xmir (23Kb) -> org/eolang/math/real.phi (1Kb) in 828ms
[INFO] Translated to phi (#22/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/sscanf.xmir (6Kb) -> org/eolang/txt/sscanf.phi (245b) in 330ms
[INFO] Translated to phi (#1/58): eo-runtime/target/eo/2-optimize/org/eolang/math/integral.xmir (39Kb) -> org/eolang/math/integral.phi (2Kb) in 911ms
[INFO] Translated to phi (#18/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/os.xmir (12Kb) -> org/eolang/sys/os.phi (636b) in 480ms
[INFO] Translated to phi (#25/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/sprintf.xmir (6Kb) -> org/eolang/txt/sprintf.phi (247b) in 499ms
[INFO] Translated to phi (#27/58): eo-runtime/target/eo/2-optimize/org/eolang/try.xmir (6Kb) -> org/eolang/try.phi (183b) in 421ms
[INFO] Translated to phi (#19/58): eo-runtime/target/eo/2-optimize/org/eolang/positive-infinity.xmir (31Kb) -> org/eolang/positive-infinity.phi (2Kb) in 648ms
[INFO] Translated to phi (#21/58): eo-runtime/target/eo/2-optimize/org/eolang/negative-infinity.xmir (31Kb) -> org/eolang/negative-infinity.phi (2Kb) in 638ms
[INFO] Translated to phi (#23/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/regex.xmir (28Kb) -> org/eolang/txt/regex.phi (2Kb) in 607ms
[INFO] Translated to phi (#17/58): eo-runtime/target/eo/2-optimize/org/eolang/sys/win32.xmir (16Kb) -> org/eolang/sys/win32.phi (1Kb) in 666ms
[INFO] Translated to phi (#26/58): eo-runtime/target/eo/2-optimize/org/eolang/bytes.xmir (29Kb) -> org/eolang/bytes.phi (3Kb) in 584ms
[INFO] Translated to phi (#32/58): eo-runtime/target/eo/2-optimize/org/eolang/true.xmir (7Kb) -> org/eolang/true.phi (428b) in 401ms
[INFO] Translated to phi (#20/58): eo-runtime/target/eo/2-optimize/org/eolang/i16.xmir (38Kb) -> org/eolang/i16.phi (2Kb) in 886ms
[INFO] Translated to phi (#28/58): eo-runtime/target/eo/2-optimize/org/eolang/tuple.xmir (21Kb) -> org/eolang/tuple.phi (1Kb) in 599ms
[INFO] Translated to phi (#29/58): eo-runtime/target/eo/2-optimize/org/eolang/switch.xmir (14Kb) -> org/eolang/switch.phi (514b) in 589ms
[INFO] Translated to phi (#33/58): eo-runtime/target/eo/2-optimize/org/eolang/i64.xmir (24Kb) -> org/eolang/i64.phi (2Kb) in 611ms
[INFO] Translated to phi (#38/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/range.xmir (13Kb) -> org/eolang/structs/range.phi (600b) in 506ms
[INFO] Translated to phi (#39/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/set.xmir (15Kb) -> org/eolang/structs/set.phi (1008b) in 451ms
[INFO] Translated to phi (#37/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/dir.xmir (28Kb) -> org/eolang/fs/dir.phi (2Kb) in 572ms
[INFO] Translated to phi (#44/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/hash-code-of.xmir (15Kb) -> org/eolang/structs/hash-code-of.phi (896b) in 477ms
[INFO] Translated to phi (#42/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/range-of-ints.xmir (15Kb) -> org/eolang/structs/range-of-ints.phi (726b) in 564ms
[INFO] Translated to phi (#45/58): eo-runtime/target/eo/2-optimize/org/eolang/error.xmir (6Kb) -> org/eolang/error.phi (174b) in 392ms
[INFO] Translated to phi (#35/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/tmpdir.xmir (24Kb) -> org/eolang/fs/tmpdir.phi (1Kb) in 899ms
[INFO] Translated to phi (#46/58): eo-runtime/target/eo/2-optimize/org/eolang/seq.xmir (13Kb) -> org/eolang/seq.phi (505b) in 364ms
[INFO] Translated to phi (#43/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/bytes-as-array.xmir (12Kb) -> org/eolang/structs/bytes-as-array.phi (591b) in 710ms
[INFO] Translated to phi (#31/58): eo-runtime/target/eo/2-optimize/org/eolang/i32.xmir (44Kb) -> org/eolang/i32.phi (3Kb) in 1s
[INFO] Translated to phi (#47/58): eo-runtime/target/eo/2-optimize/org/eolang/io/tee-input.xmir (18Kb) -> org/eolang/io/tee-input.phi (1Kb) in 507ms
[INFO] Translated to phi (#48/58): eo-runtime/target/eo/2-optimize/org/eolang/io/dead-output.xmir (8Kb) -> org/eolang/io/dead-output.phi (461b) in 572ms
[INFO] Translated to phi (#34/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/file.xmir (83Kb) -> org/eolang/fs/file.phi (6Kb) in 1s
[INFO] Translated to phi (#41/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/map.xmir (62Kb) -> org/eolang/structs/map.phi (4Kb) in 1s
[INFO] Translated to phi (#53/58): eo-runtime/target/eo/2-optimize/org/eolang/io/bytes-as-input.xmir (24Kb) -> org/eolang/io/bytes-as-input.phi (1Kb) in 383ms
[INFO] Translated to phi (#49/58): eo-runtime/target/eo/2-optimize/org/eolang/io/stdin.xmir (29Kb) -> org/eolang/io/stdin.phi (1Kb) in 572ms
[INFO] Translated to phi (#55/58): eo-runtime/target/eo/2-optimize/org/eolang/io/stdout.xmir (7Kb) -> org/eolang/io/stdout.phi (359b) in 362ms
[INFO] Translated to phi (#54/58): eo-runtime/target/eo/2-optimize/org/eolang/io/dead-input.xmir (8Kb) -> org/eolang/io/dead-input.phi (471b) in 367ms
[INFO] Translated to phi (#51/58): eo-runtime/target/eo/2-optimize/org/eolang/io/input-length.xmir (11Kb) -> org/eolang/io/input-length.phi (544b) in 510ms
[INFO] Translated to phi (#52/58): eo-runtime/target/eo/2-optimize/org/eolang/io/malloc-as-output.xmir (16Kb) -> org/eolang/io/malloc-as-output.phi (819b) in 508ms
[INFO] Translated to phi (#40/58): eo-runtime/target/eo/2-optimize/org/eolang/structs/list.xmir (106Kb) -> org/eolang/structs/list.phi (7Kb) in 1s
[INFO] Translated to phi (#56/58): eo-runtime/target/eo/2-optimize/org/eolang/dataized.xmir (8Kb) -> org/eolang/dataized.phi (330b) in 413ms
[INFO] Translated to phi (#30/58): eo-runtime/target/eo/2-optimize/org/eolang/string.xmir (90Kb) -> org/eolang/string.phi (6Kb) in 2s
[INFO] Translated to phi (#57/58): eo-runtime/target/eo/2-optimize/org/eolang/nan.xmir (11Kb) -> org/eolang/nan.phi (969b) in 356ms
[INFO] Translated to phi (#58/58): eo-runtime/target/eo/2-optimize/org/eolang/while.xmir (12Kb) -> org/eolang/while.phi (564b) in 335ms
[INFO] Translated to phi (#50/58): eo-runtime/target/eo/2-optimize/org/eolang/io/console.xmir (53Kb) -> org/eolang/io/console.phi (4Kb) in 714ms
[INFO] Translated to phi (#24/58): eo-runtime/target/eo/2-optimize/org/eolang/txt/text.xmir (184Kb) -> org/eolang/txt/text.phi (11Kb) in 3s
[INFO] Translated to phi (#11/58): eo-runtime/target/eo/2-optimize/org/eolang/net/socket.xmir (278Kb) -> org/eolang/net/socket.phi (20Kb) in 3s
[INFO] Translated to phi (#36/58): eo-runtime/target/eo/2-optimize/org/eolang/fs/path.xmir (226Kb) -> org/eolang/fs/path.phi (12Kb) in 2s
[INFO] Translated 58 XMIR file(s) from eo-runtime/target/eo/2-optimize to eo-runtime/target/eo/phi
[INFO]
[INFO] --- eo:0.50.0:phi-to-xmir (compile) @ eo-runtime ---
[INFO] Parsed 58 phi files to xmir in 3s
[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 549 source files to /home/r/repo/eo-runtime/target/classes
[INFO]
[INFO] --- eo:0.50.0:register (test-compile) @ eo-runtime ---
[INFO] Registered 51 EO sources from eo-runtime/src/test/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.50.0:deps (test-compile) @ eo-runtime ---
[INFO] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
[INFO] jna-5.14.0.jar already unpacked.
[INFO] net.java.dev.jna:jna:null:5.14.0 unpacked to eo-runtime/target/classes
[INFO]
[INFO] --- eo:0.50.0:assemble (test-compile) @ eo-runtime ---
[WARNING] XSL 'stars-to-tuples' took 1s (over 500ms)
[WARNING] XSL 'stars-to-tuples' took 895ms (over 500ms)
[INFO] Parsed 51 new .eo sources out of 51 to XMIRs in 4s
[INFO] Optimized 51 out of 51 XMIR program(s) in 3s
[WARNING] XSL 'abstracts-float-up' took 3s (over 500ms)
[INFO] Shaken 51 out of 51 XMIR program(s) in 3s
[INFO] Discovered 52 foreign objects in 51 programs: [org.eolang.false, org.eolang.io.malloc-as-output, org.eolang.math.pi, org.eolang.math.real, org.eolang.txt.text, org.eolang.math.integral, org.eolang.io.stdout, org.eolang.structs.hash-code-of, org.eolang.math.random, org.eolang.io.dead-output, org.eolang.while, org.eolang.structs.range, org.eolang.true, org.eolang.txt.sscanf, org.eolang.number, org.eolang.txt.sprintf, org.eolang.fs.path, org.eolang.txt.regex, org.eolang.i64, org.eolang.structs.list, org.eolang.io.input-length, org.eolang.math.e, org.eolang.bytes, org.eolang.sys.posix, org.eolang.seq, org.eolang.try, org.eolang.io.tee-input, org.eolang.sys.win32, org.eolang.dataized, org.eolang.io.console, org.eolang.math.angle, org.eolang.positive-infinity, org.eolang.math.numbers, org.eolang.negative-infinity, org.eolang.io.dead-input, org.eolang.structs.map, org.eolang.structs.set, org.eolang.malloc, org.eolang.fs.file, org.eolang.io.bytes-as-input, org.eolang.structs.bytes-as-array, org.eolang.tuple, org.eolang.go, org.eolang.structs.range-of-ints, org.eolang.switch, org.eolang.cti, org.eolang.nan, org.eolang.fs.dir, org.eolang.string, org.eolang.fs.tmpdir, org.eolang.error, org.eolang.sys.os]
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is set to TRUE
[INFO] The directory eo-runtime/target/eo-test/5-resolve is absent, nothing to place from it
[INFO] Assemble cycle #1 (EO:51/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0), took 11s
[INFO] No new .eo sources out of 51 parsed to XMIRs
[INFO] Nothing to discover, all 51 programs checked already
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is set to TRUE
[INFO] The directory eo-runtime/target/eo-test/5-resolve is absent, nothing to place from it
[INFO] Last assemble cycle #2 (EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0), took 12ms
[INFO] 2 assemble cycle(s) produced some new object(s) in 11s: EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:0
[INFO]
[INFO] --- eo:0.50.0:lint (test-compile) @ eo-runtime ---
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/os-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/console-test.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/dead-output-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:35 The name of the object "makes-an-output-from-malloc-and-writes$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:38 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:31 Test object name: "set-rebuilds-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/malloc-as-output-test.eo:49 The name of the object "throws-on-writing-more-than-allocated$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:31 Test object name: "global-temp-dir-exists" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/set-tests.eo:53 Test object name: "empty-set-has-size-of-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/tmpdir-tests.eo:34 Test object name: "global-temp-dir-is-directory" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:52 The name of the object "opens-posix-tcp-socket$t1$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/posix-tests.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 The name of the object "sin-pi-div-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:56 The name of the object "cos-pi-div-2-floored" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:24 The "alias angle org.eolang.math.angle" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:32 Test object name: "sin-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:38 Test object name: "sin-pi-div-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/angle-tests.eo:44 Test object name: "sin-pi-floored" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:90 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:34 The name of the object "goto-jumps-backwards$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:39 The name of the object "goto-jumps-backwards$t0$t0$a2$auto-named-attr-at-39-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:52 The name of the object "goto-jumps-forward$div" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:55 The name of the object "goto-jumps-forward$div$auto-named-attr-at-55-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:57 The name of the object "goto-jumps-forward$div$auto-named-attr-at-55-9$auto-named-attr-at-57-13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:75 The name of the object "returns-from-method-body$max" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:77 The name of the object "returns-from-method-body$max$auto-named-attr-at-77-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:93 The name of the object "nested-goto$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:97 The name of the object "nested-goto$t0$t0$a1$auto-named-attr-at-97-18" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:30 Test object name: "goto-jumps-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:34 Test object name: "goto-jumps-backwards$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:39 Test object name: "goto-jumps-backwards$t0$t0$a2$auto-named-attr-at-39-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:51 Test object name: "goto-jumps-forward" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:52 Test object name: "goto-jumps-forward$div" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:55 Test object name: "goto-jumps-forward$div$auto-named-attr-at-55-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:57 Test object name: "goto-jumps-forward$div$auto-named-attr-at-55-9$auto-named-attr-at-57-13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:90 Test object name: "nested-goto" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:93 Test object name: "nested-goto$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/go-tests.eo:97 Test object name: "nested-goto$t0$t0$a1$auto-named-attr-at-97-18" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] XSL transformation 'same-line-names' took 138ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 153ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 The unit test doesn't have "@" attribute: "empty-tuple-length$arr" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:85 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 The unit test doesn't have "@" attribute: "non-empty-tuple-length-test$arr" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:108 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:154 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 The name of the object "empty-tuple-length$arr" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 The name of the object "non-empty-tuple-length-test$arr" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:59 The name of the object "tuple-as-a-bound-attribute-size-0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:66 The name of the object "tuple-as-a-bound-attribute-size-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:74 The name of the object "tuple-as-a-bound-attribute-size-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:125 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:42 Test object name: "empty-tuple-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:43 Test object name: "empty-tuple-length$arr" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:61 The name of the object "throws-on-opening-directory$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:49 Test object name: "non-empty-tuple-length-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:50 Test object name: "non-empty-tuple-length-test$arr" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:59 Test object name: "tuple-as-a-bound-attribute-size-0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:39 Test object name: "matched-sequence-has-right-border-indexes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:48 Test object name: "regex-returns-valid-matched-string-sequence" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:37 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:52 Test object name: "regex-returns-valid-second-matched-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:93 Test object name: "regex-matches-dotall-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:101 Test object name: "regex-matches-with-case-insensitive-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:37 The comment doesn't start with a capital English letter (comment-not-capitalized warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/dir-tests.eo:32 Test object name: "bound-tmpfile-does-not-recreates-file" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:109 Test object name: "regex-matches-with-multiline-option" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:66 Test object name: "tuple-as-a-bound-attribute-size-1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:74 Test object name: "tuple-as-a-bound-attribute-size-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:87 Test object name: "tuple-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:114 Test object name: "tuple-fluent-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:117 Test object name: "regex-matches-entire-pattern" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:129 Test object name: "tuple-fluent-with-indented" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:167 Test object name: "at-fast-with-first-element" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:174 Test object name: "at-fast-with-last-element" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:181 Test object name: "tuple-empty-fluent-with-indented-keyword" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:200 Test object name: "tuple-with-negative-index-gets-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:125 Test object name: "regex-matches-with-regex-unix-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:31 Test object name: "simple-range-of-ints-from-one-to-ten" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:37 Test object name: "range-of-ints-from-ten-to-ten-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:42 Test object name: "range-of-descending-ints-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/tuple-tests.eo:207 Test object name: "tuple-with-negative-index-gets-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:133 Test object name: "regex-matches-with-regex-case-insensitive-and-caps" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-of-ints-tests.eo:47 Test object name: "range-of-negative-ints-works-as-well" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:141 Test object name: "regex-ignores-comments-in-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:149 Test object name: "regex-matches-with-unicode-case-and-insensitive" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/regex-tests.eo:161 Test object name: "regex-contains-valid-groups-on-each-matched-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:46 The name of the object "map-rebuilds-itself-only-once$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:31 Test object name: "map-rebuilds-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:41 Test object name: "map-rebuilds-itself-only-once" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/map-tests.eo:46 Test object name: "map-rebuilds-itself-only-once$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:105 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:121 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:44 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:160 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:146 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:33 The name of the object "seq-single-dataization-float-less$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:36 The name of the object "seq-single-dataization-float-less$t0$a2$auto-named-attr-at-36-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:154 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:162 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:49 The name of the object "seq-single-dataization-float-greater$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:52 The name of the object "seq-single-dataization-float-greater$t0$a2$auto-named-attr-at-52-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:170 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:65 The name of the object "seq-single-dataization-int-less$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:191 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:238 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:86 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 The name of the object "i16-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:68 The name of the object "seq-single-dataization-int-less$t0$a2$auto-named-attr-at-68-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:268 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 The name of the object "negative-i16-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:81 The name of the object "seq-single-dataization-int-less-or-equal$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:274 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 The name of the object "i16-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:282 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:84 The name of the object "seq-single-dataization-int-less-or-equal$t0$a2$auto-named-attr-at-84-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 The name of the object "i16-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:146 The name of the object "seq-single-dataization-int-equal-to-test$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 The name of the object "i16-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 The name of the object "i16-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 The name of the object "i16-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:149 The name of the object "seq-single-dataization-int-equal-to-test$t0$a2$auto-named-attr-at-149-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:92 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:294 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 The name of the object "i16-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:163 The name of the object "seq-single-dataization-int-equal-to-cache-problem-test$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:166 The name of the object "seq-single-dataization-int-equal-to-cache-problem-test$t0$a2$auto-named-attr-at-166-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:94 Test object name: "very-long-seq" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 The name of the object "i16-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 The name of the object "i16-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:304 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 The name of the object "i16-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:307 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:104 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 The name of the object "i16-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:310 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 The name of the object "i16-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:46 The name of the object "copies-all-bytes-to-output-and-returns-length$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:116 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:122 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:24 The "alias bytes-as-input org.eolang.io.bytes-as-input" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:179 Test object name: "seq-calculates-and-returns" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 The name of the object "i16-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:42 Test object name: "copies-all-bytes-to-output-and-returns-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/input-length-tests.eo:46 Test object name: "copies-all-bytes-to-output-and-returns-length$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 The name of the object "i16-zero-eq-to-i16-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:46 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:134 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:317 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:199 The name of the object "calculates-fibonacci-number-with-recursion$fibo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:37 The name of the object "reads-from-bytes-and-writes-to-memory$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:140 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:50 The name of the object "reads-from-bytes-and-writes-to-memory-by-portions$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:67 The name of the object "reads-from-bytes-and-writes-to-two-memory-blocks$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:70 The name of the object "reads-from-bytes-and-writes-to-two-memory-blocks$t0$t0$a2$auto-named-attr-at-70-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 The name of the object "i16-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:217 The name of the object "calculates-fibonacci-number-with-tail$fibonacci" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:24 The "alias bytes-as-input org.eolang.io.bytes-as-input" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:51 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:224 The name of the object "calculates-fibonacci-number-with-tail$fibonacci$small" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/seq-tests.eo:188 Test object name: "seq-calculates-and-returns-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/tee-input-tests.eo:25 The "alias malloc-as-output org.eolang.io.malloc-as-output" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 The name of the object "i16-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:146 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 244ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 185ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The name of the object "i16-one-plus-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 The name of the object "i16-plus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:231 The name of the object "calculates-fibonacci-number-with-tail$fibonacci$rec" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:68 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The name of the object "i16-one-minus-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:90 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:152 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:244 The name of the object "zero-division$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 The name of the object "i16-minus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:105 The name of the object "hash-code-of-abstract-object-is-int$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:30 Test object name: "nan-not-eq-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:163 The name of the object "throws-on-division-i16-by-i16-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:37 Test object name: "nan-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:44 Test object name: "nan-not-lt-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:167 The name of the object "i16-div-by-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:116 The name of the object "hash-codes-of-the-same-abstract-objects-are-equal$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:125 The name of the object "hash-codes-of-different-abstract-objects-are-not-equal$obj" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:31 Test object name: "hash-code-of-bools-is-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 The name of the object "i16-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 The name of the object "i16-div-less-than-i16-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 The name of the object "i16-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:76 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:39 Test object name: "hash-code-of-int-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:50 Test object name: "nan-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:48 Test object name: "hash-codes-of-the-same-big-ints-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:56 Test object name: "nan-not-lte-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:99 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 The name of the object "i16-times-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:62 Test object name: "nan-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:199 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:105 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:55 Test object name: "hash-codes-of-the-same-ints-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:217 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:111 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:224 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:61 Test object name: "hash-codes-of-different-ints-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:167 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:231 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:68 Test object name: "hash-codes-of-different-sign-ints-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:173 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:68 Test object name: "nan-not-gt-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:74 Test object name: "nan-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:75 Test object name: "hash-code-of-string-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:84 Test object name: "hash-codes-of-the-same-strings-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:90 Test object name: "hash-codes-of-same-length-strings-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:135 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] XSL transformation 'same-line-names' took 363ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:185 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:97 Test object name: "hash-codes-of-different-strings-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 The name of the object "switch-complex-case$c1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:80 Test object name: "nan-not-gte-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 The name of the object "switch-complex-case$c2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:104 Test object name: "hash-code-of-abstract-object-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 The name of the object "switch-complex-case$c3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 The name of the object "switch-complex-case$t3$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:112 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:192 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:86 Test object name: "nan-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:105 Test object name: "hash-code-of-abstract-object-is-int$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:92 Test object name: "nan-times-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:255 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:118 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:261 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:164 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:170 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:102 The name of the object "switch-complex-case$auto-named-attr-at-102-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:177 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:115 Test object name: "hash-codes-of-the-same-abstract-objects-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:213 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:106 The name of the object "switch-complex-case$auto-named-attr-at-106-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:110 The name of the object "switch-complex-case$auto-named-attr-at-110-12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:30 Test object name: "switch-simple-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:184 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:30 Test object name: "int-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:116 Test object name: "hash-codes-of-the-same-abstract-objects-are-equal$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:98 Test object name: "nan-times-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 The unit test doesn't have "@" attribute: "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:43 Test object name: "switch-strings-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:33 The name of the object "simple-range-from-one-to-ten$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:36 Test object name: "int-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:194 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:30 Test object name: "i16-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:60 Test object name: "switch-with-several-true-cases" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:124 Test object name: "hash-codes-of-different-abstract-objects-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:34 The name of the object "simple-range-from-one-to-ten$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:76 Test object name: "switch-with-all-false-cases" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:226 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:143 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:104 Test object name: "nan-div-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:36 Test object name: "negative-i16-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:150 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:110 Test object name: "nan-div-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:46 The name of the object "simple-range-with-floats-from-one-to-five$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:116 Test object name: "nan-plus-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:122 Test object name: "nan-plus-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:125 Test object name: "hash-codes-of-different-abstract-objects-are-not-equal$obj" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:91 Test object name: "switch-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:200 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:47 The name of the object "simple-range-with-floats-from-one-to-five$t0$a0$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:45 Test object name: "int-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:54 Test object name: "int-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:92 Test object name: "switch-complex-case$c1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:42 Test object name: "i16-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:62 Test object name: "int-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:232 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:48 Test object name: "i16-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:71 Test object name: "int-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:94 Test object name: "switch-complex-case$c2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:128 Test object name: "nan-neg-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:212 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:238 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:55 Test object name: "i16-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:96 Test object name: "switch-complex-case$c3" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:59 The name of the object "range-with-out-of-bounds$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:133 Test object name: "hash-code-of-float-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:112 Test object name: "switch-complex-case$t3$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:80 Test object name: "int-leq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:134 Test object name: "nan-minus-number-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:102 Test object name: "switch-complex-case$auto-named-attr-at-102-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:228 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:60 The name of the object "range-with-out-of-bounds$t0$a0$b" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:140 Test object name: "nan-minus-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:180 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:244 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:88 Test object name: "int-leq-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:106 Test object name: "switch-complex-case$auto-named-attr-at-106-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:186 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:72 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:142 Test object name: "hash-codes-of-the-same-floats-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:146 Test object name: "nan-as-bytes-is-bytes-of-zero-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:96 Test object name: "int-leq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:73 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0$y" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:222 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:152 Test object name: "nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:250 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 The name of the object "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:236 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/switch-tests.eo:110 Test object name: "switch-complex-case$auto-named-attr-at-110-12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:229 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:105 Test object name: "int-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:113 Test object name: "int-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:149 Test object name: "hash-codes-of-the-same-big-floats-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:242 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:257 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:236 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:31 Test object name: "simple-range-from-one-to-ten" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:33 Test object name: "simple-range-from-one-to-ten$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:156 Test object name: "hash-codes-of-different-floats-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:62 Test object name: "i16-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:121 Test object name: "int-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:34 Test object name: "simple-range-from-one-to-ten$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:155 Test object name: "nan-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:257 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:68 Test object name: "i16-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/nan-tests.eo:158 Test object name: "nan-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:271 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:44 Test object name: "simple-range-with-floats-from-one-to-five" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:130 Test object name: "int-equal-to-nan-and-infinites-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:46 Test object name: "simple-range-with-floats-from-one-to-five$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:277 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:75 Test object name: "i16-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/hash-code-of-tests.eo:163 Test object name: "hash-codes-of-different-sign-floats-are-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:146 Test object name: "int-zero-eq-to-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:263 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:47 Test object name: "simple-range-with-floats-from-one-to-five$t0$a0$x" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:283 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:260 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:154 Test object name: "int-zero-eq-to-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:289 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:57 Test object name: "range-with-out-of-bounds" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:82 Test object name: "i16-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:275 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:88 Test object name: "i16-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:94 Test object name: "i16-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:59 Test object name: "range-with-out-of-bounds$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:162 Test object name: "int-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:170 Test object name: "int-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/cti-test.eo:32 This method is deprecated! (cti warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:275 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:60 Test object name: "range-with-out-of-bounds$t0$a0$b" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:101 Test object name: "i16-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:179 Test object name: "one-plus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:185 Test object name: "one-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/cti-test.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:70 Test object name: "range-with-wrong-items-is-an-empty-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:287 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:107 Test object name: "i16-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/cti-test.eo:30 Test object name: "just-prints-warning" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:238 Test object name: "zero-division" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:72 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:73 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0$y" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:244 Test object name: "zero-division$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:248 Test object name: "division-by-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:295 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:303 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:309 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:113 Test object name: "i16-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:120 Test object name: "i16-zero-eq-to-i16-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:274 Test object name: "to-bytes-and-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:126 Test object name: "i16-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:316 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:310 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:132 Test object name: "i16-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/range-tests.eo:75 Test object name: "range-with-wrong-items-is-an-empty-array$t0$a0$y$next" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:323 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:282 Test object name: "as-bytes-equals-to-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:139 Test object name: "i16-one-plus-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:317 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:308 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:323 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:315 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:288 Test object name: "as-bytes-equals-to-int-backwards" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:145 Test object name: "i16-plus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:294 Test object name: "multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:151 Test object name: "i16-one-minus-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:322 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:329 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:300 Test object name: "simple-number-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:304 Test object name: "int-number-is-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:329 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:307 Test object name: "float-number-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:157 Test object name: "i16-minus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:334 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:335 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:340 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:336 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:341 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:346 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:167 Test object name: "i16-div-by-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:178 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:352 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:342 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:348 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:175 Test object name: "i16-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:347 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 The name of the object "i32-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:358 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:362 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:360 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:310 Test object name: "simple-number-is-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:313 Test object name: "number-with-nan-bytes-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:181 Test object name: "i16-div-less-than-i16-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/number-tests.eo:317 Test object name: "number-with-infinite-bytes-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:187 Test object name: "i16-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i16-tests.eo:193 Test object name: "i16-times-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 The name of the object "negative-i32-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:366 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:368 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 The name of the object "i32-to-i16-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:374 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:381 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:372 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:35 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 The name of the object "negative-i32-to-i16-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:378 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:360 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:367 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:373 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:392 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:391 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:399 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:37 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:405 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:387 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:62 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:36 The name of the object "catches-simple-exception$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:38 The name of the object "while-dataizes-only-first-cycle$t0$t1$a2$auto-named-attr-at-38-23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 The name of the object "i32-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:44 The name of the object "simple-while-with-false-first$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 The name of the object "i32-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:47 The name of the object "two-nested-try-blocks$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:398 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:411 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 The name of the object "i32-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:417 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 The name of the object "i32-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:405 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:393 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:412 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:399 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:45 The name of the object "simple-while-with-false-first$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:424 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:52 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:49 The name of the object "two-nested-try-blocks$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:406 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:418 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:57 The name of the object "try-without-error-block$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:66 The name of the object "try-malloc-update-catch$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:424 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:75 The name of the object "try-malloc-update-catch$t0$t0$a2$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 The name of the object "i32-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:40 Test object name: "two-nested-try-blocks" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 The name of the object "i32-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:438 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:412 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:54 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-54-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:55 The name of the object "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-55-27" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:63 The name of the object "last-while-dataization-object$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:47 Test object name: "two-nested-try-blocks$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:102 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 The name of the object "i32-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:65 The name of the object "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-65-22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:66 The name of the object "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-66-42" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:442 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:419 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:49 Test object name: "two-nested-try-blocks$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 The name of the object "i32-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 The name of the object "i32-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 The name of the object "i32-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:426 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:73 The name of the object "last-while-dataization-object-with-false-condition$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:74 The name of the object "last-while-dataization-object-with-false-condition$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:443 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:447 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:451 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:448 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:459 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:53 Test object name: "try-without-error-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:57 Test object name: "try-without-error-block$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:81 The name of the object "while-simple-iteration$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:470 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 The name of the object "i32-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:83 The name of the object "while-simple-iteration$t0$t0$a2$t1$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 The name of the object "i32-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 The name of the object "i32-zero-eq-to-i32-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:84 The name of the object "while-simple-iteration$t0$t0$a2$auto-named-attr-at-84-23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 The name of the object "i32-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:93 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:33 Test object name: "text-slices-the-origin-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:39 Test object name: "trimmed-left-empty-text" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:62 Test object name: "try-malloc-update-catch" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 The name of the object "i32-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:178 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The name of the object "i32-one-plus-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:66 Test object name: "try-malloc-update-catch$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:191 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 The name of the object "i32-plus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:204 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:45 Test object name: "text-trimmed-left-one-space" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/try-tests.eo:75 Test object name: "try-malloc-update-catch$t0$t0$a2$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:96 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The name of the object "i32-one-minus-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:51 Test object name: "text-trimmed-left-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:30 Test object name: "positive-infinity-is-equal-to-one-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:57 Test object name: "text-trimmed-left-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:217 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:63 Test object name: "trimmed-right-empty-text" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:30 Test object name: "negative-infinity-is-equal-to-one-div-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:230 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:69 Test object name: "text-trimmed-right-one-space" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:36 Test object name: "negative-infinity-eq-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:36 Test object name: "positive-infinity-eq-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:103 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-103-31" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:42 Test object name: "positive-infinity-not-eq-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:42 Test object name: "negative-infinity-not-eq-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:75 Test object name: "text-trimmed-right-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:104 The name of the object "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-104-17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 The name of the object "i32-minus-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:49 Test object name: "negative-infinity-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:81 Test object name: "text-trimmed-right-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:56 Test object name: "negative-infinity-not-eq-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:49 Test object name: "positive-infinity-not-eq-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:56 Test object name: "positive-infinity-not-eq-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:63 Test object name: "positive-infinity-not-eq-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:175 The name of the object "throws-on-division-i32-by-i32-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:256 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:63 Test object name: "negative-infinity-not-eq-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:87 Test object name: "text-trimmed-one-space-left" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:264 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:178 The name of the object "throws-on-converting-to-i16-if-out-of-bounds" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:285 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:70 Test object name: "negative-infinity-lt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:93 Test object name: "text-trimmed-one-space-right" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:120 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:76 Test object name: "negative-infinity-lt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:99 Test object name: "text-trimmed-one-space-both" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:182 The name of the object "i32-div-by-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 The name of the object "i32-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 The name of the object "i32-div-less-than-i32-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 The name of the object "i32-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:123 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:125 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-125-29" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 The name of the object "i32-times-with-overflow" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:70 Test object name: "positive-infinity-lt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:126 The name of the object "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-126-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:348 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:82 Test object name: "negative-infinity-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:88 Test object name: "negative-infinity-lt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:94 Test object name: "negative-infinity-lt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:105 Test object name: "text-trimmed-many-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:76 Test object name: "positive-infinity-not-lt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:82 Test object name: "positive-infinity-not-lt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:88 Test object name: "positive-infinity-not-lt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:94 Test object name: "positive-infinity-not-lt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:142 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:145 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:100 Test object name: "positive-infinity-lte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:370 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:106 Test object name: "positive-infinity-not-lte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:57 The name of the object "touches-a-file" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:92 The name of the object "moves-a-file" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:112 Test object name: "positive-infinity-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:107 The name of the object "throws-on-opening-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:116 The name of the object "throws-on-reading-from-not-existed-file$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:125 The name of the object "throws-on-reading-or-writing-from-not-existed-file$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:134 The name of the object "touches-absent-file-on-opening-for-writing$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:111 Test object name: "text-trimmed-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:162 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:144 The name of the object "touches-absent-file-on-opening-for-appending$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:100 Test object name: "negative-infinity-lte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:117 Test object name: "text-trimmed-only-spaces" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:164 Test object name: "joined-no-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:118 Test object name: "positive-infinity-not-lte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:149 The name of the object "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$auto-named-attr-at-149-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:124 Test object name: "positive-infinity-not-lte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:170 Test object name: "joined-one-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:172 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:30 Test object name: "i32-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:175 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:36 Test object name: "negative-i32-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:177 Test object name: "joined-many-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:106 Test object name: "negative-infinity-lte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:112 Test object name: "negative-infinity-not-lte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:130 Test object name: "positive-infinity-gt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:192 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$t1$t0$t0$t1$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:118 Test object name: "negative-infinity-lte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:188 Test object name: "text-repeated-zero-times-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:42 Test object name: "i32-to-i16-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/win32-tests.eo:32 The name of the object "returns-valid-win32-inet-addr-for-localhost" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:24 The "alias bytes-as-array org.eolang.structs.bytes-as-array" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:137 Test object name: "positive-infinity-gt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:143 Test object name: "positive-infinity-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/sys/win32-tests.eo:24 The "alias os org.eolang.sys.os" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:48 Test object name: "negative-i32-to-i16-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:154 The name of the object "touches-absent-file-on-opening-for-writing-or-reading$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:150 Test object name: "positive-infinity-gt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:54 Test object name: "i32-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:40 Test object name: "single-byte-to-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:60 Test object name: "i32-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/bytes-as-array-tests.eo:48 Test object name: "zero-bytes-to-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:179 The name of the object "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$auto-named-attr-at-179-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:156 Test object name: "positive-infinity-gt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:194 Test object name: "text-repeated-five-times" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:124 Test object name: "negative-infinity-lte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:164 The name of the object "touches-absent-file-on-opening-for-reading-or-appending$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:67 Test object name: "i32-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:130 Test object name: "negative-infinity-gt-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:162 Test object name: "positive-infinity-gte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:137 Test object name: "negative-infinity-not-gt-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:200 Test object name: "index-of-non-existed-substring-with-more-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:168 Test object name: "positive-infinity-gte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:173 The name of the object "writes-data-to-file$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:74 Test object name: "i32-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:183 The name of the object "appending-data-to-file$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:186 The name of the object "appending-data-to-file$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:30 Test object name: "while-dataizes-only-first-cycle" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:206 Test object name: "index-of-non-existed-substring-with-same-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:196 The name of the object "truncates-file-opened-for-writing$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:199 The name of the object "truncates-file-opened-for-writing$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:35 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:80 Test object name: "i32-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:174 Test object name: "positive-infinity-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:180 Test object name: "positive-infinity-gte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:87 Test object name: "i32-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:186 Test object name: "positive-infinity-gte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:143 Test object name: "negative-infinity-not-gt-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:37 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:212 Test object name: "index-of-non-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:220 Test object name: "index-of-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:192 Test object name: "float-equal-to-nan-and-infinites-is-false-highload" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:260 Test object name: "text-contains-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:222 Test object name: "positive-infinity-times-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:209 The name of the object "truncates-file-opened-for-writing-or-reading$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:149 Test object name: "negative-infinity-not-gt-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:212 The name of the object "truncates-file-opened-for-writing-or-reading$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:155 Test object name: "negative-infinity-not-gt-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:38 Test object name: "while-dataizes-only-first-cycle$t0$t1$a2$auto-named-attr-at-38-23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:161 Test object name: "negative-infinity-gte-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:94 Test object name: "i32-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:264 Test object name: "text-does-not-contain-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:167 Test object name: "negative-infinity-not-gte-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:100 Test object name: "i32-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:222 The name of the object "does-not-truncate-file-opened-for-appending$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:106 Test object name: "i32-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:41 Test object name: "simple-while-with-false-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:229 Test object name: "positive-infinity-times-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:281 Test object name: "last-index-of-non-existed-substring" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:225 The name of the object "does-not-truncate-file-opened-for-appending$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:173 Test object name: "negative-infinity-not-gte-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:113 Test object name: "i32-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:179 Test object name: "negative-infinity-not-gte-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:185 Test object name: "negative-infinity-not-gte-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:119 Test object name: "i32-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:235 The name of the object "does-not-truncate-file-opened-for-reading-or-appending$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:238 The name of the object "does-not-truncate-file-opened-for-reading-or-appending$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:44 Test object name: "simple-while-with-false-first$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:125 Test object name: "i32-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:132 Test object name: "i32-zero-eq-to-i32-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:236 Test object name: "positive-infinity-times-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:248 The name of the object "does-not-truncate-file-opened-for-reading$t0$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:287 Test object name: "last-index-of-non-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:251 The name of the object "does-not-truncate-file-opened-for-reading$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:192 Test object name: "negative-infinity-times-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:261 The name of the object "throws-on-writing-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:199 Test object name: "negative-infinity-times-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:138 Test object name: "i32-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:34 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:268 The name of the object "reads-from-file$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:37 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:243 Test object name: "positive-infinity-times-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:206 Test object name: "negative-infinity-times-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:213 Test object name: "negative-infinity-times-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:144 Test object name: "i32-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:250 Test object name: "positive-infinity-times-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/text-tests.eo:295 Test object name: "last-index-of-existed-substring-with-utf" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:151 Test object name: "i32-one-plus-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:257 Test object name: "positive-infinity-times-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:275 The name of the object "reads-from-file$t0$t0$a2$t1$t0$t0$t1$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:263 Test object name: "positive-infinity-times-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:157 Test object name: "i32-plus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:45 Test object name: "simple-while-with-false-first$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:43 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:278 The name of the object "reads-from-file$t0$t0$a2$auto-named-attr-at-278-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:220 Test object name: "negative-infinity-times-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:48 Test object name: "simple-bool-expression-via-malloc-in-while" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:163 Test object name: "i32-one-minus-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:226 Test object name: "negative-infinity-times-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:269 Test object name: "positive-infinity-times-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:232 Test object name: "negative-infinity-times-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:52 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:275 Test object name: "positive-infinity-times-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:54 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-54-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:290 The name of the object "throws-on-reading-from-file-with-wrong-mode$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:281 Test object name: "positive-infinity-times-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:288 Test object name: "positive-infinity-plus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:55 Test object name: "simple-bool-expression-via-malloc-in-while$t0$t0$a2$auto-named-attr-at-55-27" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:169 Test object name: "i32-minus-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:238 Test object name: "negative-infinity-times-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:59 Test object name: "last-while-dataization-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:182 Test object name: "i32-div-by-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:295 Test object name: "positive-infinity-plus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:53 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:301 The name of the object "reads-from-file-from-different-instances$t2$t0$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:190 Test object name: "i32-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:63 Test object name: "last-while-dataization-object$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:59 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:302 Test object name: "positive-infinity-plus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:244 Test object name: "negative-infinity-times-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:308 Test object name: "positive-infinity-plus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:250 Test object name: "negative-infinity-times-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:65 Test object name: "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-65-22" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:305 The name of the object "reads-from-file-from-different-instances$auto-named-attr-at-305-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:312 The name of the object "reads-from-file-from-different-instances$auto-named-attr-at-305-11$auto-named-attr-at-312-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:79 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:327 The name of the object "writes-to-file-from-different-instances$t2$t0$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:257 Test object name: "negative-infinity-plus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:331 The name of the object "writes-to-file-from-different-instances$auto-named-attr-at-331-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:315 Test object name: "positive-infinity-neg-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:264 Test object name: "negative-infinity-plus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:37 Test object name: "max-of-one-item-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:196 Test object name: "i32-div-less-than-i32-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:202 Test object name: "i32-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:271 Test object name: "negative-infinity-plus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:277 Test object name: "negative-infinity-plus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:66 Test object name: "last-while-dataization-object$t0$t0$a2$auto-named-attr-at-66-42" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:70 Test object name: "last-while-dataization-object-with-false-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:338 The name of the object "writes-to-file-from-different-instances$auto-named-attr-at-331-11$auto-named-attr-at-338-19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:43 Test object name: "min-of-one-item-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:73 Test object name: "last-while-dataization-object-with-false-condition$t0$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:283 Test object name: "negative-infinity-plus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:322 Test object name: "positive-infinity-minus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:74 Test object name: "last-while-dataization-object-with-false-condition$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:49 Test object name: "max-of-array-is-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:77 Test object name: "while-simple-iteration" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i32-tests.eo:208 Test object name: "i32-times-with-overflow" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:55 Test object name: "max-of-array-is-in-the-center" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:61 Test object name: "max-of-array-is-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:289 Test object name: "negative-infinity-plus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:67 Test object name: "min-of-array-is-first" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:81 Test object name: "while-simple-iteration$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:295 Test object name: "negative-infinity-plus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:302 Test object name: "negative-infinity-neg-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:329 Test object name: "positive-infinity-minus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:73 Test object name: "min-of-array-is-in-the-center" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:83 Test object name: "while-simple-iteration$t0$t0$a2$t1$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:352 The name of the object "reads-from-file-sequentially$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:36 Test object name: "true-as-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:336 Test object name: "positive-infinity-minus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:65 Test object name: "true-not-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:342 Test object name: "positive-infinity-minus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/numbers-tests.eo:79 Test object name: "min-of-array-is-last" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:71 Test object name: "true-and-false-is-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:78 Test object name: "forks-on-true-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:309 Test object name: "negative-infinity-minus-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:84 Test object name: "while-simple-iteration$t0$t0$a2$auto-named-attr-at-84-23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:316 Test object name: "negative-infinity-minus-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:348 Test object name: "positive-infinity-minus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:88 Test object name: "iterating-tuple-with-while-using-internal-iterator" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:354 Test object name: "positive-infinity-minus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:93 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:96 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:360 Test object name: "positive-infinity-minus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:103 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-103-31" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bool-tests.eo:87 Test object name: "forks-on-false-condition" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:104 Test object name: "iterating-tuple-with-while-using-internal-iterator$auto-named-attr-at-93-9$auto-named-attr-at-96-14$auto-named-attr-at-104-17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:115 Test object name: "iterating-tuple-with-while-using-external-iterator" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:367 Test object name: "positive-infinity-div-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:323 Test object name: "negative-infinity-minus-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:120 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:373 Test object name: "positive-infinity-div-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:123 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:379 Test object name: "positive-infinity-div-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:385 Test object name: "positive-infinity-div-neg-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:125 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-125-29" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:126 Test object name: "iterating-tuple-with-while-using-external-iterator$auto-named-attr-at-120-9$auto-named-attr-at-123-14$auto-named-attr-at-126-15" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:391 Test object name: "positive-infinity-div-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:359 The name of the object "reads-from-file-sequentially$t0$t0$a2$auto-named-attr-at-359-15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:137 Test object name: "iterating-tuple-with-while-without-body-multiple" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:375 The name of the object "writes-to-file-sequentially$t0$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:142 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:145 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:329 Test object name: "negative-infinity-minus-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:335 Test object name: "negative-infinity-minus-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:398 Test object name: "positive-infinity-div-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:405 Test object name: "positive-infinity-div-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:128 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:341 Test object name: "negative-infinity-minus-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:412 Test object name: "positive-infinity-div-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:347 Test object name: "negative-infinity-minus-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:354 Test object name: "negative-infinity-div-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:162 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:418 Test object name: "positive-infinity-div-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:149 Test object name: "iterating-tuple-with-while-without-body-multiple$auto-named-attr-at-142-9$auto-named-attr-at-145-14$auto-named-attr-at-149-19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:424 Test object name: "positive-infinity-div-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:167 Test object name: "iterating-tuple-with-while-without-body-single" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:172 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:138 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:175 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:430 Test object name: "positive-infinity-div-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:437 Test object name: "positive-infinity-as-bytes-is-valid" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:443 Test object name: "positive-infinity-floor-is-equal-to-self" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:447 Test object name: "positive-infinity-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:148 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:192 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$t1$t0$t0$t1$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:360 Test object name: "negative-infinity-div-neg-float-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:451 Test object name: "positive-infinity-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/while-tests.eo:179 Test object name: "iterating-tuple-with-while-without-body-single$auto-named-attr-at-172-9$auto-named-attr-at-175-14$auto-named-attr-at-179-19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:158 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/positive-infinity-tests.eo:455 Test object name: "positive-infinity-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/io/stdout-test.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:366 Test object name: "negative-infinity-div-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:35 Test object name: "check-if-current-directory-is-directory" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:39 Test object name: "check-if-absent-file-does-not-exist" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:178 Test object name: "appending-data-to-file" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:183 Test object name: "appending-data-to-file$t0$t0$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/file-tests.eo:186 Test object name: "appending-data-to-file$t0$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:372 Test object name: "negative-infinity-div-neg-int-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:378 Test object name: "negative-infinity-div-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:385 Test object name: "negative-infinity-div-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:392 Test object name: "negative-infinity-div-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:399 Test object name: "negative-infinity-div-positive-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:405 Test object name: "negative-infinity-div-positive-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:411 Test object name: "negative-infinity-div-negative-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:417 Test object name: "negative-infinity-div-negative-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:31 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:424 Test object name: "negative-infinity-as-bytes-is-valid" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:430 Test object name: "negative-infinity-floor-is-equal-to-self" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:434 Test object name: "negative-infinity-is-not-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:438 Test object name: "negative-infinity-is-not-finite" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/negative-infinity-tests.eo:442 Test object name: "negative-infinity-is-not-integer" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:89 The name of the object "sprintf-does-not-print-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 The name of the object "sprintf-prints-i64-as-number" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:55 Test object name: "formats-all-objects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:61 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:73 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:81 Test object name: "sprintf-prints-percents" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sprintf-tests.eo:98 Test object name: "sprintf-prints-i64-as-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:79 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:85 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:97 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:103 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:115 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:121 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:133 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:139 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:145 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:60 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:31 Test object name: "random-with-seed" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:39 Test object name: "seeded-randoms-are-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:151 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:157 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:45 Test object name: "random-is-in-range" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/random-tests.eo:60 Test object name: "two-random-numbers-not-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:169 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:175 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 155ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:207 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:215 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:34 The name of the object "calculates-lineal-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:44 The name of the object "calculates-lineal-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:51 The name of the object "calculates-lineal-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:221 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:227 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:61 The name of the object "calculates-quadratic-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:243 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:40 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:71 The name of the object "calculates-quadratic-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:70 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:47 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:54 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:260 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:78 The name of the object "calculates-quadratic-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:77 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:269 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] XSL transformation 'same-line-names' took 446ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:67 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:88 The name of the object "calculates-cube-integral$t0$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:47 The name of the object "detects-absolute-win32-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:74 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:137 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:79 The name of the object "normalizes-absolute-win32-path-without-drive" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:88 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:138 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:98 The name of the object "calculates-cube-integral$close-to" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:139 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:99 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/integral-tests.eo:105 The name of the object "calculates-cube-integral$close-to$abs" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:140 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:141 The unit test doesn't have "@" attribute: "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name$long-object-name" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:85 The name of the object "normalizes-absolute-win32-path-with-drive" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:91 The name of the object "normalizes-relative-win32-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:97 The name of the object "normalizes-empty-win32-driveless-path-to-current-dir" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:113 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:120 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:134 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 The unit test doesn't have "@" attribute: "extract-attribute-from-decoratee$return" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:95 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:103 The name of the object "normalizes-win32-path-down-to-drive-with-separator" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:106 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:109 The name of the object "normalizes-win32-path-down-to-drive-without-separator" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 The unit test doesn't have "@" attribute: "right-way-to-use-hierarchy$pyint" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:25 The "alias list org.eolang.structs.list" meta is out of order (unsorted-metas warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:115 The name of the object "normalizes-win32-path-with-replacing-slashes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/txt/sscanf-tests.eo:106 Test object name: "sscanf-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:145 The name of the object "resolves-win32-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:41 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:50 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:156 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:34 The name of the object "dataized-does-not-do-recalculation$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:151 The name of the object "resolves-win32-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:95 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 The name of the object "dataized-does-not-do-recalculation$t0$t0$a2$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 The name of the object "dataizes-as-bytes-behaves-as-exclamationed$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:165 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:157 The name of the object "resolves-win32-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:52 The name of the object "dataizes-as-bytes-behaves-as-exclamationed$func$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:172 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:49 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:124 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:181 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:163 The name of the object "resolves-win32-drive-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:30 Test object name: "dataized-does-not-do-recalculation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:130 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:169 The name of the object "resolves-win32-drive-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:34 Test object name: "dataized-does-not-do-recalculation$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:195 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:175 The name of the object "resolves-win32-drive-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/dataized-tests.eo:35 Test object name: "dataized-does-not-do-recalculation$t0$t0$a2$func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:181 The name of the object "resolves-win32-root-relative-path-against-other-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:166 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:179 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:187 The name of the object "resolves-win32-root-relative-path-against-other-drive-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/fs/path-tests.eo:193 The name of the object "resolves-win32-root-relative-path-against-other-root-relative-path" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:202 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:209 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:216 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:223 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:255 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:230 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:256 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:237 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:55 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:244 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:251 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:285 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:258 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:351 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:273 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:32 The name of the object "understands-this-correctly$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:281 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:40 The name of the object "takes-parent-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:290 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:41 The name of the object "takes-parent-object$a$take" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:49 The name of the object "makes-object-a-constant" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:50 The name of the object "makes-object-a-constant$foo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:325 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:63 The name of the object "takes-parent-through-attribute$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:333 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:64 The name of the object "takes-parent-through-attribute$@$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:341 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:65 The name of the object "takes-parent-through-attribute$@$@$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:72 The name of the object "throws-when-applies-to-closed-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:365 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:82 The name of the object "makes-deep-object-recursively$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:94 The name of the object "calculates-only-once$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:95 The name of the object "calculates-only-once$x$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:108 The name of the object "recursion-without-arguments$func" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:119 The name of the object "recursion-without-arguments$auto-named-attr-at-119-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:137 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:138 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:167 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 The name of the object "i64-has-valid-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 The name of the object "i64-as-bytes-is-not-equal-to-number-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:413 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:139 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:140 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:141 The name of the object "compiles-correctly-with-long-duplicate-names$long-object-name$long-object-name$long-object-name$long-object-name$long-object-name" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 The name of the object "i64-to-i32-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 The name of the object "named-inner-abstract-object$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 The name of the object "negative-i64-to-i32-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:426 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:55 The name of the object "throws-on-converting-to-i32-if-out-of-bounds" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:430 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 The name of the object "i64-less-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:154 The name of the object "app-that-calls-func$app" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 The name of the object "i64-less-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 The name of the object "i64-less-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:155 The name of the object "app-that-calls-func$app$f" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 The name of the object "i64-greater-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:170 The name of the object "directly-accesses-objects-from-root$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 The name of the object "i64-greater-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 The name of the object "i64-greater-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:183 The name of the object "directly-accesses-objects-from-standard-root$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 The name of the object "extract-attribute-from-decoratee$return" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 The name of the object "i64-lte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:56 The name of the object "turns-bytes-into-a-string" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 The name of the object "extract-attribute-from-decoratee$a" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:430 The name of the object "throws-on-bytes-of-wrong-size-as-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 The name of the object "i64-lte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:213 The name of the object "constant-defends-against-side-effects$inc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 The name of the object "bytes-converts-to-i64" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 The name of the object "i64-lte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 The name of the object "bytes-converts-to-i64-and-back" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 The name of the object "i64-gte-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:222 The name of the object "constant-defends-against-side-effects$auto-named-attr-at-222-9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 The name of the object "i64-gte-equal" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 The name of the object "parent-in-vertical-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 The name of the object "i64-gte-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 The name of the object "parent-in-vertical-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 The name of the object "i64-zero-eq-to-i64-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 The name of the object "bytes-as-i64-as-bytes-not-eq-to-number-as-bytes" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 The name of the object "parent-in-horizontal-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 The name of the object "i64-eq-true" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 The name of the object "parent-in-horizontal-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 The name of the object "i64-eq-false" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The name of the object "i64-one-plus-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] XSL transformation 'same-line-names' took 132ms, whereas threshold is 100ms
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:255 The name of the object "phi-in-vertical-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The name of the object "i64-one-minus-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:256 The name of the object "phi-in-vertical-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:167 The name of the object "throws-on-division-i64-by-i64-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:265 The name of the object "phi-in-horizontal-notation$value" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:170 The name of the object "i64-div-by-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The name of the object "i64-div-with-remainder" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:30 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:266 The name of the object "phi-in-horizontal-notation$value$@" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The name of the object "right-way-to-use-hierarchy$pybool" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 The name of the object "i64-div-less-than-i64-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 The name of the object "i64-multiply-by-zero" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 The name of the object "right-way-to-use-hierarchy$pyint" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:36 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:42 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:278 The name of the object "right-way-to-use-hierarchy$pyint$eq" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:82 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:280 The name of the object "right-way-to-use-hierarchy$pyint$add" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:89 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:296 The name of the object "correctly-handles-same-name-attrs-simplified$calc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:96 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:302 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:102 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:304 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:109 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:306 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:127 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:308 The name of the object "correctly-handles-same-name-attrs-simplified$t1$t0$a1$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:150 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:314 The name of the object "correctly-handles-same-name-attrs$calc" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:39 Test object name: "size-of-part-is-correct" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:30 Test object name: "i64-has-valid-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:36 Test object name: "i64-as-bytes-is-not-equal-to-number-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:63 Test object name: "left-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:320 The name of the object "correctly-handles-same-name-attrs$t1$t0$a0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:70 Test object name: "left-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:43 Test object name: "i64-to-i32-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:321 The name of the object "correctly-handles-same-name-attrs$t1$t0$a0$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:176 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:77 Test object name: "left-with-odd-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:328 The name of the object "correctly-handles-same-name-attrs$t1$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:49 Test object name: "negative-i64-to-i32-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:182 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:329 The name of the object "correctly-handles-same-name-attrs$t1$t0$a1$build" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:84 Test object name: "left-with-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:58 Test object name: "i64-less-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:340 The name of the object "with-void-phi$x" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:363 The name of the object "nesting-blah-test$blah0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:188 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:93 Test object name: "left-with-even-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:365 The name of the object "nesting-blah-test$blah0$blah1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:64 Test object name: "i64-less-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:99 Test object name: "left-with-even-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:194 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:367 The name of the object "nesting-blah-test$blah0$blah1$blah2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:71 Test object name: "i64-less-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:106 Test object name: "left-with-odd-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:200 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:206 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:113 Test object name: "right-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:369 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:78 Test object name: "i64-greater-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:212 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:371 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:84 Test object name: "i64-greater-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:218 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:373 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:120 Test object name: "right-with-odd-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:127 Test object name: "right-with-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:91 Test object name: "i64-greater-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:375 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:134 Test object name: "right-with-even-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:98 Test object name: "i64-lte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:141 Test object name: "right-with-even-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:377 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:104 Test object name: "i64-lte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:149 Test object name: "right-with-odd-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:224 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:379 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:110 Test object name: "i64-lte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:232 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:381 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:117 Test object name: "i64-gte-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:156 Test object name: "and-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:123 Test object name: "i64-gte-equal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:165 Test object name: "and-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:129 Test object name: "i64-gte-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:383 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:172 Test object name: "and-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:136 Test object name: "i64-zero-eq-to-i64-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:258 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:142 Test object name: "i64-eq-true" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:181 Test object name: "and-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:385 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:148 Test object name: "i64-eq-false" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:188 Test object name: "or-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:387 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:273 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:155 Test object name: "i64-one-plus-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:280 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:389 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:195 Test object name: "or-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:161 Test object name: "i64-one-minus-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:54 The name of the object "reads-the-length-with-2-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:391 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:202 Test object name: "or-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:170 Test object name: "i64-div-by-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:61 The name of the object "reads-the-length-with-3-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:393 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:209 Test object name: "or-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:177 Test object name: "i64-div-with-remainder" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:395 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:68 The name of the object "reads-the-length-with-4-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:216 Test object name: "xor-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:183 Test object name: "i64-div-less-than-i64-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:397 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:77 The name of the object "throws-on-taking-length-of-incomplete-4-byte-character" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:399 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:223 Test object name: "xor-with-two-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 The name of the object "slice-with-2-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/i64-tests.eo:189 Test object name: "i64-multiply-by-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:401 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:230 Test object name: "xor-with-two-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 The name of the object "slice-with-3-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:237 Test object name: "xor-with-one-neg-one-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:403 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 The name of the object "slice-with-4-byte-characters" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:33 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:405 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:244 Test object name: "not-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:42 Test object name: "bytes-equal-to-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:407 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:251 Test object name: "not-with-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:48 Test object name: "string-equals-to-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:45 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:409 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:258 Test object name: "not-with-plus" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:109 Test object name: "text-block-one-line" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:51 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:411 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:57 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:265 Test object name: "conjunction-of-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:117 Test object name: "text-block-tree-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:413 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:415 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:127 Test object name: "text-block-with-margin" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:273 Test object name: "written-in-several-lines" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:176 Test object name: "one-symbol-string-compares" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:417 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:194 Test object name: "slice-from-start" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:419 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:200 Test object name: "slice-in-the-middle" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:281 Test object name: "bitwise-works" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:421 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:290 Test object name: "convertible-to-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:206 Test object name: "slice-from-the-end" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:298 Test object name: "bitwise-works-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:117 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:423 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:212 Test object name: "slice-empty-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:123 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:307 Test object name: "concatenation-of-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:129 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:315 Test object name: "concat-bools-as-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:425 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:218 Test object name: "no-slice-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:333 Test object name: "concat-empty-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:427 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:135 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$t0$a1" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:224 Test object name: "slice-escape-sequences-line-break" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:141 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:429 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:232 Test object name: "slice-escape-sequences-unicode" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-three-objects$t0$a1" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:147 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:341 Test object name: "concat-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:240 Test object name: "slice-with-2-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:431 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 The unit test doesn't have "@" attribute: "list-should-not-be-empty-with-one-anon-object$t0$a1" (unit-test-without-phi warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:153 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:433 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:349 Test object name: "concat-strings" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:246 Test object name: "slice-with-3-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:359 Test object name: "xor-works" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:32 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:435 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:39 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:437 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:252 Test object name: "slice-with-4-byte-characters" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:365 Test object name: "one-xor-one-as-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:163 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/string-tests.eo:258 Test object name: "slice-foreign-literals" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:372 Test object name: "or-neg-bytes-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:439 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:65 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:379 Test object name: "and-neg-bytes-as-number-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:168 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:386 Test object name: "xor-neg-bytes-with-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:75 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 The name of the object "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38$blah39" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:393 Test object name: "or-neg-bytes-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:100 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:361 The comment for the object is too short (shorter than 32 characters) (comment-too-short warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:400 Test object name: "and-neg-bytes-as-number-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:180 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:110 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:407 Test object name: "xor-neg-bytes-as-number-without-leading-zeroes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:107 Test object name: "recursion-without-arguments" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:119 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:193 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:413 Test object name: "or-neg-bytes-as-number-with-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:108 Test object name: "recursion-without-arguments$func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:199 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:137 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:420 Test object name: "or-neg-bytes-with-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:119 Test object name: "recursion-without-arguments$auto-named-attr-at-119-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:205 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:147 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:146 Test object name: "named-inner-abstract-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:434 Test object name: "bytes-converts-to-i64" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:211 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:174 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:149 Test object name: "named-inner-abstract-object$a" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:440 Test object name: "bytes-converts-to-i64-and-back" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:217 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/bytes-tests.eo:446 Test object name: "bytes-as-i64-as-bytes-not-eq-to-number-as-bytes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:183 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:153 Test object name: "app-that-calls-func" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:223 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:192 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:154 Test object name: "app-that-calls-func$app" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:229 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:155 Test object name: "app-that-calls-func$app$f" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:208 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:235 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:220 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:166 Test object name: "directly-accesses-objects-from-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:241 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:170 Test object name: "directly-accesses-objects-from-root$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:247 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:250 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:179 Test object name: "directly-accesses-objects-from-standard-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:253 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:183 Test object name: "directly-accesses-objects-from-standard-root$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:192 Test object name: "standard-root-and-root" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:266 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:200 Test object name: "extract-attribute-from-decoratee" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:272 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:291 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:201 Test object name: "extract-attribute-from-decoratee$return" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:278 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:202 Test object name: "extract-attribute-from-decoratee$a" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:284 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:309 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:212 Test object name: "constant-defends-against-side-effects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:290 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:318 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:296 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:213 Test object name: "constant-defends-against-side-effects$inc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:48 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:327 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:222 Test object name: "constant-defends-against-side-effects$auto-named-attr-at-222-9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:56 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:302 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:336 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:232 Test object name: "parent-in-vertical-notation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:345 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:308 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:234 Test object name: "parent-in-vertical-notation$value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:71 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:314 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:354 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:116 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:235 Test object name: "parent-in-vertical-notation$value$@" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:320 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:363 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:122 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:326 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:244 Test object name: "parent-in-horizontal-notation" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:371 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:332 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:128 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:246 Test object name: "parent-in-horizontal-notation$value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:338 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:247 Test object name: "parent-in-horizontal-notation$value$@" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:136 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:380 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:273 Test object name: "right-way-to-use-hierarchy" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:344 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:144 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:387 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:275 Test object name: "right-way-to-use-hierarchy$pybool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:350 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:152 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:394 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:356 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:158 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:277 Test object name: "right-way-to-use-hierarchy$pyint" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:362 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:402 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:164 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:411 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:278 Test object name: "right-way-to-use-hierarchy$pyint$eq" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:368 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:420 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:173 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:280 Test object name: "right-way-to-use-hierarchy$pyint$add" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:379 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:428 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:285 Test object name: "check-triple-quotes" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:190 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:437 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:385 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:295 Test object name: "correctly-handles-same-name-attrs-simplified" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:205 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:446 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:296 Test object name: "correctly-handles-same-name-attrs-simplified$calc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:211 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:397 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:302 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:225 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:304 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:409 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:233 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:464 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:306 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:246 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:473 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:259 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:308 Test object name: "correctly-handles-same-name-attrs-simplified$t1$t0$a1$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:481 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:265 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:313 Test object name: "correctly-handles-same-name-attrs" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:428 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:490 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:270 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:314 Test object name: "correctly-handles-same-name-attrs$calc" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:434 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:499 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:279 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:441 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:320 Test object name: "correctly-handles-same-name-attrs$t1$t0$a0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:508 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:288 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:517 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:321 Test object name: "correctly-handles-same-name-attrs$t1$t0$a0$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:294 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:526 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:455 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:328 Test object name: "correctly-handles-same-name-attrs$t1$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:300 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:329 Test object name: "correctly-handles-same-name-attrs$t1$t0$a1$build" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:534 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:461 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:33 The name of the object "writes-into-memory-of$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:339 Test object name: "with-void-phi" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:468 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 The name of the object "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:44 The name of the object "puts-into-memory-for$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:340 Test object name: "with-void-phi$x" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:475 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 The name of the object "list-should-not-be-empty-with-three-objects$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:52 The name of the object "returns-size-from-scope$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:482 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:348 Test object name: "complex-horizontal" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 The name of the object "list-should-not-be-empty-with-three-objects$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:61 The name of the object "malloc-scope-is-dataized-twice$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:351 Test object name: "vertical-bound-method" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:489 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 The name of the object "list-should-not-be-empty-with-one-anon-object$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:64 The name of the object "malloc-scope-is-dataized-twice$t0$t1$a2$auto-named-attr-at-64-42" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:361 Test object name: "nesting-blah-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:498 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:93 The name of the object "reduce-list-with-index$auto-named-attr-at-93-13" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:75 The name of the object "malloc-for-writes-first-init-value$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:363 Test object name: "nesting-blah-test$blah0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:106 The name of the object "list-reducedi-long-int-array$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:505 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:82 The name of the object "malloc-puts-over-the-previous-data$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:365 Test object name: "nesting-blah-test$blah0$blah1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:96 The name of the object "malloc-rewrites-and-increments-itself$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:116 The name of the object "list-reducedi-bools-array$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:516 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:367 Test object name: "nesting-blah-test$blah0$blah1$blah2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:107 The name of the object "writes-into-two-malloc-objects$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:125 The name of the object "list-reducedi-nested-functions$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:369 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:527 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:110 The name of the object "writes-into-two-malloc-objects$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:371 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:127 The name of the object "list-reducedi-nested-functions$t0$t0$a2$check" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:119 The name of the object "throws-on-overflow-boolean-malloc$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:533 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:373 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:125 The name of the object "throws-on-overflow-string-malloc$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:143 The name of the object "list-reduce-without-index$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:375 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:548 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:132 The name of the object "malloc-is-strictly-sized-int$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:153 The name of the object "list-reduced-printing$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:558 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:377 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:140 The name of the object "malloc-is-strictly-typed-float$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:179 The name of the object "list-mappedi-should-work$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:568 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:148 The name of the object "memory-is-strictly-sized-string$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:379 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:578 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:188 The name of the object "simple-list-mapping$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:155 The name of the object "malloc-is-strictly-typed-bool$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:381 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:196 The name of the object "iterates-with-eachi$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:383 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:588 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:200 The name of the object "iterates-with-eachi$t0$t0$a2$auto-named-attr-at-200-22" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:161 The name of the object "malloc-gives-id-to-allocated-block$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:385 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:212 The name of the object "iterates-with-each$t0$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:167 The name of the object "malloc-allocates-right-size-block$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:593 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:387 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:170 The name of the object "malloc-allocates-right-size-block$t0$a2$auto-named-attr-at-170-34" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:216 The name of the object "iterates-with-each$t0$t0$a2$auto-named-attr-at-216-46" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:599 Sparse decoration is prohibited (sparse-decoration warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:230 The name of the object "list-withouti-complex-case$foo" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:176 The name of the object "malloc-writes-and-reads$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:389 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 The name of the object "mod-1-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:407 The name of the object "filteredi-with-lt$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:179 The name of the object "malloc-writes-and-reads$t0$a2$auto-named-attr-at-179-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:416 The name of the object "filteredi-with-string-length$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:391 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 The name of the object "mod-0-5" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:425 The name of the object "filteredi-with-empty-list$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:193 The name of the object "malloc-concacts-strings-with-offset$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:393 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:196 The name of the object "malloc-concacts-strings-with-offset$t0$a2$auto-named-attr-at-196-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:433 The name of the object "filteredi-by-index$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:395 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:208 The name of the object "throws-on-writing-more-than-allocated-to-malloc-with-offset$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:442 The name of the object "filteredi-with-bools$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:397 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:451 The name of the object "simple-filtered$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:214 The name of the object "malloc-reads-with-offset-and-length$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:399 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:217 The name of the object "malloc-reads-with-offset-and-length$t0$a2$auto-named-attr-at-217-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:460 The name of the object "filtered-with-bools$t0$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:401 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:230 The name of the object "allocates-zero-bytes$t0$t1$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:32 Test object name: "list-should-not-be-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:403 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:236 The name of the object "malloc-increases-block-size$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:39 Test object name: "list-should-be-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:405 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:239 The name of the object "malloc-increases-block-size$t0$a2$auto-named-attr-at-239-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:407 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:249 The name of the object "malloc-decreases-block-size$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:42 Test object name: "list-should-not-be-empty-with-three-objects" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:409 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:44 Test object name: "list-should-not-be-empty-with-three-objects$t0$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:252 The name of the object "malloc-decreases-block-size$t0$a2$auto-named-attr-at-252-11" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:45 Test object name: "list-should-not-be-empty-with-three-objects$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:411 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 The name of the object "mod-0-15-neg" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:262 The name of the object "throws-on-changing-size-to-negative$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:413 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:46 Test object name: "list-should-not-be-empty-with-three-objects$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 The name of the object "mod-1-neg-7" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:267 The name of the object "malloc-empty-is-empty$t0$a1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:50 Test object name: "list-should-not-be-empty-with-one-anon-object" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:415 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 The name of the object "mod-16-200-neg" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:273 The name of the object "copies-data-inside-itself$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:52 Test object name: "list-should-not-be-empty-with-one-anon-object$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:417 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 The name of the object "sqrt-check-infinity-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:282 The name of the object "copies-data-from-start-to-end$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:56 Test object name: "list-simple-with" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 The name of the object "sqrt-check-infinity-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:419 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:291 The name of the object "throws-on-copying-with-wrong-source$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:65 Test object name: "simple-insert" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:421 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 The name of the object "ln-of-e-one-is-one" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:297 The name of the object "throws-on-copying-with-wrong-target$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:75 Test object name: "insert-with-zero-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:423 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 The name of the object "exp-check-0" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:303 The name of the object "throws-on-copying-with-wrong-length$t0$a2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:85 Test object name: "reduce-list-with-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:425 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:548 The name of the object "exp-check-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:225 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:93 Test object name: "reduce-list-with-index$auto-named-attr-at-93-13" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:427 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:100 Test object name: "list-reducedi-long-int-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:56 Test object name: "malloc-scope-is-dataized-twice" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:558 The name of the object "exp-check-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:429 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:106 Test object name: "list-reducedi-long-int-array$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:568 The name of the object "exp-check-3" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:61 Test object name: "malloc-scope-is-dataized-twice$t0$t1$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:578 The name of the object "exp-check-4" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:431 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:64 Test object name: "malloc-scope-is-dataized-twice$t0$t1$a2$auto-named-attr-at-64-42" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:110 Test object name: "list-reducedi-bools-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:593 The name of the object "exp-check-infinity-1" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:116 Test object name: "list-reducedi-bools-array$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:71 Test object name: "malloc-for-writes-first-init-value" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:433 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:599 The name of the object "exp-check-infinity-2" doesn't match "^[a-z][a-z]+(-[a-z][a-z]+)*$" (incorrect-test-object-name warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:119 Test object name: "list-reducedi-nested-functions" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:95 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:435 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:75 Test object name: "malloc-for-writes-first-init-value$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 The comment for the object doesn't end with a dot (comment-without-dot warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:125 Test object name: "list-reducedi-nested-functions$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:437 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:79 Test object name: "malloc-puts-over-the-previous-data" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:439 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:63 Test object name: "mod-1-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:127 Test object name: "list-reducedi-nested-functions$t0$t0$a2$check" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:82 Test object name: "malloc-puts-over-the-previous-data$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/runtime-tests.eo:441 Test object name: "nesting-blah-test$blah0$blah1$blah2$blah3$blah4$blah5$blah6$blah7$blah8$blah9$blah10$blah11$blah12$blah13$blah14$blah15$blah16$blah17$blah18$blah19$blah20$blah21$blah22$blah23$blah24$blah25$blah26$blah27$blah28$blah29$blah30$blah31$blah32$blah33$blah34$blah35$blah36$blah37$blah38$blah39" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:69 Test object name: "mod-0-5" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:137 Test object name: "list-reduce-without-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:93 Test object name: "malloc-rewrites-and-increments-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:75 Test object name: "mod-0-15-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:143 Test object name: "list-reduce-without-index$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:96 Test object name: "malloc-rewrites-and-increments-itself$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:81 Test object name: "mod-1-neg-7" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:147 Test object name: "list-reduced-printing" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:128 Test object name: "malloc-is-strictly-sized-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:87 Test object name: "mod-16-200-neg" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:153 Test object name: "list-reduced-printing$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:132 Test object name: "malloc-is-strictly-sized-int$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:110 Test object name: "mod-dividend-less-than-divisor" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:161 Test object name: "complex-objects-list-comparison" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:136 Test object name: "malloc-is-strictly-typed-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:117 Test object name: "mod-dividend-by-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:174 Test object name: "list-mappedi-should-work" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:140 Test object name: "malloc-is-strictly-typed-float$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:179 Test object name: "list-mappedi-should-work$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:144 Test object name: "memory-is-strictly-sized-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:123 Test object name: "pow-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:183 Test object name: "simple-list-mapping" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:148 Test object name: "memory-is-strictly-sized-string$t0$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:129 Test object name: "pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:188 Test object name: "simple-list-mapping$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:152 Test object name: "malloc-is-strictly-typed-bool" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:135 Test object name: "pow-is-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:141 Test object name: "pow-of-two" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:220 Test object name: "list-withouti" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:155 Test object name: "malloc-is-strictly-typed-bool$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:158 Test object name: "malloc-gives-id-to-allocated-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:147 Test object name: "pow-of-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:229 Test object name: "list-withouti-complex-case" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:161 Test object name: "malloc-gives-id-to-allocated-block$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:158 Test object name: "nan-to-the-pow-of-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:230 Test object name: "list-withouti-complex-case$foo" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:163 Test object name: "nan-to-the-pow-of-any-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:164 Test object name: "malloc-allocates-right-size-block" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:240 Test object name: "list-withouti-nested-array" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:167 Test object name: "malloc-allocates-right-size-block$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:168 Test object name: "any-to-the-pow-of-nan-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:250 Test object name: "list-without" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:170 Test object name: "malloc-allocates-right-size-block$t0$a2$auto-named-attr-at-170-34" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:174 Test object name: "any-int-to-the-pow-of-zero-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:259 Test object name: "equality-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:173 Test object name: "malloc-writes-and-reads" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:180 Test object name: "any-float-to-the-pow-of-zero-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:266 Test object name: "not-equality-test" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:176 Test object name: "malloc-writes-and-reads$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:187 Test object name: "zero-to-the-negative-pow-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:354 Test object name: "last-index-of-not-found" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:193 Test object name: "zero-to-the-negative-infinity-pow-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:179 Test object name: "malloc-writes-and-reads$t0$a2$auto-named-attr-at-179-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:363 Test object name: "last-index-of-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:190 Test object name: "malloc-concacts-strings-with-offset" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:199 Test object name: "positive-int-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:371 Test object name: "last-index-of-unicode" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:193 Test object name: "malloc-concacts-strings-with-offset$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:205 Test object name: "positive-float-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:380 Test object name: "list-contains-string" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:196 Test object name: "malloc-concacts-strings-with-offset$t0$a2$auto-named-attr-at-196-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:211 Test object name: "negative-int-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:211 Test object name: "malloc-reads-with-offset-and-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:387 Test object name: "list-contains-number" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:217 Test object name: "negative-float-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:214 Test object name: "malloc-reads-with-offset-and-length$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:394 Test object name: "list-does-not-contain" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:223 Test object name: "positive-infinity-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:217 Test object name: "malloc-reads-with-offset-and-length$t0$a2$auto-named-attr-at-217-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:402 Test object name: "filteredi-with-lt" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:229 Test object name: "negative-infinity-to-the-pow-of-negative-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:407 Test object name: "filteredi-with-lt$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:233 Test object name: "malloc-increases-block-size" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:235 Test object name: "positive-infinity-to-the-finite-negative-int-pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:411 Test object name: "filteredi-with-string-length" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:236 Test object name: "malloc-increases-block-size$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:416 Test object name: "filteredi-with-string-length$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:241 Test object name: "positive-infinity-to-the-finite-negative-float-pow-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:239 Test object name: "malloc-increases-block-size$t0$a2$auto-named-attr-at-239-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:247 Test object name: "two-to-the-pow-of-minus-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:246 Test object name: "malloc-decreases-block-size" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:420 Test object name: "filteredi-with-empty-list" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:253 Test object name: "two-to-the-pow-of-int-minus-two" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:249 Test object name: "malloc-decreases-block-size$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:259 Test object name: "two-to-the-pow-of-minus-three" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:425 Test object name: "filteredi-with-empty-list$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:252 Test object name: "malloc-decreases-block-size$t0$a2$auto-named-attr-at-252-11" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:265 Test object name: "four-to-the-pow-of-minus-three" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:428 Test object name: "filteredi-by-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:265 Test object name: "malloc-empty-is-empty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:267 Test object name: "malloc-empty-is-empty$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:272 Test object name: "zero-to-the-pow-of-positive-int-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:433 Test object name: "filteredi-by-index$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:278 Test object name: "zero-to-the-pow-of-positive-float-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:437 Test object name: "filteredi-with-bools" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:270 Test object name: "copies-data-inside-itself" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:284 Test object name: "zero-to-the-pow-of-positive-infinity-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:442 Test object name: "filteredi-with-bools$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:273 Test object name: "copies-data-inside-itself$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:290 Test object name: "negative-int-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:446 Test object name: "simple-filtered" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:279 Test object name: "copies-data-from-start-to-end" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/malloc-tests.eo:282 Test object name: "copies-data-from-start-to-end$t0$a2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:296 Test object name: "negative-float-to-the-pow-of-positive-infinity-is-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:451 Test object name: "simple-filtered$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:302 Test object name: "positive-int-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:455 Test object name: "filtered-with-bools" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:308 Test object name: "positive-float-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:460 Test object name: "filtered-with-bools$t0$t0$a1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:314 Test object name: "positive-infinity-to-the-pow-of-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:464 Test object name: "simple-head" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:320 Test object name: "positive-infinity-to-the-pow-of-positive-float-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:473 Test object name: "list-head-with-zero-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:326 Test object name: "positive-infinity-to-the-pow-of-positive-infinity-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:481 Test object name: "list-head-with-length-index" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:332 Test object name: "negative-infinity-to-the-pow-of-positive-float-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:490 Test object name: "complex-head" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:338 Test object name: "negative-infinity-to-the-pow-of-even-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:499 Test object name: "head-with-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:344 Test object name: "negative-infinity-to-the-pow-of-odd-positive-int-is-positive-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:508 Test object name: "complex-head-with-negative" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:350 Test object name: "positive-int-to-the-pow-of-positive-int-is-int" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:356 Test object name: "positive-float-to-the-pow-of-positive-int-is-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:517 Test object name: "simple-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:526 Test object name: "zero-index-in-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:362 Test object name: "positive-int-to-the-pow-of-positive-float-is-float" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/structs/list-tests.eo:534 Test object name: "large-index-in-tail" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:368 Test object name: "sqrt-check-zero-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:379 Test object name: "sqrt-check-negative-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:385 Test object name: "sqrt-check-float-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:397 Test object name: "sqrt-check-int-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:409 Test object name: "sqrt-check-nan-input" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:415 Test object name: "sqrt-check-infinity-1" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:422 Test object name: "sqrt-check-infinity-2" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:428 Test object name: "ln-of-negative-float-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:434 Test object name: "ln-of-zero-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:441 Test object name: "ln-of-one-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:448 Test object name: "ln-of-e-one-is-one" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:455 Test object name: "ln-of-negative-int-is-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:461 Test object name: "ln-of-int-zero-is-negative-infinity" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:468 Test object name: "ln-of-int-one-is-zero" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:475 Test object name: "ln-of-twenty" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:538 Test object name: "exp-check-0" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[WARNING] eo-runtime/src/test/eo/org/eolang/math/real-tests.eo:588 Test object name: "exp-check-nan" doesn't start with verb in singular form (unit-test-is-not-verb warning)
[INFO] Also, 51 XMIR programs linted as a package
[INFO] Linted 51 out of 51 XMIR program(s) that needed this (out of 51 total programs) in 4s: 2195 warnings
[INFO]
[INFO] --- eo:0.50.0:xmir-to-phi (test-compile) @ eo-runtime ---
[INFO] Translated to phi (#13/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/win32-tests.xmir (9Kb) -> org/eolang/sys/win32-tests.phi (395b) in 415ms
[INFO] Translated to phi (#16/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/os-tests.xmir (7Kb) -> org/eolang/sys/os-tests.phi (293b) in 438ms
[INFO] Translated to phi (#2/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/random-tests.xmir (23Kb) -> org/eolang/math/random-tests.phi (871b) in 545ms
[INFO] Translated to phi (#3/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/angle-tests.xmir (16Kb) -> org/eolang/math/angle-tests.phi (763b) in 560ms
[INFO] Translated to phi (#11/51): eo-runtime/target/eo-test/2-optimize/org/eolang/bool-tests.xmir (21Kb) -> org/eolang/bool-tests.phi (1Kb) in 641ms
[INFO] Translated to phi (#14/51): eo-runtime/target/eo-test/2-optimize/org/eolang/sys/posix-tests.xmir (27Kb) -> org/eolang/sys/posix-tests.phi (2Kb) in 636ms
[INFO] Translated to phi (#15/51): eo-runtime/target/eo-test/2-optimize/org/eolang/dataized-tests.xmir (25Kb) -> org/eolang/dataized-tests.phi (2Kb) in 731ms
[INFO] Translated to phi (#4/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/numbers-tests.xmir (33Kb) -> org/eolang/math/numbers-tests.phi (2Kb) in 924ms
[INFO] Translated to phi (#9/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/integral-tests.xmir (33Kb) -> org/eolang/math/integral-tests.phi (2Kb) in 911ms
[INFO] Translated to phi (#25/51): eo-runtime/target/eo-test/2-optimize/org/eolang/cti-test.xmir (7Kb) -> org/eolang/cti-test.phi (231b) in 390ms
[INFO] Translated to phi (#10/51): eo-runtime/target/eo-test/2-optimize/org/eolang/seq-tests.xmir (106Kb) -> org/eolang/seq-tests.phi (12Kb) in 2s
[INFO] Translated to phi (#21/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/sprintf-tests.xmir (33Kb) -> org/eolang/txt/sprintf-tests.phi (2Kb) in 1s
[INFO] Translated to phi (#24/51): eo-runtime/target/eo-test/2-optimize/org/eolang/go-tests.xmir (40Kb) -> org/eolang/go-tests.phi (2Kb) in 979ms
[INFO] Translated to phi (#22/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/sscanf-tests.xmir (34Kb) -> org/eolang/txt/sscanf-tests.phi (2Kb) in 1s
[INFO] Translated to phi (#28/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/tmpdir-tests.xmir (9Kb) -> org/eolang/fs/tmpdir-tests.phi (562b) in 319ms
[INFO] Translated to phi (#1/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i64-tests.xmir (55Kb) -> org/eolang/i64-tests.phi (3Kb) in 2s
[INFO] Translated to phi (#27/51): eo-runtime/target/eo-test/2-optimize/org/eolang/try-tests.xmir (24Kb) -> org/eolang/try-tests.phi (2Kb) in 660ms
[INFO] Translated to phi (#12/51): eo-runtime/target/eo-test/2-optimize/org/eolang/negative-infinity-tests.xmir (107Kb) -> org/eolang/negative-infinity-tests.phi (9Kb) in 2s
[INFO] Translated to phi (#30/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/dir-tests.xmir (45Kb) -> org/eolang/fs/dir-tests.phi (2Kb) in 708ms
[INFO] Translated to phi (#33/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/set-tests.xmir (18Kb) -> org/eolang/structs/set-tests.phi (871b) in 531ms
[INFO] Translated to phi (#23/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/regex-tests.xmir (74Kb) -> org/eolang/txt/regex-tests.phi (4Kb) in 2s
[INFO] Translated to phi (#19/51): eo-runtime/target/eo-test/2-optimize/org/eolang/string-tests.xmir (69Kb) -> org/eolang/string-tests.phi (5Kb) in 3s
[INFO] Translated to phi (#37/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/bytes-as-array-tests.xmir (12Kb) -> org/eolang/structs/bytes-as-array-tests.phi (1Kb) in 218ms
[INFO] Translated to phi (#34/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/range-of-ints-tests.xmir (26Kb) -> org/eolang/structs/range-of-ints-tests.phi (2Kb) in 837ms
[INFO] Translated to phi (#17/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i32-tests.xmir (76Kb) -> org/eolang/i32-tests.phi (3Kb) in 3s
[INFO] Translated to phi (#26/51): eo-runtime/target/eo-test/2-optimize/org/eolang/while-tests.xmir (113Kb) -> org/eolang/while-tests.phi (8Kb) in 2s
[INFO] Translated to phi (#35/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/range-tests.xmir (35Kb) -> org/eolang/structs/range-tests.phi (2Kb) in 925ms
[INFO] Translated to phi (#41/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/console-test.xmir (6Kb) -> org/eolang/io/console-test.phi (268b) in 328ms
[INFO] Translated to phi (#7/51): eo-runtime/target/eo-test/2-optimize/org/eolang/tuple-tests.xmir (87Kb) -> org/eolang/tuple-tests.phi (4Kb) in 4s
[INFO] Translated to phi (#40/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/input-length-tests.xmir (13Kb) -> org/eolang/io/input-length-tests.phi (1Kb) in 559ms
[INFO] Translated to phi (#42/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/bytes-as-input-test.xmir (12Kb) -> org/eolang/io/bytes-as-input-test.phi (683b) in 381ms
[INFO] Translated to phi (#8/51): eo-runtime/target/eo-test/2-optimize/org/eolang/runtime-tests.xmir (173Kb) -> org/eolang/runtime-tests.phi (15Kb) in 4s
[INFO] Translated to phi (#36/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/hash-code-of-tests.xmir (52Kb) -> org/eolang/structs/hash-code-of-tests.phi (4Kb) in 1s
[INFO] Translated to phi (#43/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/stdout-test.xmir (6Kb) -> org/eolang/io/stdout-test.phi (260b) in 306ms
[INFO] Translated to phi (#44/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/dead-input-tests.xmir (8Kb) -> org/eolang/io/dead-input-tests.phi (384b) in 307ms
[INFO] Translated to phi (#46/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/dead-output-tests.xmir (6Kb) -> org/eolang/io/dead-output-tests.phi (289b) in 279ms
[INFO] Translated to phi (#45/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/malloc-as-output-test.xmir (14Kb) -> org/eolang/io/malloc-as-output-test.phi (1Kb) in 405ms
[INFO] Translated to phi (#39/51): eo-runtime/target/eo-test/2-optimize/org/eolang/switch-tests.xmir (37Kb) -> org/eolang/switch-tests.phi (3Kb) in 993ms
[INFO] Translated to phi (#47/51): eo-runtime/target/eo-test/2-optimize/org/eolang/io/tee-input-tests.xmir (29Kb) -> org/eolang/io/tee-input-tests.phi (2Kb) in 496ms
[INFO] Translated to phi (#32/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/map-tests.xmir (86Kb) -> org/eolang/structs/map-tests.phi (5Kb) in 2s
[INFO] Translated to phi (#6/51): eo-runtime/target/eo-test/2-optimize/org/eolang/malloc-tests.xmir (137Kb) -> org/eolang/malloc-tests.phi (9Kb) in 5s
[INFO] Translated to phi (#49/51): eo-runtime/target/eo-test/2-optimize/org/eolang/nan-tests.xmir (38Kb) -> org/eolang/nan-tests.phi (2Kb) in 823ms
[INFO] Translated to phi (#18/51): eo-runtime/target/eo-test/2-optimize/org/eolang/bytes-tests.xmir (127Kb) -> org/eolang/bytes-tests.phi (9Kb) in 5s
[INFO] Translated to phi (#29/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/file-tests.xmir (146Kb) -> org/eolang/fs/file-tests.phi (11Kb) in 3s
[INFO] Translated to phi (#31/51): eo-runtime/target/eo-test/2-optimize/org/eolang/fs/path-tests.xmir (117Kb) -> org/eolang/fs/path-tests.phi (8Kb) in 3s
[INFO] Translated to phi (#48/51): eo-runtime/target/eo-test/2-optimize/org/eolang/i16-tests.xmir (84Kb) -> org/eolang/i16-tests.phi (4Kb) in 2s
[INFO] Translated to phi (#51/51): eo-runtime/target/eo-test/2-optimize/org/eolang/positive-infinity-tests.xmir (130Kb) -> org/eolang/positive-infinity-tests.phi (9Kb) in 2s
[INFO] Translated to phi (#50/51): eo-runtime/target/eo-test/2-optimize/org/eolang/number-tests.xmir (89Kb) -> org/eolang/number-tests.phi (4Kb) in 2s
[INFO] Translated to phi (#20/51): eo-runtime/target/eo-test/2-optimize/org/eolang/txt/text-tests.xmir (142Kb) -> org/eolang/txt/text-tests.phi (10Kb) in 5s
[INFO] Translated to phi (#5/51): eo-runtime/target/eo-test/2-optimize/org/eolang/math/real-tests.xmir (172Kb) -> org/eolang/math/real-tests.phi (11Kb) in 6s
[INFO] Translated to phi (#38/51): eo-runtime/target/eo-test/2-optimize/org/eolang/structs/list-tests.xmir (369Kb) -> org/eolang/structs/list-tests.phi (27Kb) in 9s
[INFO] Translated 51 XMIR file(s) from eo-runtime/target/eo-test/2-optimize to eo-runtime/target/eo-test/phi
[INFO]
[INFO] --- eo:0.50.0:phi-to-xmir (test-compile) @ eo-runtime ---
[INFO] Parsed 51 phi files to xmir in 4s
[INFO]
[INFO] --- eo:0.50.0:transpile (test-compile) @ eo-runtime ---
[INFO] Transpiled 51 XMIRs, created 916 Java files in eo-runtime/target/generated-test-sources
[INFO] The directory added to Maven 'test-compile-source-root': eo-runtime/target/generated-test-sources
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eo-runtime ---
[INFO] Copying 5 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 963 source files to /home/r/repo/eo-runtime/target/test-classes
[INFO]
[INFO] --- surefire:3.3.1:test (default-test) @ eo-runtime ---
[INFO] Tests are skipped.
[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/EOorg/EOeolang/EOtxt/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOfs/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOmath/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/Posix/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/Win32/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/EOorg/EOeolang/EOsys/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] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[INFO]
[INFO] --- eo:0.50.0:copy (compile) @ eo-runtime ---
[INFO] 58 source(s) copied from eo-runtime/src/main/eo to eo-runtime/target/classes/EO-SOURCES
[INFO]
[INFO] --- eo:0.50.0:unplace (compile) @ eo-runtime ---
[INFO] The list of placed binaries is absent: eo-runtime/target/eo-placed.csv
[INFO]
[INFO] --- eo:0.50.0:unspile (compile) @ eo-runtime ---
[INFO] Deleted 400 .class files out of 682 in eo-runtime/target/classes
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar
[INFO]
[INFO] >>> source:3.3.1:jar (jcabi-sources) > generate-sources @ eo-runtime >>>
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.5.0: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] --- eo:0.50.0:register (compile) @ eo-runtime ---
[INFO] There are 58 EO sources registered already
[INFO] Registered 58 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] <<< source:3.3.1:jar (jcabi-sources) < generate-sources @ eo-runtime <<<
[INFO]
[INFO]
[INFO] --- source:3.3.1:jar (jcabi-sources) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-sources.jar
[INFO]
[INFO] --- javadoc:3.7.0:jar (jcabi-javadoc) @ eo-runtime ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package EOorg.EOeolang...
Loading source files for package EOorg.EOeolang.EOtxt...
Loading source files for package EOorg.EOeolang.EOfs...
Loading source files for package EOorg.EOeolang.EOmath...
Loading source files for package EOorg.EOeolang.EOsys...
Loading source files for package EOorg.EOeolang.EOsys.Posix...
Loading source files for package EOorg.EOeolang.EOsys.Win32...
Loading source files for package EOorg...
Loading source files for package org.eolang...
Loading source files for package EOorg.EOeolang.EOnet...
Loading source files for package EOorg.EOeolang.EOio...
Loading source files for package EOorg.EOeolang.EOstructs...
Constructing Javadoc information...
Standard Doclet version 11.0.22
Building tree for all the packages and classes...
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_i16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_i32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_i64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EObytes$EOas_number.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/EOcti.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOdataized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOdataized$EOt1$EOa1.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/EOfalse.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfalse$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfalse$EOif.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfalse$EOor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOt0$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOto.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOto$EOauto_named_attr_at_63_9.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOto$EOtoken.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOto$EOtoken$EOforward.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOgo$EOto$EOtoken$EOjump.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOas_i32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi16$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOas_i16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOas_i64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi32$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOas_i32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOas_number.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOi64$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOempty.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOfor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOfor$EOauto_named_attr_at_96_9.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOcopy.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOput.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOresized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOallocated$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmalloc$EOof$EOφ.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$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$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$EOplus.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/EOnumber.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOas_i64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOfloor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOis_finite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOis_integer.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnumber$EOtimes.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$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$EOplus.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/EOseq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOseq$EOloop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring.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$EOlength$EOincrease_length.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOlength$EOrec_length.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOslice$EOincrease.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstring$EOslice$EOrec_index.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/EOtrue.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtrue$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtrue$EOif.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtrue$EOor.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$EOat$EOat_fast.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/EOwhile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOwhile$EOloop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOdeleted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOdeleted$EOrec_delete.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOmade.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOmade$EOmkdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOopen.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOtmpfile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOtmpfile$EOtouch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOwalk.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOas_path.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOdeleted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOdeleted$EOdelete.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOexists.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOis_directory.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOmoved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOmoved$EOmove.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread$EOauto_named_attr_at_211_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOread_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite$EOauto_named_attr_at_252_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOopen$EOprocess_file.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOtouched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOtouched$EOtouch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOjoined.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EObasename.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOdirname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOextname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOis_absolute.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOnormalized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOnormalized$EOauto_named_attr_at_102_25.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOposix$EOresolved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOseparator.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EObasename.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOdirname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOextname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOis_absolute.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOis_drive_relative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOis_root_relative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOnormalized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOnormalized$EOauto_named_attr_at_357_27.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOresolved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOpath$EOwin32$EOvalidated$EOseparated_correctly.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOtmpdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/EOtmpdir$EOos_tmp_dir_1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOposix_console$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOconsole$EOwindows_console$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOdead_output$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOinput_length.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOinput_length$EOrec_read.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOmalloc_as_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOmalloc_as_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOmalloc_as_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOmalloc_as_output$EOwrite$EOoutput_block$EOwrite.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$EOall_lines.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOstdin$EOall_lines$EOrec_read.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$EOnext_line$EOrec_read.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/EOtee_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOtee_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOtee_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/EOtee_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOangle.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOcos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOctan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOsin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOtan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOauto_named_attr_at_50_11.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16$EOauto_named_attr_at_58_19.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16$EOt3$EOt0$EOt0$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOsubsection.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOnumbers.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOnumbers$EOmax.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOnumbers$EOmax$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOnumbers$EOmin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOnumbers$EOmin$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOpi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOrandom.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOrandom$EOpseudo.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOrandom$EOpseudo$EOt6$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOabs.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOacos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOasin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOln.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOmod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOmod$EOabs_mod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOpow.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/EOreal$EOsqrt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOas_output$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOhtons.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOclosed_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOconnect.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOconnect$EOauto_named_attr_at_274_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOlisten.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22$EOaccept.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22$EOaccept$EOt3$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOsafe_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOsafe_socket$EOt1$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOscoped_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOscoped_socket$EOrecv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOscoped_socket$EOsend.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOposix_socket$EOstrerror.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOclosed_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOconnect.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOconnect$EOauto_named_attr_at_483_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlast_error.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlisten.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22$EOaccept.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22$EOaccept$EOt3$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOsafe_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOt0$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOscoped_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOscoped_socket$EOrecv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/EOsocket$EOwin_socket$EOscoped_socket$EOsend.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EObytes_as_array.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EObytes_as_array$EOslice_byte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOhash_code_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOhash_code_of$EOrec_hash_code.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOconcat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOconcat$EOt1$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOcontains.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeach.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeach$EOauto_named_attr_at_123_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeachi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeachi$EOauto_named_attr_at_113_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOeq$EOauto_named_attr_at_156_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOfiltered.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOfiltered$EOauto_named_attr_at_242_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOfilteredi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOfilteredi$EOrec_filtered.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOhead.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOhead$EOauto_named_attr_at_263_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOindex_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOindex_of$EOauto_named_attr_at_176_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOis_empty.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOlast_index_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOlast_index_of$EOauto_named_attr_at_189_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOmapped.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOmapped$EOauto_named_attr_at_103_30.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOmappedi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOmappedi$EOauto_named_attr_at_93_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOreduced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOreduced$EOauto_named_attr_at_83_42.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOreducedi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOreducedi$EOrec_reduced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOsorted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOtail.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOtail$EOauto_named_attr_at_279_26.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwithi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwithout$EOauto_named_attr_at_141_20.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwithouti.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOlist$EOwithouti$EOauto_named_attr_at_130_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOauto_named_attr_at_37_6.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOauto_named_attr_at_37_6$EOrec_rebuild.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOauto_named_attr_at_37_6$EOrec_rebuild$EOauto_named_attr_at_59_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOentry.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOfound.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOfound$EOnot_found.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOfound$EOrec_key_search.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOfound$EOrec_key_search$EOauto_named_attr_at_133_54.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOhas.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOkeys.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOkeys$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOvalues.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOvalues$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOwith$EOauto_named_attr_at_153_50.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOwith$EOauto_named_attr_at_154_12.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOmap$EOinitialized$EOwithout$EOauto_named_attr_at_167_48.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOrange.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOrange_of_ints.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOrange_of_ints$EOauto_named_attr_at_42_8.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOrange_of_ints$EOauto_named_attr_at_42_8$EObuild.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOrange$EOappended.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset$EOinitialized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset$EOinitialized$EOhas.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset$EOinitialized$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset$EOinitialized$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/EOset$EOt1$EOt0$EOt0$EOt0$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOgetenv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOline_separator.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOos$EOis_windows.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOos$EOname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOposix.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOposix$EOreturn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOposix$EOsockaddr_in.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOposix$EOtimeval.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOposix$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOwin32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOwin32$EOreturn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOwin32$EOsockaddr_in.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOwin32$EOsystem_time.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/EOwin32$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/SockaddrIn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Syscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/AcceptSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/BindSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/CloseSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/ConnectSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/CStdLib.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/ErrnoSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/GetenvSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/GetpidSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/GettimeofdaySyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/GettimeofdaySyscall.Timeval.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/InetAddrSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/ListenSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/ReadSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/RecvSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/SendSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/SocketSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/StrerrorSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/WriteSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/AcceptFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/BaseTSD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/BaseTSD.ULONG_PTR.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/BindFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/ClosesocketFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/ConnectFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/GetCurrentProcessIdFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/GetEnvironmentVariableFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/GetSystemTimeFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/GetSystemTimeFuncCall.SystemTime.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/InetAddrFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/Kernel32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/ListenFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/ReadFileFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/RecvFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/SendFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/SocketFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinBase.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinBase.OVERLAPPED.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinBase.SECURITY_ATTRIBUTES.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/Wincon.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinDef.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinDef.DWORD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinDef.WORD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinNT.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WinNT.HANDLE.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/Winsock.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WriteFileFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WSACleanupFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WSAGetLastErrorFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WSAStartupFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/WSAStartupFuncCall.WSAData.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOcompiled.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch$EOmatched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch$EOmatched_from_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch$EOmatched$EOgroup.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatch$EOnot_matched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOregex$EOpattern$EOmatches.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOsprintf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOsscanf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOas_number.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOchained.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOchained$EOt1$EOt2$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOcontains.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOends_with.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOindex_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOindex_of$EOrec_index_of_substr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOjoined.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOjoined$EOwith_delimiter.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOlast_index_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOlast_index_of$EOrec_index_of_substr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOlow_cased.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOlow_cased$EOauto_named_attr_at_291_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOrepeated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOrepeated$EOrec_repeated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOreplaced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOreplaced$EOrec_replaced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOsplit.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOsplit$EOrec_split.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOstarts_with.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOtrimmed.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOtrimmed_left.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOtrimmed_left$EOfirst_non_space_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOtrimmed_right.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOtrimmed_right$EOfirst_non_space_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOup_cased.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOup_cased$EOascii.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/EOtext$EOup_cased$EOauto_named_attr_at_258_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Action.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtComposite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtEnvelope.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Atom.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtomSafe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/AtOnce.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/AtVoid.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.ToPhi.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/ExInterrupted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/Expect.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/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/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/VerboseBytesAsString.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/XmirObject.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/XmirPackage.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/EOfs/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/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/EOorg/EOeolang/EOmath/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/package-tree.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/package-summary.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/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/EOorg/EOeolang/class-use/EOtry.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi64$EOtimes.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/EOi64$EOdiv.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/EOnumber$EOdiv.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/EOmalloc$EOof$EOallocated$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOas_i64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof$EOallocated$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOtimes.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/EOi64$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOfloor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof$EOallocated$EOresized.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$EOconcat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOgt.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/EOmalloc$EOof$EOallocated$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOas_i32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOplus.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/EObytes$EOnot.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi64$EOas_number.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi64$EOgt.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/EOnumber$EOas_i64.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/EOtuple$EOat$EOat_fast.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/EObytes$EOas_i64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOempty.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/EOmalloc.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOtimes.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/EOi32$EOdiv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOeq.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/EOi16$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOwhile$EOloop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof$EOallocated$EOput.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/EOnumber$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOfor$EOauto_named_attr_at_96_9.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/EOi16$EOlt.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/EOi64$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi64$EOas_i32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtrue$EOand.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOlt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOdataized$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOgo$EOt0$EOt0$EOt0$EOa2.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/EOgo$EOto$EOauto_named_attr_at_63_9.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/EOi16$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtrue.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/EOpositive_infinity.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfalse$EOor.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/EOi32$EOtimes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfalse.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOlength$EOincrease_length.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOslice$EOincrease.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/EOcti.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/EOpositive_infinity$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi64$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOlte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOgo.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/EOnan$EOlt.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/EOi64$EOlte.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/EOi32$EOlte.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/EObytes$EOas_i16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOseq$EOloop.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtrue$EOif.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/EOstring$EOlength$EOrec_length.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/EOi64.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOgo$EOto.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOas_i16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOgo$EOto$EOtoken$EOjump.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/EOnumber.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/EOtuple$EOempty$EOwith.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/EOdataized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfalse$EOand.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/EOnumber$EOminus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOof$EOallocated$EOcopy.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/EOi64$EOgte.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/EOpositive_infinity$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOtrue$EOor.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.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/EOnumber$EOlt.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/EOnumber$EOis_finite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOmalloc$EOfor.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOfalse$EOif.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOwhile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOslice$EOrec_index.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/EOnegative_infinity$EOgte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_i32.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/EOmalloc$EOof$EOallocated.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/EOnan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi16$EOdiv.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/EOnan$EOeq.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/EOgo$EOto$EOtoken$EOforward.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/EObytes$EOas_number.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/EOgo$EOto$EOtoken.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOnumber$EOis_integer.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOplus.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/class-use/EOi32$EOgt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOsprintf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatch$EOmatched_from_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOsscanf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOcompiled.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOas_number.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOlast_index_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOrepeated$EOrec_repeated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOlow_cased$EOauto_named_attr_at_291_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOsplit.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOtrimmed_left.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOsplit$EOrec_split.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOup_cased.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOchained.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatch$EOmatched$EOgroup.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatch$EOmatched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOrepeated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOstarts_with.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOindex_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOchained$EOt1$EOt2$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOtrimmed_right.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOup_cased$EOascii.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOtrimmed.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOindex_of$EOrec_index_of_substr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOtrimmed_left$EOfirst_non_space_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOjoined.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOtrimmed_right$EOfirst_non_space_index.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatch$EOnot_matched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOjoined$EOwith_delimiter.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOcontains.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOlow_cased.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOlast_index_of$EOrec_index_of_substr.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOends_with.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOregex$EOpattern$EOmatches.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOup_cased$EOauto_named_attr_at_258_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOreplaced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOslice.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/class-use/EOtext$EOreplaced$EOrec_replaced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOtmpfile$EOtouch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOtouched$EOtouch.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOis_directory.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOdeleted$EOdelete.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOmade$EOmkdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOprocess_file.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOmoved$EOmove.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOexists.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOread$EOread_bytes.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOsize.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOwalk.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOmoved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOis_absolute.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOdirname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOnormalized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOextname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOjoined.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOresolved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOnormalized$EOauto_named_attr_at_357_27.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOopen.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOtouched.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOtmpfile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread$EOauto_named_attr_at_211_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOdeleted$EOrec_delete.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOdeleted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOseparator.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOis_drive_relative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOas_path.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOdeleted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOdirname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOnormalized$EOauto_named_attr_at_102_25.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EObasename.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite$EOauto_named_attr_at_252_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOtmpdir$EOos_tmp_dir_1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOposix$EOis_absolute.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOnormalized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOextname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EObasename.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOis_root_relative.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOtmpdir.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOmade.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOresolved.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOopen.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOpath$EOwin32$EOvalidated$EOseparated_correctly.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOpow.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOsin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOln.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOcos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOacos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOsqrt.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOasin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom$EOpseudo$EOt6$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOabs.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumbers$EOmax.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOauto_named_attr_at_50_11.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOe.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom$EOpseudo.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOtan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOmod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOpi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal$EOmod$EOabs_mod.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumbers$EOmin.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumbers.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOreal.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumbers$EOmin$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOctan.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16$EOauto_named_attr_at_58_19.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOauto_named_attr_at_50_11$EOauto_named_attr_at_53_16$EOt3$EOt0$EOt0$EOt1$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOsubsection.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumbers$EOmax$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/Syscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOwin32$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/SockaddrIn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOposix$EOφ.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOos$EOname.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOposix$EOsockaddr_in.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOposix$EOtimeval.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOwin32$EOsockaddr_in.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOposix.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOwin32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOos$EOis_windows.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOposix$EOreturn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOos.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOgetenv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOwin32$EOsystem_time.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOline_separator.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOwin32$EOreturn.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/GetpidSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/ReadSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/RecvSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/CStdLib.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/GettimeofdaySyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/GettimeofdaySyscall.Timeval.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/GetenvSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/CloseSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/ConnectSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/StrerrorSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/WriteSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/AcceptSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/ErrnoSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/InetAddrSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/ListenSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/SendSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/SocketSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/class-use/BindSyscall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinNT.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinNT.HANDLE.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/Wincon.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinDef.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinDef.DWORD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinDef.WORD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/BindFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/Kernel32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/ListenFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/GetEnvironmentVariableFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/InetAddrFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinBase.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinBase.OVERLAPPED.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WinBase.SECURITY_ATTRIBUTES.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/ReadFileFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/GetSystemTimeFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/GetSystemTimeFuncCall.SystemTime.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/BaseTSD.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/BaseTSD.ULONG_PTR.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/ConnectFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/Winsock.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/RecvFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/SocketFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WSAStartupFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WSAStartupFuncCall.WSAData.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/AcceptFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WSAGetLastErrorFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WriteFileFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/ClosesocketFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/SendFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/WSACleanupFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/class-use/GetCurrentProcessIdFuncCall.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtomSafe.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/PhCopy.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Expect.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/Phi.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.ToPhi.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/Dataized.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/AtVoid.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/AtEnvelope.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/ExReadOnly.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/XmirObject.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/AtOnce.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/BytesOf.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/XmirPackage.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/Action.html...
Generating /home/r/repo/eo-runtime/target/apidocs/org/eolang/class-use/ExFailure.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/AtComposite.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/Atom.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/VerboseBytesAsString.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/PhDefault.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOscoped_socket$EOrecv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOstrerror.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOscoped_socket$EOsend.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOscoped_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlast_error.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22$EOaccept.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOscoped_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlisten.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOconnect.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOconnect.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOscoped_socket$EOrecv.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22$EOaccept$EOt3$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_output$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOt0$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOclosed_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOconnect$EOauto_named_attr_at_483_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOscoped_socket$EOsend.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOhtons.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOlisten.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22$EOaccept.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOconnect$EOauto_named_attr_at_274_10.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOclosed_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22$EOaccept$EOt3$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_507_10$EOauto_named_attr_at_532_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_298_10$EOauto_named_attr_at_323_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOsafe_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOas_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOwin_socket$EOsafe_socket.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/class-use/EOsocket$EOposix_socket$EOsafe_socket$EOt1$EOt2$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOposix_console$EOwrite$EOoutput_block$EOwrite.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/EOconsole$EOposix_console.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmalloc_as_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOtee_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOinput_length$EOrec_read.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOtee_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin$EOall_lines.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/EOeolang/EOio/class-use/EOconsole.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOposix_console$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_output$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOposix_console$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_output$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmalloc_as_output$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOposix_console$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input$EOread.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/EOconsole$EOposix_console$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOwrite$EOoutput_block$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOtee_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOwindows_console$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_input$EOread$EOinput_block$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin$EOnext_line$EOrec_read.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOinput_length.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmalloc_as_output$EOwrite.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOconsole$EOposix_console$EOwrite$EOoutput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin$EOall_lines$EOrec_read.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOtee_input$EOread$EOinput_block.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOdead_input$EOread.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmalloc_as_output.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOmapped.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeach$EOauto_named_attr_at_123_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset$EOinitialized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeach.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOhead.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset$EOinitialized$EOhas.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOfilteredi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOhead$EOauto_named_attr_at_263_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeachi$EOauto_named_attr_at_113_22.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOreduced$EOauto_named_attr_at_83_42.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOrange$EOappended.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOauto_named_attr_at_37_6$EOrec_rebuild$EOauto_named_attr_at_59_18.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset$EOt1$EOt0$EOt0$EOt0$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOvalues.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOindex_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOhash_code_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EObytes_as_array.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOindex_of$EOauto_named_attr_at_176_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOhas.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOvalues$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOrange.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOwithout$EOauto_named_attr_at_167_48.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOfound.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOtail$EOauto_named_attr_at_279_26.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOreducedi$EOrec_reduced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOtail.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOconcat.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeachi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOwith$EOauto_named_attr_at_153_50.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeq$EOauto_named_attr_at_156_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOcontains.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOmapped$EOauto_named_attr_at_103_30.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset$EOinitialized$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwithi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOkeys$EOt0$EOa1.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOwith$EOauto_named_attr_at_154_12.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOmappedi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOlast_index_of.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwithouti.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOreducedi.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOmappedi$EOauto_named_attr_at_93_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOfiltered.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOrange_of_ints.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOfound$EOrec_key_search$EOauto_named_attr_at_133_54.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOis_empty.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwithout.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOreduced.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOrange_of_ints$EOauto_named_attr_at_42_8.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOfiltered$EOauto_named_attr_at_242_32.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOauto_named_attr_at_37_6$EOrec_rebuild.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOsorted.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOhash_code_of$EOrec_hash_code.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset$EOinitialized$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOconcat$EOt1$EOa2.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOset.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOeq.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOfound$EOnot_found.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOentry.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOlast_index_of$EOauto_named_attr_at_189_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOfound$EOrec_key_search.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOauto_named_attr_at_37_6.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOrange_of_ints$EOauto_named_attr_at_42_8$EObuild.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwith.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwithout$EOauto_named_attr_at_141_20.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOfilteredi$EOrec_filtered.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOlist$EOwithouti$EOauto_named_attr_at_130_24.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EObytes_as_array$EOslice_byte.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/class-use/EOmap$EOinitialized$EOkeys.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/EOfs/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/EOorg/EOeolang/EOmath/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOnet/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOstructs/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Posix/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOsys/Win32/package-use.html...
Generating /home/r/repo/eo-runtime/target/apidocs/EOorg/EOeolang/EOtxt/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
5 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/EOorg/EOeolang/package-info.java:6: warning: a package-info.java file has already been seen for package EOorg.EOeolang
[WARNING] package EOorg.EOeolang;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/EOorg/EOeolang/EOtxt/package-info.java:6: warning: a package-info.java file has already been seen for package EOorg.EOeolang.EOtxt
[WARNING] package EOorg.EOeolang.EOtxt;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/EOorg/EOeolang/EOfs/package-info.java:6: warning: a package-info.java file has already been seen for package EOorg.EOeolang.EOfs
[WARNING] package EOorg.EOeolang.EOfs;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/EOorg/EOeolang/EOmath/package-info.java:6: warning: a package-info.java file has already been seen for package EOorg.EOeolang.EOmath
[WARNING] package EOorg.EOeolang.EOmath;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/EOorg/EOeolang/EOsys/package-info.java:6: warning: a package-info.java file has already been seen for package EOorg.EOeolang.EOsys
[WARNING] package EOorg.EOeolang.EOsys;
[WARNING] ^
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-javadoc.jar
[INFO]
[INFO] --- failsafe:3.5.2:integration-test (snippet-test) @ eo-runtime ---
[INFO] Artifact org.apache.maven.surefire:surefire-api:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-api:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-booter:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-booter:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:pom:3.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)]
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:pom:3.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)]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.pom (0 B at 0 B/s)
[INFO] Artifact org.codehaus.plexus:plexus-java: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 [oss.sonatype.org (https://oss.sonatype.org/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: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 [oss.sonatype.org (https://oss.sonatype.org/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.3.0/plexus-java-1.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.pom (0 B at 0 B/s)
[INFO] Artifact org.apache.maven.surefire:surefire-api:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-booter:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:jar:3.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)]
[INFO] Artifact org.codehaus.plexus:plexus-java: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 [oss.sonatype.org (https://oss.sonatype.org/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.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-logger-api:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-booter:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-spi:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:surefire-shared-utils:jar:3.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)]
[INFO] Artifact org.apache.maven.surefire:maven-surefire-common:jar:3.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)]
[INFO] Artifact org.codehaus.plexus:plexus-java: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 [oss.sonatype.org (https://oss.sonatype.org/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.5.2/surefire-api-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.5.2/surefire-api-3.5.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.5.2/surefire-extensions-api-3.5.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.5.2/surefire-logger-api-3.5.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.5.2/surefire-extensions-spi-3.5.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.3.0/plexus-java-1.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.5.2/surefire-shared-utils-3.5.2.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-api/3.5.2/surefire-extensions-api-3.5.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.5.2/surefire-booter-3.5.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.5.2/maven-surefire-common-3.5.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.3.0/plexus-java-1.3.0.jar (0 B at 0 B/s)
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.5.2:verify (snippet-test) @ eo-runtime ---
[WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1
[INFO] Tests are skipped.
[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.2.4:sign (jcabi-sign-artifacts) @ eo-runtime ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
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] --- license:2.5.0:check-file-header (check-licenses) @ eo-runtime ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.5.0/license-maven-plugin-2.5.0.jar!/META-INF/licenses
[INFO] Will search files to update from root /home/r/repo/eo-runtime/src
[INFO] Will search files to update from root /home/r/repo/eo-runtime/target/generated-sources
[INFO] Scan 599 files header done in 134.995ms.
[INFO]
* add header on 598 files.
[INFO]
[INFO] --- install:3.1.2:install (default-install) @ eo-runtime ---
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar.asc
[INFO]
[INFO] --- deploy:3.1.2:deploy (default-deploy) @ eo-runtime ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging:1.7.0: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.2-03 and edition "Professional"
[INFO] * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.50.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO] * Remote staging into staging profile ID "33927022b5669b"
[INFO] * Created staging repository with ID "orgeolang-1424".
[INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424
[INFO] * Uploading locally staged artifacts to profile org.eolang
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar (281 kB at 5.5 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom (9.6 kB at 384 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/maven-metadata.xml (301 B at 14 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar.asc (833 B at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/maven-metadata.xml (307 B at 13 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom (16 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/maven-metadata.xml (301 B at 12 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar (294 kB at 8.7 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom (18 kB at 722 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml (196 B at 7.3 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/maven-metadata.xml (196 B at 7.8 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar.asc (833 B at 83 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar (1.1 MB at 19 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar (172 kB at 5.4 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar (2.1 MB at 28 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom (16 kB at 599 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/maven-metadata.xml (302 B at 15 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar.asc (833 B at 119 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.jar.asc (833 B at 139 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parent/0.50.0/eo-parent-0.50.0.pom.asc (833 B at 104 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.jar.asc (833 B at 119 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-sources.jar (239 kB at 9.2 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar (2.9 MB at 30 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.jar.asc (833 B at 139 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-sources.jar.asc (833 B at 139 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0-javadoc.jar (834 kB at 20 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-javadoc.jar.asc (833 B at 119 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-maven-plugin/0.50.0/eo-maven-plugin-0.50.0.pom.asc (833 B at 119 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0.pom.asc (833 B at 139 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0.pom.asc (833 B at 119 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-runtime/0.50.0/eo-runtime-0.50.0-sources.jar (771 kB at 19 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1424/org/eolang/eo-parser/0.50.0/eo-parser-0.50.0-javadoc.jar.asc (833 B at 119 kB/s)
[INFO] * Upload of locally staged artifacts finished.
[INFO] * Closing staging repository with ID "orgeolang-1424".
Waiting for operation to complete...
...............................
[INFO] Remote staged 1 repositories, finished with success.
[INFO]
[INFO] --- nexus-staging:1.7.0: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.2-03 and edition "Professional"
[INFO] Releasing staging repository with IDs=[orgeolang-1424]
Waiting for operation to complete...
..........
[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 0.50.0:
[INFO]
[INFO] eo ................................................. SUCCESS [ 7.326 s]
[INFO] eo-parser .......................................... SUCCESS [ 12.215 s]
[INFO] eo-maven-plugin .................................... SUCCESS [ 28.077 s]
[INFO] eo-runtime ......................................... SUCCESS [04:12 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:04 min
[INFO] Finished at: 2024-12-27T11:05:07Z
[INFO] ------------------------------------------------------------------------
0m0mbranch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
HEAD is now at 323c21dd2 Deploying to gh-pages from @ objectionary/eo@66f88265c23f209a94799c16619600f1c178d70c 🚀
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
[gh-pages f4d34fc17] XMIR XSD 0.50.0
2 files changed, 476 insertions(+), 1 deletion(-)
create mode 100644 xsd/XMIR-0.50.0.xsd
[gh-pages dafa3f5e1] objectionary 0.50.0
109 files changed, 249 insertions(+), 252 deletions(-)
Switched to branch '__rultor'
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.50.0 -m '0.50.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 27abe8bef 0.50.0
+ 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 27abe8bef).
+ 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
323c21dd2..dafa3f5e1 gh-pages -> gh-pages
+ git push --tags origin
To github.com:objectionary/eo.git
* [new tag] 0.50.0 -> 0.50.0
container 613cf2f66173ca2cdd46575edd9e41c676bc4bdc9607d029243b73526006d882 is dead
Fri Dec 27 11:05:46 UTC 2024